| 1 | [ Nov 6 00:19:06 Enabled. ] | ||
| 2 | [ Nov 6 00:19:06 Rereading configuration. ] | ||
| 3 | [ Nov 6 00:19:08 Rereading configuration. ] | ||
| 4 | [ Nov 6 00:19:10 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 6 00:19:10 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.06 00:19:11.258804 [ 1 ] {} <Information> Application: Will watch for the process with pid 26937 | ||
| 29 | 2024.11.06 00:19:11.259356 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.06 00:19:11.509382 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26937 | ||
| 31 | 2024.11.06 00:19:11.510104 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.06 00:19:11.510782 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.06 00:19:11.598545 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.06 00:19:11.710063 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.06 00:19:11.710132 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.06 00:19:11.710148 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.06 00:19:11.710231 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.06 00:19:11.710699 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.06 00:19:11.712365 [ 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.06 00:19:11.712943 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.06 00:19:11.713752 [ 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.06 00:19:11.713779 [ 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.06 00:19:11.713793 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.06 00:19:11.713969 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.06 00:19:11.714999 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.06 00:19:11.720626 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.06 00:19:11.721371 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.06 00:19:11.722708 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.06 00:19:11.722776 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.06 00:19:11.724349 [ 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.06 00:19:11.724661 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.06 00:19:11.729271 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.06 00:19:11.729963 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.06 00:19:11.731647 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.06 00:19:11.732040 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.06 00:19:11.732442 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.06 00:19:11.732792 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.06 00:19:11.734148 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.06 00:19:11.734171 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.06 00:19:11.734238 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.06 00:19:11.734391 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.06 00:19:11.766837 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.06 00:19:11.766868 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000175765 sec | ||
| 68 | 2024.11.06 00:19:11.766923 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.06 00:19:11.766940 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.06 00:19:11.768256 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.06 00:19:11.769364 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.06 00:19:11.782341 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.06 00:19:11.782384 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.06 00:19:11.782414 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.06 00:19:11.782426 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.06 00:19:11.782456 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.06 00:19:11.782474 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 78 | 2024.11.06 00:19:11.782486 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.06 00:19:11.782516 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.06 00:19:11.782532 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 81 | 2024.11.06 00:19:11.782545 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.06 00:19:11.782556 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.06 00:19:11.782596 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.06 00:19:11.782608 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.06 00:19:11.782620 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.06 00:19:11.782654 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.06 00:19:11.782667 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.06 00:19:11.810608 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.06 00:19:11.825440 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.06 00:19:11.825504 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000100573 sec | ||
| 91 | 2024.11.06 00:19:11.825529 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.06 00:19:11.825550 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.06 00:19:11.825590 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.06 00:19:11.825892 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.06 00:19:11.825935 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.06 00:19:11.825949 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.06 00:19:11.825962 [ 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.06 00:19:11.825983 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.06 00:19:11.839717 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.06 00:19:11.839936 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.70 MiB, peak 24.70 MiB, free memory in arenas 0.00 B, will set to 116.71 MiB (RSS), difference: 92.00 MiB | ||
| 101 | 2024.11.06 00:19:11.840909 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5481e-05 sec. | ||
| 102 | 2024.11.06 00:19:11.841255 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.06 00:19:11.841344 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.06 00:19:11.841373 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.06 00:19:13.656368 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53726 | ||
| 106 | 2024.11.06 00:19:13.656608 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.06 00:19:13.656663 [ 3 ] {} <Debug> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:53726 | ||
| 108 | 2024.11.06 00:19:13.656697 [ 3 ] {} <Debug> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.06 00:19:13.656734 [ 3 ] {} <Debug> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.06 00:19:13.656820 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.06 00:19:13.656848 [ 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.06 00:19:13.656879 [ 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.06 00:19:13.657267 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40425 | ||
| 114 | 2024.11.06 00:19:13.657483 [ 250 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:44976 | ||
| 115 | 2024.11.06 00:19:13.657495 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:55477 | ||
| 116 | 2024.11.06 00:19:13.657553 [ 251 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56877 | ||
| 117 | 2024.11.06 00:19:13.657515 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2024.11.06 00:19:13.657595 [ 250 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 119 | 2024.11.06 00:19:13.657905 [ 251 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 120 | 2024.11.06 00:19:13.657928 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2024.11.06 00:19:13.657960 [ 250 ] {} <Debug> TCP-Session: a248e31d-e5ac-4db9-9a6e-7310856dcbd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:44976 | ||
| 122 | 2024.11.06 00:19:13.657918 [ 252 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63520 | ||
| 123 | 2024.11.06 00:19:13.657943 [ 4 ] {} <Debug> TCP-Session: d9087fa8-5e0a-4567-98cc-44ed526b067e Authenticating user 'default' from [fd00:1122:3344:101::d]:40425 | ||
| 124 | 2024.11.06 00:19:13.658032 [ 251 ] {} <Debug> TCP-Session: 4a4dd909-a8e3-446f-827b-9cc19b86c1b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56877 | ||
| 125 | 2024.11.06 00:19:13.658049 [ 5 ] {} <Debug> TCP-Session: 15c264b9-789f-49f0-9df5-c95e2e58a003 Authenticating user 'default' from [fd00:1122:3344:101::d]:55477 | ||
| 126 | 2024.11.06 00:19:13.658076 [ 250 ] {} <Debug> TCP-Session: a248e31d-e5ac-4db9-9a6e-7310856dcbd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2024.11.06 00:19:13.658121 [ 4 ] {} <Debug> TCP-Session: d9087fa8-5e0a-4567-98cc-44ed526b067e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.11.06 00:19:13.658235 [ 251 ] {} <Debug> TCP-Session: 4a4dd909-a8e3-446f-827b-9cc19b86c1b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2024.11.06 00:19:13.658264 [ 5 ] {} <Debug> TCP-Session: 15c264b9-789f-49f0-9df5-c95e2e58a003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 130 | 2024.11.06 00:19:13.658272 [ 4 ] {} <Debug> TCP-Session: d9087fa8-5e0a-4567-98cc-44ed526b067e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2024.11.06 00:19:13.658297 [ 250 ] {} <Debug> TCP-Session: a248e31d-e5ac-4db9-9a6e-7310856dcbd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.11.06 00:19:13.658287 [ 252 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2024.11.06 00:19:13.658327 [ 251 ] {} <Debug> TCP-Session: 4a4dd909-a8e3-446f-827b-9cc19b86c1b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.11.06 00:19:13.658358 [ 5 ] {} <Debug> TCP-Session: 15c264b9-789f-49f0-9df5-c95e2e58a003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.11.06 00:19:13.658459 [ 252 ] {} <Debug> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Authenticating user 'default' from [fd00:1122:3344:101::d]:63520 | ||
| 136 | 2024.11.06 00:19:13.658503 [ 252 ] {} <Debug> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.11.06 00:19:13.658517 [ 252 ] {} <Debug> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 138 | 2024.11.06 00:19:13.658605 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:60392 | ||
| 139 | 2024.11.06 00:19:13.659161 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2024.11.06 00:19:13.659191 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52127 | ||
| 141 | 2024.11.06 00:19:13.659207 [ 253 ] {} <Debug> TCP-Session: 9bab3391-0c43-49de-80ed-bba268452d48 Authenticating user 'default' from [fd00:1122:3344:101::d]:60392 | ||
| 142 | 2024.11.06 00:19:13.659243 [ 253 ] {} <Debug> TCP-Session: 9bab3391-0c43-49de-80ed-bba268452d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.11.06 00:19:13.659890 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 144 | 2024.11.06 00:19:13.659899 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54582 | ||
| 145 | 2024.11.06 00:19:13.659996 [ 253 ] {} <Debug> TCP-Session: 9bab3391-0c43-49de-80ed-bba268452d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.11.06 00:19:13.660012 [ 254 ] {} <Debug> TCP-Session: c7cf3463-dedc-4805-bf00-f8f6a3453302 Authenticating user 'default' from [fd00:1122:3344:101::d]:52127 | ||
| 147 | 2024.11.06 00:19:13.660173 [ 254 ] {} <Debug> TCP-Session: c7cf3463-dedc-4805-bf00-f8f6a3453302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.11.06 00:19:13.660173 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 149 | 2024.11.06 00:19:13.660204 [ 254 ] {} <Debug> TCP-Session: c7cf3463-dedc-4805-bf00-f8f6a3453302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2024.11.06 00:19:13.660247 [ 255 ] {} <Debug> TCP-Session: 09309f11-ebc9-4330-ac42-9786a5fe312a Authenticating user 'default' from [fd00:1122:3344:101::d]:54582 | ||
| 151 | 2024.11.06 00:19:13.660291 [ 255 ] {} <Debug> TCP-Session: 09309f11-ebc9-4330-ac42-9786a5fe312a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.11.06 00:19:13.660315 [ 255 ] {} <Debug> TCP-Session: 09309f11-ebc9-4330-ac42-9786a5fe312a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.11.06 00:19:13.660930 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2024.11.06 00:19:13.664404 [ 3 ] {464c14ee-e6a7-4874-bc65-c2562593c6b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2024.11.06 00:19:13.806114 [ 3 ] {464c14ee-e6a7-4874-bc65-c2562593c6b7} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53726) (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.06 00:19:13.807462 [ 3 ] {464c14ee-e6a7-4874-bc65-c2562593c6b7} <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.06 00:19:13.807594 [ 3 ] {464c14ee-e6a7-4874-bc65-c2562593c6b7} <Debug> TCPHandler: Processed in 0.14920974 sec. | ||
| 204 | 2024.11.06 00:19:13.807910 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2024.11.06 00:19:13.808167 [ 252 ] {c8fed8cd-722f-40ae-8e61-eb90ffdc70fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2024.11.06 00:19:13.808545 [ 252 ] {c8fed8cd-722f-40ae-8e61-eb90ffdc70fe} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:63520) (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.06 00:19:13.808693 [ 252 ] {c8fed8cd-722f-40ae-8e61-eb90ffdc70fe} <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.06 00:19:13.808807 [ 252 ] {c8fed8cd-722f-40ae-8e61-eb90ffdc70fe} <Debug> TCPHandler: Processed in 0.001062361 sec. | ||
| 255 | 2024.11.06 00:19:13.809090 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2024.11.06 00:19:13.810390 [ 3 ] {20911a7e-86ca-4952-85e6-73107d0044f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2024.11.06 00:19:13.811074 [ 3 ] {20911a7e-86ca-4952-85e6-73107d0044f0} <Debug> TCPHandler: Processed in 0.002102712 sec. | ||
| 258 | 2024.11.06 00:19:13.811322 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2024.11.06 00:19:13.811454 [ 252 ] {69b1de0b-b361-42d8-ba22-693f47422a23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2024.11.06 00:19:13.811581 [ 252 ] {69b1de0b-b361-42d8-ba22-693f47422a23} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2024.11.06 00:19:13.816298 [ 252 ] {69b1de0b-b361-42d8-ba22-693f47422a23} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2024.11.06 00:19:13.816338 [ 252 ] {69b1de0b-b361-42d8-ba22-693f47422a23} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.1593e-05 sec | ||
| 263 | 2024.11.06 00:19:13.816403 [ 252 ] {69b1de0b-b361-42d8-ba22-693f47422a23} <Trace> ReferentialDeps: No tables | ||
| 264 | 2024.11.06 00:19:13.816425 [ 252 ] {69b1de0b-b361-42d8-ba22-693f47422a23} <Trace> LoadingDeps: No tables | ||
| 265 | 2024.11.06 00:19:13.816466 [ 252 ] {69b1de0b-b361-42d8-ba22-693f47422a23} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2024.11.06 00:19:13.816546 [ 252 ] {69b1de0b-b361-42d8-ba22-693f47422a23} <Debug> TCPHandler: Processed in 0.005287897 sec. | ||
| 267 | 2024.11.06 00:19:13.816813 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2024.11.06 00:19:13.817076 [ 3 ] {5333e5b9-02e4-44d0-bd93-9a0fd2a2aa78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) /* 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.06 00:19:13.817156 [ 3 ] {5333e5b9-02e4-44d0-bd93-9a0fd2a2aa78} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2024.11.06 00:19:13.825459 [ 3 ] {5333e5b9-02e4-44d0-bd93-9a0fd2a2aa78} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2024.11.06 00:19:13.834797 [ 3 ] {5333e5b9-02e4-44d0-bd93-9a0fd2a2aa78} <Debug> oximeter.version (14c78644-e386-4e75-b848-1d218705251b): Loading data parts | ||
| 273 | 2024.11.06 00:19:13.835379 [ 3 ] {5333e5b9-02e4-44d0-bd93-9a0fd2a2aa78} <Debug> oximeter.version (14c78644-e386-4e75-b848-1d218705251b): There are no data parts | ||
| 274 | 2024.11.06 00:19:13.862653 [ 3 ] {5333e5b9-02e4-44d0-bd93-9a0fd2a2aa78} <Debug> TCPHandler: Processed in 0.045908683 sec. | ||
| 275 | 2024.11.06 00:19:13.862920 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2024.11.06 00:19:13.863200 [ 252 ] {cd080b98-6c16-4bfc-9a2a-1b4fb7fdc146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) /* 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.06 00:19:13.863291 [ 252 ] {cd080b98-6c16-4bfc-9a2a-1b4fb7fdc146} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2024.11.06 00:19:13.898179 [ 252 ] {cd080b98-6c16-4bfc-9a2a-1b4fb7fdc146} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Loading data parts | ||
| 289 | 2024.11.06 00:19:13.898611 [ 252 ] {cd080b98-6c16-4bfc-9a2a-1b4fb7fdc146} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): There are no data parts | ||
| 290 | 2024.11.06 00:19:13.922335 [ 252 ] {cd080b98-6c16-4bfc-9a2a-1b4fb7fdc146} <Debug> TCPHandler: Processed in 0.059497867 sec. | ||
| 291 | 2024.11.06 00:19:13.922794 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2024.11.06 00:19:13.923315 [ 3 ] {00baa551-00c3-41e9-88e7-400419875679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:13.923422 [ 3 ] {00baa551-00c3-41e9-88e7-400419875679} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2024.11.06 00:19:13.945785 [ 3 ] {00baa551-00c3-41e9-88e7-400419875679} <Debug> oximeter.measurements_i8 (39fe854e-24f2-4918-80e2-337f0f71a12a): Loading data parts | ||
| 295 | 2024.11.06 00:19:13.946122 [ 3 ] {00baa551-00c3-41e9-88e7-400419875679} <Debug> oximeter.measurements_i8 (39fe854e-24f2-4918-80e2-337f0f71a12a): There are no data parts | ||
| 296 | 2024.11.06 00:19:13.970046 [ 3 ] {00baa551-00c3-41e9-88e7-400419875679} <Debug> TCPHandler: Processed in 0.047420988 sec. | ||
| 297 | 2024.11.06 00:19:13.970433 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2024.11.06 00:19:13.970836 [ 252 ] {c7e0220a-263a-44f3-81fc-217f2ca75167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:13.970952 [ 252 ] {c7e0220a-263a-44f3-81fc-217f2ca75167} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2024.11.06 00:19:13.993867 [ 252 ] {c7e0220a-263a-44f3-81fc-217f2ca75167} <Debug> oximeter.measurements_u8 (f3ade9bb-6470-4faa-80ec-057333388ad0): Loading data parts | ||
| 301 | 2024.11.06 00:19:13.994194 [ 252 ] {c7e0220a-263a-44f3-81fc-217f2ca75167} <Debug> oximeter.measurements_u8 (f3ade9bb-6470-4faa-80ec-057333388ad0): There are no data parts | ||
| 302 | 2024.11.06 00:19:14.000146 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 121.69 MiB, peak 121.69 MiB, free memory in arenas 0.00 B, will set to 131.78 MiB (RSS), difference: 10.08 MiB | ||
| 303 | 2024.11.06 00:19:14.005387 [ 252 ] {c7e0220a-263a-44f3-81fc-217f2ca75167} <Debug> TCPHandler: Processed in 0.035072582 sec. | ||
| 304 | 2024.11.06 00:19:14.005607 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 305 | 2024.11.06 00:19:14.005845 [ 3 ] {2cafa6fe-5548-42dc-8abd-4f20661886a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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) | ||
| 306 | 2024.11.06 00:19:14.005942 [ 3 ] {2cafa6fe-5548-42dc-8abd-4f20661886a4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 307 | 2024.11.06 00:19:14.018696 [ 3 ] {2cafa6fe-5548-42dc-8abd-4f20661886a4} <Debug> oximeter.measurements_i16 (554fbdbc-e2f3-4646-a6da-e22466fb5123): Loading data parts | ||
| 308 | 2024.11.06 00:19:14.018902 [ 3 ] {2cafa6fe-5548-42dc-8abd-4f20661886a4} <Debug> oximeter.measurements_i16 (554fbdbc-e2f3-4646-a6da-e22466fb5123): There are no data parts | ||
| 309 | 2024.11.06 00:19:14.030167 [ 3 ] {2cafa6fe-5548-42dc-8abd-4f20661886a4} <Debug> TCPHandler: Processed in 0.024638591 sec. | ||
| 310 | 2024.11.06 00:19:14.030383 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2024.11.06 00:19:14.030641 [ 252 ] {7a171ab2-3029-4bca-8833-4f3a846d98cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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) | ||
| 312 | 2024.11.06 00:19:14.030716 [ 252 ] {7a171ab2-3029-4bca-8833-4f3a846d98cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 313 | 2024.11.06 00:19:14.101494 [ 252 ] {7a171ab2-3029-4bca-8833-4f3a846d98cd} <Debug> oximeter.measurements_u16 (14733b43-bbc7-404e-adb6-0f83f33999bf): Loading data parts | ||
| 314 | 2024.11.06 00:19:14.101779 [ 252 ] {7a171ab2-3029-4bca-8833-4f3a846d98cd} <Debug> oximeter.measurements_u16 (14733b43-bbc7-404e-adb6-0f83f33999bf): There are no data parts | ||
| 315 | 2024.11.06 00:19:14.135382 [ 252 ] {7a171ab2-3029-4bca-8833-4f3a846d98cd} <Debug> TCPHandler: Processed in 0.105056639 sec. | ||
| 316 | 2024.11.06 00:19:14.135609 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 317 | 2024.11.06 00:19:14.135851 [ 3 ] {2cdfa216-ed35-4761-9f30-d7d746f274fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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) | ||
| 318 | 2024.11.06 00:19:14.135935 [ 3 ] {2cdfa216-ed35-4761-9f30-d7d746f274fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 319 | 2024.11.06 00:19:14.143733 [ 3 ] {2cdfa216-ed35-4761-9f30-d7d746f274fb} <Debug> oximeter.measurements_i32 (119b61bc-df33-4320-996a-6f925cc6a94c): Loading data parts | ||
| 320 | 2024.11.06 00:19:14.143928 [ 3 ] {2cdfa216-ed35-4761-9f30-d7d746f274fb} <Debug> oximeter.measurements_i32 (119b61bc-df33-4320-996a-6f925cc6a94c): There are no data parts | ||
| 321 | 2024.11.06 00:19:14.152288 [ 3 ] {2cdfa216-ed35-4761-9f30-d7d746f274fb} <Debug> TCPHandler: Processed in 0.016765848 sec. | ||
| 322 | 2024.11.06 00:19:14.152494 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 323 | 2024.11.06 00:19:14.152827 [ 252 ] {aa4473e7-08f6-4723-8f29-e7eb671d8d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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) | ||
| 324 | 2024.11.06 00:19:14.152944 [ 252 ] {aa4473e7-08f6-4723-8f29-e7eb671d8d51} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 325 | 2024.11.06 00:19:14.165811 [ 252 ] {aa4473e7-08f6-4723-8f29-e7eb671d8d51} <Debug> oximeter.measurements_u32 (610d32fa-f662-46d5-9608-74f4b66b4d7f): Loading data parts | ||
| 326 | 2024.11.06 00:19:14.166076 [ 252 ] {aa4473e7-08f6-4723-8f29-e7eb671d8d51} <Debug> oximeter.measurements_u32 (610d32fa-f662-46d5-9608-74f4b66b4d7f): There are no data parts | ||
| 327 | 2024.11.06 00:19:14.190592 [ 252 ] {aa4473e7-08f6-4723-8f29-e7eb671d8d51} <Debug> TCPHandler: Processed in 0.038166093 sec. | ||
| 328 | 2024.11.06 00:19:14.190916 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 329 | 2024.11.06 00:19:14.191191 [ 3 ] {315ec6e2-4d8e-4c41-a9ec-5d4a9e7a7292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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) | ||
| 330 | 2024.11.06 00:19:14.191270 [ 3 ] {315ec6e2-4d8e-4c41-a9ec-5d4a9e7a7292} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 331 | 2024.11.06 00:19:14.224414 [ 3 ] {315ec6e2-4d8e-4c41-a9ec-5d4a9e7a7292} <Debug> oximeter.measurements_i64 (d4d50412-70f0-49d8-b14d-44a4f4b0d0c7): Loading data parts | ||
| 332 | 2024.11.06 00:19:14.224734 [ 3 ] {315ec6e2-4d8e-4c41-a9ec-5d4a9e7a7292} <Debug> oximeter.measurements_i64 (d4d50412-70f0-49d8-b14d-44a4f4b0d0c7): There are no data parts | ||
| 333 | 2024.11.06 00:19:14.229118 [ 3 ] {315ec6e2-4d8e-4c41-a9ec-5d4a9e7a7292} <Debug> TCPHandler: Processed in 0.038304748 sec. | ||
| 334 | 2024.11.06 00:19:14.229318 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 335 | 2024.11.06 00:19:14.229554 [ 252 ] {6658203f-d33f-46f0-9865-92f78472d4af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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) | ||
| 336 | 2024.11.06 00:19:14.229616 [ 252 ] {6658203f-d33f-46f0-9865-92f78472d4af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 337 | 2024.11.06 00:19:14.252967 [ 252 ] {6658203f-d33f-46f0-9865-92f78472d4af} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Loading data parts | ||
| 338 | 2024.11.06 00:19:14.253113 [ 252 ] {6658203f-d33f-46f0-9865-92f78472d4af} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): There are no data parts | ||
| 339 | 2024.11.06 00:19:14.277065 [ 252 ] {6658203f-d33f-46f0-9865-92f78472d4af} <Debug> TCPHandler: Processed in 0.047801579 sec. | ||
| 340 | 2024.11.06 00:19:14.277463 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 341 | 2024.11.06 00:19:14.277869 [ 3 ] {dc3bdbad-ae94-4c6e-847a-6f241e5db3bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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) | ||
| 342 | 2024.11.06 00:19:14.277999 [ 3 ] {dc3bdbad-ae94-4c6e-847a-6f241e5db3bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 343 | 2024.11.06 00:19:14.302614 [ 3 ] {dc3bdbad-ae94-4c6e-847a-6f241e5db3bd} <Debug> oximeter.measurements_f32 (2cf33e16-4f43-4855-b73e-9a1b899dfc82): Loading data parts | ||
| 344 | 2024.11.06 00:19:14.302946 [ 3 ] {dc3bdbad-ae94-4c6e-847a-6f241e5db3bd} <Debug> oximeter.measurements_f32 (2cf33e16-4f43-4855-b73e-9a1b899dfc82): There are no data parts | ||
| 345 | 2024.11.06 00:19:14.306628 [ 3 ] {dc3bdbad-ae94-4c6e-847a-6f241e5db3bd} <Debug> TCPHandler: Processed in 0.029281209 sec. | ||
| 346 | 2024.11.06 00:19:14.306840 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 347 | 2024.11.06 00:19:14.307062 [ 252 ] {9709c2e1-72cb-452c-9005-3ab54dfd3050} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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) | ||
| 348 | 2024.11.06 00:19:14.307115 [ 252 ] {9709c2e1-72cb-452c-9005-3ab54dfd3050} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 349 | 2024.11.06 00:19:14.331539 [ 252 ] {9709c2e1-72cb-452c-9005-3ab54dfd3050} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Loading data parts | ||
| 350 | 2024.11.06 00:19:14.331688 [ 252 ] {9709c2e1-72cb-452c-9005-3ab54dfd3050} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): There are no data parts | ||
| 351 | 2024.11.06 00:19:14.345370 [ 252 ] {9709c2e1-72cb-452c-9005-3ab54dfd3050} <Debug> TCPHandler: Processed in 0.038586666 sec. | ||
| 352 | 2024.11.06 00:19:14.345606 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 353 | 2024.11.06 00:19:14.345856 [ 3 ] {03365727-1325-45a1-bda8-40c64cec8b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:14.345937 [ 3 ] {03365727-1325-45a1-bda8-40c64cec8b9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 355 | 2024.11.06 00:19:14.366439 [ 3 ] {03365727-1325-45a1-bda8-40c64cec8b9c} <Debug> oximeter.measurements_string (f13c5d96-72ca-4b89-8a60-78780a68f34c): Loading data parts | ||
| 356 | 2024.11.06 00:19:14.366766 [ 3 ] {03365727-1325-45a1-bda8-40c64cec8b9c} <Debug> oximeter.measurements_string (f13c5d96-72ca-4b89-8a60-78780a68f34c): There are no data parts | ||
| 357 | 2024.11.06 00:19:14.376479 [ 3 ] {03365727-1325-45a1-bda8-40c64cec8b9c} <Debug> TCPHandler: Processed in 0.030942959 sec. | ||
| 358 | 2024.11.06 00:19:14.376678 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 359 | 2024.11.06 00:19:14.376918 [ 252 ] {f9f96ca9-1411-494b-ac8f-42669d816568} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:14.376977 [ 252 ] {f9f96ca9-1411-494b-ac8f-42669d816568} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 368 | 2024.11.06 00:19:14.396503 [ 252 ] {f9f96ca9-1411-494b-ac8f-42669d816568} <Debug> oximeter.measurements_bytes (6b39ed7c-d67a-482d-ab72-7b7d7d04f7bc): Loading data parts | ||
| 369 | 2024.11.06 00:19:14.396814 [ 252 ] {f9f96ca9-1411-494b-ac8f-42669d816568} <Debug> oximeter.measurements_bytes (6b39ed7c-d67a-482d-ab72-7b7d7d04f7bc): There are no data parts | ||
| 370 | 2024.11.06 00:19:14.406489 [ 252 ] {f9f96ca9-1411-494b-ac8f-42669d816568} <Debug> TCPHandler: Processed in 0.029868647 sec. | ||
| 371 | 2024.11.06 00:19:14.406681 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 372 | 2024.11.06 00:19:14.406925 [ 3 ] {2fc66295-9204-49a5-895c-3388f18c3a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:14.406988 [ 3 ] {2fc66295-9204-49a5-895c-3388f18c3a74} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 374 | 2024.11.06 00:19:14.415992 [ 3 ] {2fc66295-9204-49a5-895c-3388f18c3a74} <Debug> oximeter.measurements_cumulativei64 (f877c0c3-1e13-4495-b024-524d1a25280c): Loading data parts | ||
| 375 | 2024.11.06 00:19:14.416309 [ 3 ] {2fc66295-9204-49a5-895c-3388f18c3a74} <Debug> oximeter.measurements_cumulativei64 (f877c0c3-1e13-4495-b024-524d1a25280c): There are no data parts | ||
| 376 | 2024.11.06 00:19:14.423102 [ 3 ] {2fc66295-9204-49a5-895c-3388f18c3a74} <Debug> TCPHandler: Processed in 0.016473899 sec. | ||
| 377 | 2024.11.06 00:19:14.423460 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.11.06 00:19:14.423873 [ 252 ] {fb2174f9-90d6-4e4c-9c3c-3a8fe9a1ebe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:14.423995 [ 252 ] {fb2174f9-90d6-4e4c-9c3c-3a8fe9a1ebe5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 380 | 2024.11.06 00:19:14.433814 [ 252 ] {fb2174f9-90d6-4e4c-9c3c-3a8fe9a1ebe5} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Loading data parts | ||
| 381 | 2024.11.06 00:19:14.433958 [ 252 ] {fb2174f9-90d6-4e4c-9c3c-3a8fe9a1ebe5} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): There are no data parts | ||
| 382 | 2024.11.06 00:19:14.447433 [ 252 ] {fb2174f9-90d6-4e4c-9c3c-3a8fe9a1ebe5} <Debug> TCPHandler: Processed in 0.024087795 sec. | ||
| 383 | 2024.11.06 00:19:14.447653 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.11.06 00:19:14.447910 [ 3 ] {43a04ec6-9118-4404-84d3-a6f59a6c5ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:14.447986 [ 3 ] {43a04ec6-9118-4404-84d3-a6f59a6c5ed0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 386 | 2024.11.06 00:19:14.457612 [ 3 ] {43a04ec6-9118-4404-84d3-a6f59a6c5ed0} <Debug> oximeter.measurements_cumulativef32 (986c8220-e36d-402a-acc1-d77f41e9b237): Loading data parts | ||
| 387 | 2024.11.06 00:19:14.457900 [ 3 ] {43a04ec6-9118-4404-84d3-a6f59a6c5ed0} <Debug> oximeter.measurements_cumulativef32 (986c8220-e36d-402a-acc1-d77f41e9b237): There are no data parts | ||
| 388 | 2024.11.06 00:19:14.460682 [ 3 ] {43a04ec6-9118-4404-84d3-a6f59a6c5ed0} <Debug> TCPHandler: Processed in 0.013096139 sec. | ||
| 389 | 2024.11.06 00:19:14.460880 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.11.06 00:19:14.461203 [ 252 ] {f9687ec8-f0f3-4b1c-8873-feda305757a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:14.461282 [ 252 ] {f9687ec8-f0f3-4b1c-8873-feda305757a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 392 | 2024.11.06 00:19:14.473982 [ 252 ] {f9687ec8-f0f3-4b1c-8873-feda305757a2} <Debug> oximeter.measurements_cumulativef64 (29cfed77-6f21-427f-8733-4758199f9039): Loading data parts | ||
| 393 | 2024.11.06 00:19:14.474141 [ 252 ] {f9687ec8-f0f3-4b1c-8873-feda305757a2} <Debug> oximeter.measurements_cumulativef64 (29cfed77-6f21-427f-8733-4758199f9039): There are no data parts | ||
| 394 | 2024.11.06 00:19:14.510590 [ 252 ] {f9687ec8-f0f3-4b1c-8873-feda305757a2} <Debug> TCPHandler: Processed in 0.049766837 sec. | ||
| 395 | 2024.11.06 00:19:14.510822 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.11.06 00:19:14.511150 [ 3 ] {268cb8df-4ac6-46e4-9a9c-ebf5d3459259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:14.511238 [ 3 ] {268cb8df-4ac6-46e4-9a9c-ebf5d3459259} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 408 | 2024.11.06 00:19:14.537814 [ 3 ] {268cb8df-4ac6-46e4-9a9c-ebf5d3459259} <Debug> oximeter.measurements_histogrami8 (3d0e5f99-0fa4-40a9-b2dc-5d60908107dc): Loading data parts | ||
| 409 | 2024.11.06 00:19:14.538076 [ 3 ] {268cb8df-4ac6-46e4-9a9c-ebf5d3459259} <Debug> oximeter.measurements_histogrami8 (3d0e5f99-0fa4-40a9-b2dc-5d60908107dc): There are no data parts | ||
| 410 | 2024.11.06 00:19:14.577172 [ 3 ] {268cb8df-4ac6-46e4-9a9c-ebf5d3459259} <Debug> TCPHandler: Processed in 0.066419352 sec. | ||
| 411 | 2024.11.06 00:19:14.577505 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 412 | 2024.11.06 00:19:14.578074 [ 252 ] {7293c341-2366-42f2-9383-48d349424914} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:14.578152 [ 252 ] {7293c341-2366-42f2-9383-48d349424914} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 414 | 2024.11.06 00:19:14.583800 [ 252 ] {7293c341-2366-42f2-9383-48d349424914} <Debug> oximeter.measurements_histogramu8 (c7fc3ba0-f4ea-4f82-aced-f0446589c5b7): Loading data parts | ||
| 415 | 2024.11.06 00:19:14.583992 [ 252 ] {7293c341-2366-42f2-9383-48d349424914} <Debug> oximeter.measurements_histogramu8 (c7fc3ba0-f4ea-4f82-aced-f0446589c5b7): There are no data parts | ||
| 416 | 2024.11.06 00:19:14.620879 [ 252 ] {7293c341-2366-42f2-9383-48d349424914} <Debug> TCPHandler: Processed in 0.043514911 sec. | ||
| 417 | 2024.11.06 00:19:14.621154 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 418 | 2024.11.06 00:19:14.621517 [ 3 ] {d41c02ee-a024-4249-bed8-25fb41bb6003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:14.621618 [ 3 ] {d41c02ee-a024-4249-bed8-25fb41bb6003} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 420 | 2024.11.06 00:19:14.631869 [ 3 ] {d41c02ee-a024-4249-bed8-25fb41bb6003} <Debug> oximeter.measurements_histogrami16 (dc4b61f7-6a3b-40d9-8731-32686dbc1764): Loading data parts | ||
| 421 | 2024.11.06 00:19:14.632108 [ 3 ] {d41c02ee-a024-4249-bed8-25fb41bb6003} <Debug> oximeter.measurements_histogrami16 (dc4b61f7-6a3b-40d9-8731-32686dbc1764): There are no data parts | ||
| 422 | 2024.11.06 00:19:14.637431 [ 3 ] {d41c02ee-a024-4249-bed8-25fb41bb6003} <Debug> TCPHandler: Processed in 0.016347736 sec. | ||
| 423 | 2024.11.06 00:19:14.637799 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 424 | 2024.11.06 00:19:14.638448 [ 252 ] {babdab46-70e6-427b-abe0-84e86bc8498e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:14.638524 [ 252 ] {babdab46-70e6-427b-abe0-84e86bc8498e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 426 | 2024.11.06 00:19:14.648384 [ 252 ] {babdab46-70e6-427b-abe0-84e86bc8498e} <Debug> oximeter.measurements_histogramu16 (385b8d11-b448-401a-a3c2-eb6951374364): Loading data parts | ||
| 427 | 2024.11.06 00:19:14.648523 [ 252 ] {babdab46-70e6-427b-abe0-84e86bc8498e} <Debug> oximeter.measurements_histogramu16 (385b8d11-b448-401a-a3c2-eb6951374364): There are no data parts | ||
| 428 | 2024.11.06 00:19:14.659919 [ 252 ] {babdab46-70e6-427b-abe0-84e86bc8498e} <Debug> TCPHandler: Processed in 0.022262441 sec. | ||
| 429 | 2024.11.06 00:19:14.660144 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 430 | 2024.11.06 00:19:14.660445 [ 3 ] {857341c3-2543-4561-97dc-91281b9181aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:14.660568 [ 3 ] {857341c3-2543-4561-97dc-91281b9181aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 432 | 2024.11.06 00:19:14.688774 [ 3 ] {857341c3-2543-4561-97dc-91281b9181aa} <Debug> oximeter.measurements_histogrami32 (f11b94f0-f38e-4164-b987-da95ec893a3f): Loading data parts | ||
| 433 | 2024.11.06 00:19:14.688972 [ 3 ] {857341c3-2543-4561-97dc-91281b9181aa} <Debug> oximeter.measurements_histogrami32 (f11b94f0-f38e-4164-b987-da95ec893a3f): There are no data parts | ||
| 434 | 2024.11.06 00:19:14.700549 [ 3 ] {857341c3-2543-4561-97dc-91281b9181aa} <Debug> TCPHandler: Processed in 0.040463182 sec. | ||
| 435 | 2024.11.06 00:19:14.700750 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 436 | 2024.11.06 00:19:14.701104 [ 252 ] {1bd3ceca-8556-44e9-8a8e-163656be6a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:14.701176 [ 252 ] {1bd3ceca-8556-44e9-8a8e-163656be6a5d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 438 | 2024.11.06 00:19:14.723455 [ 252 ] {1bd3ceca-8556-44e9-8a8e-163656be6a5d} <Debug> oximeter.measurements_histogramu32 (87e2b0b1-8cc3-4c31-98bd-82a61fd69fb2): Loading data parts | ||
| 439 | 2024.11.06 00:19:14.723604 [ 252 ] {1bd3ceca-8556-44e9-8a8e-163656be6a5d} <Debug> oximeter.measurements_histogramu32 (87e2b0b1-8cc3-4c31-98bd-82a61fd69fb2): There are no data parts | ||
| 440 | 2024.11.06 00:19:14.727571 [ 252 ] {1bd3ceca-8556-44e9-8a8e-163656be6a5d} <Debug> TCPHandler: Processed in 0.026890859 sec. | ||
| 441 | 2024.11.06 00:19:14.727803 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 442 | 2024.11.06 00:19:14.728118 [ 3 ] {f35cd3a1-8f1b-430b-9015-0050522ee6ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:14.728209 [ 3 ] {f35cd3a1-8f1b-430b-9015-0050522ee6ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 444 | 2024.11.06 00:19:14.756060 [ 3 ] {f35cd3a1-8f1b-430b-9015-0050522ee6ee} <Debug> oximeter.measurements_histogrami64 (ed1b752c-f87d-4eaa-b754-be61c26999ef): Loading data parts | ||
| 445 | 2024.11.06 00:19:14.756259 [ 3 ] {f35cd3a1-8f1b-430b-9015-0050522ee6ee} <Debug> oximeter.measurements_histogrami64 (ed1b752c-f87d-4eaa-b754-be61c26999ef): There are no data parts | ||
| 446 | 2024.11.06 00:19:14.766144 [ 3 ] {f35cd3a1-8f1b-430b-9015-0050522ee6ee} <Debug> TCPHandler: Processed in 0.03841102 sec. | ||
| 447 | 2024.11.06 00:19:14.766357 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 448 | 2024.11.06 00:19:14.766740 [ 252 ] {262d5f1f-256d-409c-a3c6-22a5a8bf960f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:14.766826 [ 252 ] {262d5f1f-256d-409c-a3c6-22a5a8bf960f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 450 | 2024.11.06 00:19:14.776221 [ 252 ] {262d5f1f-256d-409c-a3c6-22a5a8bf960f} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Loading data parts | ||
| 451 | 2024.11.06 00:19:14.776368 [ 252 ] {262d5f1f-256d-409c-a3c6-22a5a8bf960f} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): There are no data parts | ||
| 452 | 2024.11.06 00:19:14.793248 [ 252 ] {262d5f1f-256d-409c-a3c6-22a5a8bf960f} <Debug> TCPHandler: Processed in 0.026962121 sec. | ||
| 453 | 2024.11.06 00:19:14.793491 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2024.11.06 00:19:14.793840 [ 3 ] {9d86096b-5f56-4680-b2ce-46106538c723} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:14.793951 [ 3 ] {9d86096b-5f56-4680-b2ce-46106538c723} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 456 | 2024.11.06 00:19:14.804100 [ 3 ] {9d86096b-5f56-4680-b2ce-46106538c723} <Debug> oximeter.measurements_histogramf32 (85ecb025-a5a9-4cb4-9272-01fe5e2db720): Loading data parts | ||
| 457 | 2024.11.06 00:19:14.804390 [ 3 ] {9d86096b-5f56-4680-b2ce-46106538c723} <Debug> oximeter.measurements_histogramf32 (85ecb025-a5a9-4cb4-9272-01fe5e2db720): There are no data parts | ||
| 458 | 2024.11.06 00:19:14.815771 [ 3 ] {9d86096b-5f56-4680-b2ce-46106538c723} <Debug> TCPHandler: Processed in 0.022349813 sec. | ||
| 459 | 2024.11.06 00:19:14.815995 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2024.11.06 00:19:14.816322 [ 252 ] {64329adf-9493-47bb-aa05-9b83b1274956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:14.816406 [ 252 ] {64329adf-9493-47bb-aa05-9b83b1274956} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 462 | 2024.11.06 00:19:14.839064 [ 252 ] {64329adf-9493-47bb-aa05-9b83b1274956} <Debug> oximeter.measurements_histogramf64 (384aa0be-3448-4a85-a52f-28cf52829408): Loading data parts | ||
| 463 | 2024.11.06 00:19:14.839374 [ 252 ] {64329adf-9493-47bb-aa05-9b83b1274956} <Debug> oximeter.measurements_histogramf64 (384aa0be-3448-4a85-a52f-28cf52829408): There are no data parts | ||
| 464 | 2024.11.06 00:19:14.862563 [ 252 ] {64329adf-9493-47bb-aa05-9b83b1274956} <Debug> TCPHandler: Processed in 0.046632285 sec. | ||
| 465 | 2024.11.06 00:19:14.862897 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2024.11.06 00:19:14.863135 [ 3 ] {e7453158-8dab-4d8a-aecd-e4b5a809b010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) /* 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.06 00:19:14.863221 [ 3 ] {e7453158-8dab-4d8a-aecd-e4b5a809b010} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 493 | 2024.11.06 00:19:14.890866 [ 3 ] {e7453158-8dab-4d8a-aecd-e4b5a809b010} <Debug> oximeter.fields_bool (a95bdc22-c97b-48fe-952e-e0c287bba679): Loading data parts | ||
| 494 | 2024.11.06 00:19:14.891052 [ 3 ] {e7453158-8dab-4d8a-aecd-e4b5a809b010} <Debug> oximeter.fields_bool (a95bdc22-c97b-48fe-952e-e0c287bba679): There are no data parts | ||
| 495 | 2024.11.06 00:19:14.915100 [ 3 ] {e7453158-8dab-4d8a-aecd-e4b5a809b010} <Debug> TCPHandler: Processed in 0.052274523 sec. | ||
| 496 | 2024.11.06 00:19:14.915326 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.11.06 00:19:14.915545 [ 252 ] {bb1ce781-89a8-4dba-a3bb-9a80b96a9871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:14.915631 [ 252 ] {bb1ce781-89a8-4dba-a3bb-9a80b96a9871} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 499 | 2024.11.06 00:19:14.937831 [ 252 ] {bb1ce781-89a8-4dba-a3bb-9a80b96a9871} <Debug> oximeter.fields_i8 (1e3bd147-7ac4-4f19-8904-7556dbcbacca): Loading data parts | ||
| 500 | 2024.11.06 00:19:14.938209 [ 252 ] {bb1ce781-89a8-4dba-a3bb-9a80b96a9871} <Debug> oximeter.fields_i8 (1e3bd147-7ac4-4f19-8904-7556dbcbacca): There are no data parts | ||
| 501 | 2024.11.06 00:19:14.956662 [ 252 ] {bb1ce781-89a8-4dba-a3bb-9a80b96a9871} <Debug> TCPHandler: Processed in 0.041398139 sec. | ||
| 502 | 2024.11.06 00:19:14.957014 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.11.06 00:19:14.957274 [ 3 ] {e2b48ea5-9a37-4a74-80ad-812d16756c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:14.957343 [ 3 ] {e2b48ea5-9a37-4a74-80ad-812d16756c57} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 505 | 2024.11.06 00:19:14.988821 [ 3 ] {e2b48ea5-9a37-4a74-80ad-812d16756c57} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Loading data parts | ||
| 506 | 2024.11.06 00:19:14.989014 [ 3 ] {e2b48ea5-9a37-4a74-80ad-812d16756c57} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): There are no data parts | ||
| 507 | 2024.11.06 00:19:14.999977 [ 3 ] {e2b48ea5-9a37-4a74-80ad-812d16756c57} <Debug> TCPHandler: Processed in 0.043079729 sec. | ||
| 508 | 2024.11.06 00:19:15.000197 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.11.06 00:19:15.000517 [ 252 ] {cfb08ddf-9532-46cc-8d85-012f1b476168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:15.000603 [ 252 ] {cfb08ddf-9532-46cc-8d85-012f1b476168} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 511 | 2024.11.06 00:19:15.016318 [ 252 ] {cfb08ddf-9532-46cc-8d85-012f1b476168} <Debug> oximeter.fields_i16 (0bcafd36-9180-4f1a-8bbb-cf1a9833b0b0): Loading data parts | ||
| 512 | 2024.11.06 00:19:15.016477 [ 252 ] {cfb08ddf-9532-46cc-8d85-012f1b476168} <Debug> oximeter.fields_i16 (0bcafd36-9180-4f1a-8bbb-cf1a9833b0b0): There are no data parts | ||
| 513 | 2024.11.06 00:19:15.029814 [ 252 ] {cfb08ddf-9532-46cc-8d85-012f1b476168} <Debug> TCPHandler: Processed in 0.029685381 sec. | ||
| 514 | 2024.11.06 00:19:15.030114 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2024.11.06 00:19:15.030372 [ 3 ] {f66d1efb-3ee5-45d4-b244-806248baa855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:15.030449 [ 3 ] {f66d1efb-3ee5-45d4-b244-806248baa855} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 517 | 2024.11.06 00:19:15.099908 [ 3 ] {f66d1efb-3ee5-45d4-b244-806248baa855} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Loading data parts | ||
| 518 | 2024.11.06 00:19:15.100151 [ 3 ] {f66d1efb-3ee5-45d4-b244-806248baa855} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): There are no data parts | ||
| 519 | 2024.11.06 00:19:15.111042 [ 3 ] {f66d1efb-3ee5-45d4-b244-806248baa855} <Debug> TCPHandler: Processed in 0.081002895 sec. | ||
| 520 | 2024.11.06 00:19:15.111244 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2024.11.06 00:19:15.111457 [ 252 ] {d7824e47-8b7d-4d73-821d-a7deaf906976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:15.111552 [ 252 ] {d7824e47-8b7d-4d73-821d-a7deaf906976} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 523 | 2024.11.06 00:19:15.116558 [ 252 ] {d7824e47-8b7d-4d73-821d-a7deaf906976} <Debug> oximeter.fields_i32 (4ba8b34a-39e1-48d0-92dd-b9b05d98dac0): Loading data parts | ||
| 524 | 2024.11.06 00:19:15.116777 [ 252 ] {d7824e47-8b7d-4d73-821d-a7deaf906976} <Debug> oximeter.fields_i32 (4ba8b34a-39e1-48d0-92dd-b9b05d98dac0): There are no data parts | ||
| 525 | 2024.11.06 00:19:15.127993 [ 252 ] {d7824e47-8b7d-4d73-821d-a7deaf906976} <Debug> TCPHandler: Processed in 0.016808859 sec. | ||
| 526 | 2024.11.06 00:19:15.128208 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 527 | 2024.11.06 00:19:15.128480 [ 3 ] {b0d3fa0f-402e-4ee2-bfeb-4a7acb7c1fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:15.128570 [ 3 ] {b0d3fa0f-402e-4ee2-bfeb-4a7acb7c1fc2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 529 | 2024.11.06 00:19:15.154192 [ 3 ] {b0d3fa0f-402e-4ee2-bfeb-4a7acb7c1fc2} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Loading data parts | ||
| 530 | 2024.11.06 00:19:15.154398 [ 3 ] {b0d3fa0f-402e-4ee2-bfeb-4a7acb7c1fc2} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): There are no data parts | ||
| 531 | 2024.11.06 00:19:15.180533 [ 3 ] {b0d3fa0f-402e-4ee2-bfeb-4a7acb7c1fc2} <Debug> TCPHandler: Processed in 0.052395706 sec. | ||
| 532 | 2024.11.06 00:19:15.180746 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 533 | 2024.11.06 00:19:15.181001 [ 252 ] {99c46a84-772f-4899-b935-e29753d1f8fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:15.181098 [ 252 ] {99c46a84-772f-4899-b935-e29753d1f8fd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 535 | 2024.11.06 00:19:15.195331 [ 252 ] {99c46a84-772f-4899-b935-e29753d1f8fd} <Debug> oximeter.fields_i64 (73c52e29-9d81-45d7-9344-cf12aa3765a6): Loading data parts | ||
| 536 | 2024.11.06 00:19:15.195545 [ 252 ] {99c46a84-772f-4899-b935-e29753d1f8fd} <Debug> oximeter.fields_i64 (73c52e29-9d81-45d7-9344-cf12aa3765a6): There are no data parts | ||
| 537 | 2024.11.06 00:19:15.206140 [ 252 ] {99c46a84-772f-4899-b935-e29753d1f8fd} <Debug> TCPHandler: Processed in 0.025464126 sec. | ||
| 538 | 2024.11.06 00:19:15.206374 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2024.11.06 00:19:15.206634 [ 3 ] {324d7a95-df97-4c74-abe2-1b0dd1bec341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:15.206732 [ 3 ] {324d7a95-df97-4c74-abe2-1b0dd1bec341} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 541 | 2024.11.06 00:19:15.218303 [ 3 ] {324d7a95-df97-4c74-abe2-1b0dd1bec341} <Debug> oximeter.fields_u64 (d1239943-1c78-48ec-9e9c-4921e64676ff): Loading data parts | ||
| 542 | 2024.11.06 00:19:15.218637 [ 3 ] {324d7a95-df97-4c74-abe2-1b0dd1bec341} <Debug> oximeter.fields_u64 (d1239943-1c78-48ec-9e9c-4921e64676ff): There are no data parts | ||
| 543 | 2024.11.06 00:19:15.239379 [ 3 ] {324d7a95-df97-4c74-abe2-1b0dd1bec341} <Debug> TCPHandler: Processed in 0.033075372 sec. | ||
| 544 | 2024.11.06 00:19:15.239590 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2024.11.06 00:19:15.239839 [ 252 ] {14955e67-be95-4f03-bcc3-34ab972aaf73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:15.239937 [ 252 ] {14955e67-be95-4f03-bcc3-34ab972aaf73} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 547 | 2024.11.06 00:19:15.247214 [ 252 ] {14955e67-be95-4f03-bcc3-34ab972aaf73} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Loading data parts | ||
| 548 | 2024.11.06 00:19:15.247405 [ 252 ] {14955e67-be95-4f03-bcc3-34ab972aaf73} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): There are no data parts | ||
| 549 | 2024.11.06 00:19:15.254462 [ 252 ] {14955e67-be95-4f03-bcc3-34ab972aaf73} <Debug> TCPHandler: Processed in 0.014942184 sec. | ||
| 550 | 2024.11.06 00:19:15.254679 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2024.11.06 00:19:15.254895 [ 3 ] {22ac318a-e11a-481f-a98f-9d2def82d393} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) 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.06 00:19:15.255037 [ 3 ] {22ac318a-e11a-481f-a98f-9d2def82d393} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 553 | 2024.11.06 00:19:15.288297 [ 3 ] {22ac318a-e11a-481f-a98f-9d2def82d393} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Loading data parts | ||
| 554 | 2024.11.06 00:19:15.288550 [ 3 ] {22ac318a-e11a-481f-a98f-9d2def82d393} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): There are no data parts | ||
| 555 | 2024.11.06 00:19:15.312893 [ 3 ] {22ac318a-e11a-481f-a98f-9d2def82d393} <Debug> TCPHandler: Processed in 0.058271201 sec. | ||
| 556 | 2024.11.06 00:19:15.313100 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 557 | 2024.11.06 00:19:15.313354 [ 252 ] {bf3a4798-53f6-47bf-ba34-66edff1cfbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) 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.06 00:19:15.313403 [ 252 ] {bf3a4798-53f6-47bf-ba34-66edff1cfbf3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 559 | 2024.11.06 00:19:15.340508 [ 252 ] {bf3a4798-53f6-47bf-ba34-66edff1cfbf3} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Loading data parts | ||
| 560 | 2024.11.06 00:19:15.340713 [ 252 ] {bf3a4798-53f6-47bf-ba34-66edff1cfbf3} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): There are no data parts | ||
| 561 | 2024.11.06 00:19:15.364431 [ 252 ] {bf3a4798-53f6-47bf-ba34-66edff1cfbf3} <Debug> TCPHandler: Processed in 0.051395476 sec. | ||
| 562 | 2024.11.06 00:19:15.364750 [ 3 ] {} <Trace> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 563 | 2024.11.06 00:19:15.365125 [ 3 ] {7b679ca6-341a-4268-851f-f0e5c10dd6c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53726) /* 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.06 00:19:15.365274 [ 3 ] {7b679ca6-341a-4268-851f-f0e5c10dd6c2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 568 | 2024.11.06 00:19:15.401700 [ 3 ] {7b679ca6-341a-4268-851f-f0e5c10dd6c2} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): Loading data parts | ||
| 569 | 2024.11.06 00:19:15.401885 [ 3 ] {7b679ca6-341a-4268-851f-f0e5c10dd6c2} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): There are no data parts | ||
| 570 | 2024.11.06 00:19:15.406419 [ 3 ] {7b679ca6-341a-4268-851f-f0e5c10dd6c2} <Debug> TCPHandler: Processed in 0.04177583 sec. | ||
| 571 | 2024.11.06 00:19:15.406714 [ 252 ] {} <Trace> TCP-Session: c9e95fd5-6194-4af1-9f38-f9e3a445c12e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 572 | 2024.11.06 00:19:15.406981 [ 252 ] {78e5ba69-917d-43f1-8dd7-ccb4762c5780} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63520) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 573 | 2024.11.06 00:19:15.408206 [ 252 ] {78e5ba69-917d-43f1-8dd7-ccb4762c5780} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 574 | 2024.11.06 00:19:15.418884 [ 256 ] {78e5ba69-917d-43f1-8dd7-ccb4762c5780} <Trace> oximeter.version (14c78644-e386-4e75-b848-1d218705251b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 575 | 2024.11.06 00:19:15.419173 [ 256 ] {78e5ba69-917d-43f1-8dd7-ccb4762c5780} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 576 | 2024.11.06 00:19:15.424028 [ 256 ] {78e5ba69-917d-43f1-8dd7-ccb4762c5780} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 577 | 2024.11.06 00:19:15.425238 [ 256 ] {78e5ba69-917d-43f1-8dd7-ccb4762c5780} <Trace> oximeter.version (14c78644-e386-4e75-b848-1d218705251b): 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.06 00:19:15.425579 [ 252 ] {78e5ba69-917d-43f1-8dd7-ccb4762c5780} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.018688 sec., 53.51027397260274 rows/sec., 856.16 B/sec. | ||
| 579 | 2024.11.06 00:19:15.425890 [ 252 ] {78e5ba69-917d-43f1-8dd7-ccb4762c5780} <Debug> TCPHandler: Processed in 0.019270542 sec. | ||
| 580 | 2024.11.06 00:19:16.000160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 134.48 MiB, peak 134.48 MiB, free memory in arenas 0.00 B, will set to 138.26 MiB (RSS), difference: 3.78 MiB | ||
| 581 | 2024.11.06 00:19:19.517743 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45314 | ||
| 582 | 2024.11.06 00:19:19.517900 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 583 | 2024.11.06 00:19:19.517980 [ 258 ] {} <Debug> TCP-Session: edd4a2cd-270b-4bb3-8134-580869bc1078 Authenticating user 'default' from [fd00:1122:3344:101::b]:45314 | ||
| 584 | 2024.11.06 00:19:19.518006 [ 258 ] {} <Debug> TCP-Session: edd4a2cd-270b-4bb3-8134-580869bc1078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 585 | 2024.11.06 00:19:19.518021 [ 258 ] {} <Debug> TCP-Session: edd4a2cd-270b-4bb3-8134-580869bc1078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 586 | 2024.11.06 00:19:19.518106 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 587 | 2024.11.06 00:19:19.518133 [ 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.06 00:19:19.518181 [ 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.06 00:19:19.518663 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43555 | ||
| 590 | 2024.11.06 00:19:19.518768 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62680 | ||
| 591 | 2024.11.06 00:19:19.518923 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62164 | ||
| 592 | 2024.11.06 00:19:19.519096 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51162 | ||
| 593 | 2024.11.06 00:19:19.519219 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:53499 | ||
| 594 | 2024.11.06 00:19:19.519342 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45826 | ||
| 595 | 2024.11.06 00:19:19.519555 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41057 | ||
| 596 | 2024.11.06 00:19:19.521383 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 597 | 2024.11.06 00:19:19.521423 [ 261 ] {} <Debug> TCP-Session: 62b66cea-4997-4a07-a02d-beba46a2cdae Authenticating user 'default' from [fd00:1122:3344:101::b]:62164 | ||
| 598 | 2024.11.06 00:19:19.521432 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 599 | 2024.11.06 00:19:19.521475 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 600 | 2024.11.06 00:19:19.521480 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 601 | 2024.11.06 00:19:19.521520 [ 261 ] {} <Debug> TCP-Session: 62b66cea-4997-4a07-a02d-beba46a2cdae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 602 | 2024.11.06 00:19:19.521494 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 603 | 2024.11.06 00:19:19.521562 [ 260 ] {} <Debug> TCP-Session: 09892e71-b006-4145-80b0-858e44dc580a Authenticating user 'default' from [fd00:1122:3344:101::b]:62680 | ||
| 604 | 2024.11.06 00:19:19.521460 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 605 | 2024.11.06 00:19:19.521617 [ 263 ] {} <Debug> TCP-Session: a1ebbb57-452b-41f6-a10a-8abfe3b84d1e Authenticating user 'default' from [fd00:1122:3344:101::b]:53499 | ||
| 606 | 2024.11.06 00:19:19.521641 [ 261 ] {} <Debug> TCP-Session: 62b66cea-4997-4a07-a02d-beba46a2cdae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 607 | 2024.11.06 00:19:19.521616 [ 259 ] {} <Debug> TCP-Session: e22d638d-d0f1-4e5e-bbfb-aac2b5cbc583 Authenticating user 'default' from [fd00:1122:3344:101::b]:43555 | ||
| 608 | 2024.11.06 00:19:19.521685 [ 265 ] {} <Debug> TCP-Session: ee39dc18-0018-4c74-9256-caa557d7b232 Authenticating user 'default' from [fd00:1122:3344:101::b]:41057 | ||
| 609 | 2024.11.06 00:19:19.521433 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 610 | 2024.11.06 00:19:19.521697 [ 260 ] {} <Debug> TCP-Session: 09892e71-b006-4145-80b0-858e44dc580a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 611 | 2024.11.06 00:19:19.521760 [ 262 ] {} <Debug> TCP-Session: 08046c03-9683-4213-beb5-820c259f68f7 Authenticating user 'default' from [fd00:1122:3344:101::b]:51162 | ||
| 612 | 2024.11.06 00:19:19.521763 [ 263 ] {} <Debug> TCP-Session: a1ebbb57-452b-41f6-a10a-8abfe3b84d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.11.06 00:19:19.521849 [ 259 ] {} <Debug> TCP-Session: e22d638d-d0f1-4e5e-bbfb-aac2b5cbc583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 614 | 2024.11.06 00:19:19.521892 [ 265 ] {} <Debug> TCP-Session: ee39dc18-0018-4c74-9256-caa557d7b232 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 615 | 2024.11.06 00:19:19.521937 [ 263 ] {} <Debug> TCP-Session: a1ebbb57-452b-41f6-a10a-8abfe3b84d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.11.06 00:19:19.521947 [ 262 ] {} <Debug> TCP-Session: 08046c03-9683-4213-beb5-820c259f68f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.11.06 00:19:19.521897 [ 264 ] {} <Debug> TCP-Session: eca7dde7-36c8-43dc-87de-5357ca061d64 Authenticating user 'default' from [fd00:1122:3344:101::b]:45826 | ||
| 618 | 2024.11.06 00:19:19.521987 [ 259 ] {} <Debug> TCP-Session: e22d638d-d0f1-4e5e-bbfb-aac2b5cbc583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 619 | 2024.11.06 00:19:19.522019 [ 265 ] {} <Debug> TCP-Session: ee39dc18-0018-4c74-9256-caa557d7b232 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2024.11.06 00:19:19.522146 [ 262 ] {} <Debug> TCP-Session: 08046c03-9683-4213-beb5-820c259f68f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 621 | 2024.11.06 00:19:19.522061 [ 260 ] {} <Debug> TCP-Session: 09892e71-b006-4145-80b0-858e44dc580a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 622 | 2024.11.06 00:19:19.522178 [ 264 ] {} <Debug> TCP-Session: eca7dde7-36c8-43dc-87de-5357ca061d64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 623 | 2024.11.06 00:19:19.522330 [ 264 ] {} <Debug> TCP-Session: eca7dde7-36c8-43dc-87de-5357ca061d64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.11.06 00:19:19.846899 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63572 | ||
| 625 | 2024.11.06 00:19:19.847232 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2024.11.06 00:19:19.847283 [ 266 ] {} <Debug> TCP-Session: 496c539b-73b4-4548-be96-2847d54efe7c Authenticating user 'default' from [fd00:1122:3344:101::a]:63572 | ||
| 627 | 2024.11.06 00:19:19.847349 [ 266 ] {} <Debug> TCP-Session: 496c539b-73b4-4548-be96-2847d54efe7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.11.06 00:19:19.847364 [ 266 ] {} <Debug> TCP-Session: 496c539b-73b4-4548-be96-2847d54efe7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.11.06 00:19:19.847425 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2024.11.06 00:19:19.847480 [ 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.06 00:19:19.847504 [ 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.06 00:19:19.847930 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58173 | ||
| 633 | 2024.11.06 00:19:19.848007 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54297 | ||
| 634 | 2024.11.06 00:19:19.848122 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.11.06 00:19:19.848125 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55769 | ||
| 636 | 2024.11.06 00:19:19.848198 [ 267 ] {} <Debug> TCP-Session: 478cc8a4-eed9-45c3-a679-3e3ba17ee775 Authenticating user 'default' from [fd00:1122:3344:101::a]:58173 | ||
| 637 | 2024.11.06 00:19:19.848380 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61679 | ||
| 638 | 2024.11.06 00:19:19.848497 [ 267 ] {} <Debug> TCP-Session: 478cc8a4-eed9-45c3-a679-3e3ba17ee775 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 639 | 2024.11.06 00:19:19.848470 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49456 | ||
| 640 | 2024.11.06 00:19:19.848622 [ 267 ] {} <Debug> TCP-Session: 478cc8a4-eed9-45c3-a679-3e3ba17ee775 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.11.06 00:19:19.848712 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49835 | ||
| 642 | 2024.11.06 00:19:19.849088 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51645 | ||
| 643 | 2024.11.06 00:19:19.853401 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 644 | 2024.11.06 00:19:19.853455 [ 273 ] {} <Debug> TCP-Session: 30e68ae3-5b72-4c81-b5ec-060aac301704 Authenticating user 'default' from [fd00:1122:3344:101::a]:51645 | ||
| 645 | 2024.11.06 00:19:19.853556 [ 273 ] {} <Debug> TCP-Session: 30e68ae3-5b72-4c81-b5ec-060aac301704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 646 | 2024.11.06 00:19:19.853581 [ 273 ] {} <Debug> TCP-Session: 30e68ae3-5b72-4c81-b5ec-060aac301704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 647 | 2024.11.06 00:19:19.857258 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 648 | 2024.11.06 00:19:19.857274 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 649 | 2024.11.06 00:19:19.857389 [ 272 ] {} <Debug> TCP-Session: 2a422ba3-241a-4496-9df0-94dae7dc6b01 Authenticating user 'default' from [fd00:1122:3344:101::a]:49835 | ||
| 650 | 2024.11.06 00:19:19.857399 [ 271 ] {} <Debug> TCP-Session: 07e6d4fb-69cf-491c-9fda-0c15345f1206 Authenticating user 'default' from [fd00:1122:3344:101::a]:49456 | ||
| 651 | 2024.11.06 00:19:19.857437 [ 272 ] {} <Debug> TCP-Session: 2a422ba3-241a-4496-9df0-94dae7dc6b01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 652 | 2024.11.06 00:19:19.857482 [ 271 ] {} <Debug> TCP-Session: 07e6d4fb-69cf-491c-9fda-0c15345f1206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 653 | 2024.11.06 00:19:19.857507 [ 272 ] {} <Debug> TCP-Session: 2a422ba3-241a-4496-9df0-94dae7dc6b01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2024.11.06 00:19:19.857515 [ 271 ] {} <Debug> TCP-Session: 07e6d4fb-69cf-491c-9fda-0c15345f1206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 655 | 2024.11.06 00:19:19.857928 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 656 | 2024.11.06 00:19:19.857978 [ 269 ] {} <Debug> TCP-Session: 9684050d-ace3-4dd4-a863-e654a1f68ad7 Authenticating user 'default' from [fd00:1122:3344:101::a]:55769 | ||
| 657 | 2024.11.06 00:19:19.858006 [ 269 ] {} <Debug> TCP-Session: 9684050d-ace3-4dd4-a863-e654a1f68ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 658 | 2024.11.06 00:19:19.858090 [ 269 ] {} <Debug> TCP-Session: 9684050d-ace3-4dd4-a863-e654a1f68ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.11.06 00:19:19.860729 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 660 | 2024.11.06 00:19:19.860744 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 661 | 2024.11.06 00:19:19.860786 [ 270 ] {} <Debug> TCP-Session: 508ae725-8035-4d7e-a128-174f2f1f2513 Authenticating user 'default' from [fd00:1122:3344:101::a]:61679 | ||
| 662 | 2024.11.06 00:19:19.860884 [ 268 ] {} <Debug> TCP-Session: 0db00670-aeb2-418c-874c-70953b91d13b Authenticating user 'default' from [fd00:1122:3344:101::a]:54297 | ||
| 663 | 2024.11.06 00:19:19.860898 [ 270 ] {} <Debug> TCP-Session: 508ae725-8035-4d7e-a128-174f2f1f2513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 664 | 2024.11.06 00:19:19.860931 [ 268 ] {} <Debug> TCP-Session: 0db00670-aeb2-418c-874c-70953b91d13b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.11.06 00:19:19.860997 [ 270 ] {} <Debug> TCP-Session: 508ae725-8035-4d7e-a128-174f2f1f2513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.11.06 00:19:19.861016 [ 268 ] {} <Debug> TCP-Session: 0db00670-aeb2-418c-874c-70953b91d13b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.11.06 00:19:20.470285 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38796 | ||
| 668 | 2024.11.06 00:19:20.470538 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.11.06 00:19:20.470580 [ 274 ] {} <Debug> TCP-Session: 435001f1-1b86-4662-a0b7-b47bebf76983 Authenticating user 'default' from [fd00:1122:3344:101::c]:38796 | ||
| 670 | 2024.11.06 00:19:20.470642 [ 274 ] {} <Debug> TCP-Session: 435001f1-1b86-4662-a0b7-b47bebf76983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.11.06 00:19:20.470685 [ 274 ] {} <Debug> TCP-Session: 435001f1-1b86-4662-a0b7-b47bebf76983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.11.06 00:19:20.470769 [ 274 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.11.06 00:19:20.470804 [ 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.06 00:19:20.470862 [ 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.06 00:19:20.472111 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:44837 | ||
| 676 | 2024.11.06 00:19:20.472291 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61429 | ||
| 677 | 2024.11.06 00:19:20.472374 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.11.06 00:19:20.472400 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43873 | ||
| 679 | 2024.11.06 00:19:20.472832 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49323 | ||
| 680 | 2024.11.06 00:19:20.472850 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2024.11.06 00:19:20.472877 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2024.11.06 00:19:20.472940 [ 276 ] {} <Debug> TCP-Session: 958e0508-57f2-4d5f-829e-0868f86df07c Authenticating user 'default' from [fd00:1122:3344:101::c]:61429 | ||
| 683 | 2024.11.06 00:19:20.472898 [ 275 ] {} <Debug> TCP-Session: 6174216a-4fa1-4c55-9519-d251c2c7fcda Authenticating user 'default' from [fd00:1122:3344:101::c]:44837 | ||
| 684 | 2024.11.06 00:19:20.472870 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54530 | ||
| 685 | 2024.11.06 00:19:20.473154 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53513 | ||
| 686 | 2024.11.06 00:19:20.473170 [ 276 ] {} <Debug> TCP-Session: 958e0508-57f2-4d5f-829e-0868f86df07c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2024.11.06 00:19:20.473173 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 688 | 2024.11.06 00:19:20.473372 [ 275 ] {} <Debug> TCP-Session: 6174216a-4fa1-4c55-9519-d251c2c7fcda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.11.06 00:19:20.473421 [ 276 ] {} <Debug> TCP-Session: 958e0508-57f2-4d5f-829e-0868f86df07c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.11.06 00:19:20.473395 [ 277 ] {} <Debug> TCP-Session: dc7ab86e-130e-4319-81a4-0e0b73b2c4a0 Authenticating user 'default' from [fd00:1122:3344:101::c]:43873 | ||
| 691 | 2024.11.06 00:19:20.473443 [ 278 ] {} <Debug> TCP-Session: 9ff88e63-747a-42ae-ba7b-a1c22686601f Authenticating user 'default' from [fd00:1122:3344:101::c]:49323 | ||
| 692 | 2024.11.06 00:19:20.473616 [ 275 ] {} <Debug> TCP-Session: 6174216a-4fa1-4c55-9519-d251c2c7fcda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.11.06 00:19:20.473464 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45993 | ||
| 694 | 2024.11.06 00:19:20.473659 [ 278 ] {} <Debug> TCP-Session: 9ff88e63-747a-42ae-ba7b-a1c22686601f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.11.06 00:19:20.473699 [ 277 ] {} <Debug> TCP-Session: dc7ab86e-130e-4319-81a4-0e0b73b2c4a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.11.06 00:19:20.473811 [ 277 ] {} <Debug> TCP-Session: dc7ab86e-130e-4319-81a4-0e0b73b2c4a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.11.06 00:19:20.473905 [ 278 ] {} <Debug> TCP-Session: 9ff88e63-747a-42ae-ba7b-a1c22686601f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.11.06 00:19:20.475174 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2024.11.06 00:19:20.475212 [ 281 ] {} <Debug> TCP-Session: b5dce030-355c-430c-ab9d-d8a3d9cf661e Authenticating user 'default' from [fd00:1122:3344:101::c]:45993 | ||
| 700 | 2024.11.06 00:19:20.475230 [ 281 ] {} <Debug> TCP-Session: b5dce030-355c-430c-ab9d-d8a3d9cf661e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.11.06 00:19:20.475242 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 702 | 2024.11.06 00:19:20.475302 [ 281 ] {} <Debug> TCP-Session: b5dce030-355c-430c-ab9d-d8a3d9cf661e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.11.06 00:19:20.475326 [ 279 ] {} <Debug> TCP-Session: 5c944442-f311-46dd-8884-fb9f7a496a84 Authenticating user 'default' from [fd00:1122:3344:101::c]:54530 | ||
| 704 | 2024.11.06 00:19:20.475413 [ 279 ] {} <Debug> TCP-Session: 5c944442-f311-46dd-8884-fb9f7a496a84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.11.06 00:19:20.475460 [ 279 ] {} <Debug> TCP-Session: 5c944442-f311-46dd-8884-fb9f7a496a84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.11.06 00:19:20.477514 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 707 | 2024.11.06 00:19:20.477556 [ 280 ] {} <Debug> TCP-Session: 80a6dfc8-903f-4a6f-9970-d87da793c5f1 Authenticating user 'default' from [fd00:1122:3344:101::c]:53513 | ||
| 708 | 2024.11.06 00:19:20.477624 [ 280 ] {} <Debug> TCP-Session: 80a6dfc8-903f-4a6f-9970-d87da793c5f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.11.06 00:19:20.477639 [ 280 ] {} <Debug> TCP-Session: 80a6dfc8-903f-4a6f-9970-d87da793c5f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.11.06 00:19:21.782885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 711 | 2024.11.06 00:19:21.783031 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 712 | 2024.11.06 00:19:21.803609 [ 242 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Loading data parts | ||
| 713 | 2024.11.06 00:19:21.803856 [ 242 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): There are no data parts | ||
| 714 | 2024.11.06 00:19:21.841962 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 715 | 2024.11.06 00:19:21.842044 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 716 | 2024.11.06 00:19:21.844695 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 717 | 2024.11.06 00:19:21.845714 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): 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.06 00:19:21.846221 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 719 | 2024.11.06 00:19:22.000170 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 143.98 MiB, peak 143.98 MiB, free memory in arenas 0.00 B, will set to 141.96 MiB (RSS), difference: -2.02 MiB | ||
| 720 | 2024.11.06 00:19:26.734634 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 721 | 2024.11.06 00:19:26.734690 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 722 | 2024.11.06 00:19:32.000222 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 138.02 MiB, peak 143.98 MiB, free memory in arenas 0.00 B, will set to 142.04 MiB (RSS), difference: 4.01 MiB | ||
| 723 | 2024.11.06 00:19:37.593724 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64907, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 724 | 2024.11.06 00:19:37.777276 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50830, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 725 | 2024.11.06 00:19:37.801882 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.11.06 00:19:37.827471 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39437, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 727 | 2024.11.06 00:19:37.917003 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43420, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 728 | 2024.11.06 00:19:37.926581 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 729 | 2024.11.06 00:19:37.926605 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 730 | 2024.11.06 00:19:37.932217 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52286, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 731 | 2024.11.06 00:19:40.433095 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45534, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 732 | 2024.11.06 00:19:40.433298 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 733 | 2024.11.06 00:19:40.433437 [ 282 ] {} <Debug> HTTP-Session: 521de0fb-26ef-4473-bef4-62c1dad17821 Authenticating user 'default' from [fd00:1122:3344:101::d]:45534 | ||
| 734 | 2024.11.06 00:19:40.433463 [ 282 ] {} <Debug> HTTP-Session: 521de0fb-26ef-4473-bef4-62c1dad17821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2024.11.06 00:19:40.433479 [ 282 ] {} <Debug> HTTP-Session: 521de0fb-26ef-4473-bef4-62c1dad17821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 736 | 2024.11.06 00:19:40.433613 [ 282 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 737 | 2024.11.06 00:19:40.433646 [ 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 | ||
| 738 | 2024.11.06 00:19:40.433741 [ 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 | ||
| 739 | 2024.11.06 00:19:40.433771 [ 282 ] {} <Trace> HTTP-Session: 521de0fb-26ef-4473-bef4-62c1dad17821 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 740 | 2024.11.06 00:19:40.438536 [ 282 ] {d890285e-93be-475c-afab-86d3ef60c8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45534) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 741 | 2024.11.06 00:19:40.441285 [ 282 ] {d890285e-93be-475c-afab-86d3ef60c8e2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 742 | 2024.11.06 00:19:40.443557 [ 282 ] {d890285e-93be-475c-afab-86d3ef60c8e2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 743 | 2024.11.06 00:19:40.454020 [ 282 ] {d890285e-93be-475c-afab-86d3ef60c8e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 744 | 2024.11.06 00:19:40.454058 [ 282 ] {d890285e-93be-475c-afab-86d3ef60c8e2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 745 | 2024.11.06 00:19:40.454081 [ 282 ] {} <Debug> HTTP-Session: 521de0fb-26ef-4473-bef4-62c1dad17821 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 746 | 2024.11.06 00:19:40.456611 [ 282 ] {} <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) | ||
| 747 | 2024.11.06 00:19:40.456802 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33996, User-Agent: (none), Length: 132, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 748 | 2024.11.06 00:19:40.456999 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 749 | 2024.11.06 00:19:40.457028 [ 286 ] {} <Debug> HTTP-Session: 5319fcab-ed03-4179-b1ff-091c708250e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33996 | ||
| 750 | 2024.11.06 00:19:40.457054 [ 286 ] {} <Debug> HTTP-Session: 5319fcab-ed03-4179-b1ff-091c708250e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2024.11.06 00:19:40.457069 [ 286 ] {} <Debug> HTTP-Session: 5319fcab-ed03-4179-b1ff-091c708250e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2024.11.06 00:19:40.457125 [ 286 ] {} <Trace> HTTP-Session: 5319fcab-ed03-4179-b1ff-091c708250e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 753 | 2024.11.06 00:19:40.457367 [ 286 ] {623dfdb4-2db7-41a8-bf5c-6e4be95617ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33996) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 754 | 2024.11.06 00:19:40.465540 [ 286 ] {623dfdb4-2db7-41a8-bf5c-6e4be95617ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 755 | 2024.11.06 00:19:40.465637 [ 286 ] {623dfdb4-2db7-41a8-bf5c-6e4be95617ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 756 | 2024.11.06 00:19:40.466965 [ 286 ] {623dfdb4-2db7-41a8-bf5c-6e4be95617ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 757 | 2024.11.06 00:19:40.466994 [ 286 ] {623dfdb4-2db7-41a8-bf5c-6e4be95617ed} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 758 | 2024.11.06 00:19:40.467012 [ 286 ] {} <Debug> HTTP-Session: 5319fcab-ed03-4179-b1ff-091c708250e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 759 | 2024.11.06 00:19:40.467451 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 760 | 2024.11.06 00:19:40.467569 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44307, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 761 | 2024.11.06 00:19:40.467639 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 762 | 2024.11.06 00:19:40.467660 [ 282 ] {} <Debug> HTTP-Session: f83322b8-1265-4a6e-93cb-f55c23b90809 Authenticating user 'default' from [fd00:1122:3344:101::d]:44307 | ||
| 763 | 2024.11.06 00:19:40.467682 [ 282 ] {} <Debug> HTTP-Session: f83322b8-1265-4a6e-93cb-f55c23b90809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 764 | 2024.11.06 00:19:40.467697 [ 282 ] {} <Debug> HTTP-Session: f83322b8-1265-4a6e-93cb-f55c23b90809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.11.06 00:19:40.467748 [ 282 ] {} <Trace> HTTP-Session: f83322b8-1265-4a6e-93cb-f55c23b90809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 766 | 2024.11.06 00:19:40.467921 [ 282 ] {a4fc4366-0da4-429f-bf26-2580e08118d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44307) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 767 | 2024.11.06 00:19:40.468429 [ 282 ] {a4fc4366-0da4-429f-bf26-2580e08118d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 768 | 2024.11.06 00:19:40.468498 [ 282 ] {a4fc4366-0da4-429f-bf26-2580e08118d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 769 | 2024.11.06 00:19:40.469603 [ 282 ] {a4fc4366-0da4-429f-bf26-2580e08118d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 770 | 2024.11.06 00:19:40.469630 [ 282 ] {a4fc4366-0da4-429f-bf26-2580e08118d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 771 | 2024.11.06 00:19:40.469648 [ 282 ] {} <Debug> HTTP-Session: f83322b8-1265-4a6e-93cb-f55c23b90809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 772 | 2024.11.06 00:19:40.470042 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 773 | 2024.11.06 00:19:40.470057 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33996, User-Agent: (none), Length: 207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.11.06 00:19:40.470163 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 775 | 2024.11.06 00:19:40.470202 [ 286 ] {} <Debug> HTTP-Session: 268585ee-e3e0-4b77-bb55-5ddbf61b071e Authenticating user 'default' from [fd00:1122:3344:101::d]:33996 | ||
| 776 | 2024.11.06 00:19:40.470240 [ 286 ] {} <Debug> HTTP-Session: 268585ee-e3e0-4b77-bb55-5ddbf61b071e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.11.06 00:19:40.470263 [ 286 ] {} <Debug> HTTP-Session: 268585ee-e3e0-4b77-bb55-5ddbf61b071e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.11.06 00:19:40.470313 [ 286 ] {} <Trace> HTTP-Session: 268585ee-e3e0-4b77-bb55-5ddbf61b071e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.11.06 00:19:40.470471 [ 286 ] {c3600ac7-4234-4b78-9af9-73d053c43024} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33996) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 780 | 2024.11.06 00:19:40.470863 [ 286 ] {c3600ac7-4234-4b78-9af9-73d053c43024} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 781 | 2024.11.06 00:19:40.470919 [ 286 ] {c3600ac7-4234-4b78-9af9-73d053c43024} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 782 | 2024.11.06 00:19:40.472030 [ 286 ] {c3600ac7-4234-4b78-9af9-73d053c43024} <Debug> DynamicQueryHandler: Done processing query | ||
| 783 | 2024.11.06 00:19:40.472057 [ 286 ] {c3600ac7-4234-4b78-9af9-73d053c43024} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 784 | 2024.11.06 00:19:40.472074 [ 286 ] {} <Debug> HTTP-Session: 268585ee-e3e0-4b77-bb55-5ddbf61b071e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.11.06 00:19:40.472673 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.11.06 00:19:40.472784 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50613, User-Agent: (none), Length: 259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 787 | 2024.11.06 00:19:40.472846 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 788 | 2024.11.06 00:19:40.472867 [ 282 ] {} <Debug> HTTP-Session: 268ea64b-4437-4e6f-a0f8-9e90c74919a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:50613 | ||
| 789 | 2024.11.06 00:19:40.472886 [ 282 ] {} <Debug> HTTP-Session: 268ea64b-4437-4e6f-a0f8-9e90c74919a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.11.06 00:19:40.472901 [ 282 ] {} <Debug> HTTP-Session: 268ea64b-4437-4e6f-a0f8-9e90c74919a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 791 | 2024.11.06 00:19:40.472944 [ 282 ] {} <Trace> HTTP-Session: 268ea64b-4437-4e6f-a0f8-9e90c74919a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 792 | 2024.11.06 00:19:40.473134 [ 282 ] {3877db6e-65ad-4287-8ada-9b4aa296f933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50613) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 793 | 2024.11.06 00:19:40.473520 [ 282 ] {3877db6e-65ad-4287-8ada-9b4aa296f933} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 794 | 2024.11.06 00:19:40.473577 [ 282 ] {3877db6e-65ad-4287-8ada-9b4aa296f933} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 795 | 2024.11.06 00:19:40.474592 [ 282 ] {3877db6e-65ad-4287-8ada-9b4aa296f933} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.11.06 00:19:40.474622 [ 282 ] {3877db6e-65ad-4287-8ada-9b4aa296f933} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 797 | 2024.11.06 00:19:40.474639 [ 282 ] {} <Debug> HTTP-Session: 268ea64b-4437-4e6f-a0f8-9e90c74919a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 798 | 2024.11.06 00:19:40.474958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 799 | 2024.11.06 00:19:40.474959 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33996, User-Agent: (none), Length: 302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 800 | 2024.11.06 00:19:40.475062 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 801 | 2024.11.06 00:19:40.475091 [ 286 ] {} <Debug> HTTP-Session: c9bbd5eb-40f9-473b-af82-6c9c00611bce Authenticating user 'default' from [fd00:1122:3344:101::d]:33996 | ||
| 802 | 2024.11.06 00:19:40.475112 [ 286 ] {} <Debug> HTTP-Session: c9bbd5eb-40f9-473b-af82-6c9c00611bce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 803 | 2024.11.06 00:19:40.475137 [ 286 ] {} <Debug> HTTP-Session: c9bbd5eb-40f9-473b-af82-6c9c00611bce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 804 | 2024.11.06 00:19:40.475190 [ 286 ] {} <Trace> HTTP-Session: c9bbd5eb-40f9-473b-af82-6c9c00611bce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 805 | 2024.11.06 00:19:40.475333 [ 286 ] {f8b69368-f201-4c24-81f8-246dfa27d6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33996) 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_underlay_prefixes', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 806 | 2024.11.06 00:19:40.475701 [ 286 ] {f8b69368-f201-4c24-81f8-246dfa27d6be} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 807 | 2024.11.06 00:19:40.475759 [ 286 ] {f8b69368-f201-4c24-81f8-246dfa27d6be} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 808 | 2024.11.06 00:19:40.476840 [ 286 ] {f8b69368-f201-4c24-81f8-246dfa27d6be} <Debug> DynamicQueryHandler: Done processing query | ||
| 809 | 2024.11.06 00:19:40.476866 [ 286 ] {f8b69368-f201-4c24-81f8-246dfa27d6be} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 810 | 2024.11.06 00:19:40.476883 [ 286 ] {} <Debug> HTTP-Session: c9bbd5eb-40f9-473b-af82-6c9c00611bce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 811 | 2024.11.06 00:19:40.477175 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 812 | 2024.11.06 00:19:40.477239 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47438, User-Agent: (none), Length: 344, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.11.06 00:19:40.477317 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 814 | 2024.11.06 00:19:40.477341 [ 282 ] {} <Debug> HTTP-Session: a378e85d-74ec-4feb-bc9a-896392161be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47438 | ||
| 815 | 2024.11.06 00:19:40.477361 [ 282 ] {} <Debug> HTTP-Session: a378e85d-74ec-4feb-bc9a-896392161be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.11.06 00:19:40.477376 [ 282 ] {} <Debug> HTTP-Session: a378e85d-74ec-4feb-bc9a-896392161be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.11.06 00:19:40.477415 [ 282 ] {} <Trace> HTTP-Session: a378e85d-74ec-4feb-bc9a-896392161be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.11.06 00:19:40.477612 [ 282 ] {287dc030-accb-4c6f-85ba-7fe5d1b14788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47438) 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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 819 | 2024.11.06 00:19:40.478016 [ 282 ] {287dc030-accb-4c6f-85ba-7fe5d1b14788} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 820 | 2024.11.06 00:19:40.478078 [ 282 ] {287dc030-accb-4c6f-85ba-7fe5d1b14788} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 821 | 2024.11.06 00:19:40.479151 [ 282 ] {287dc030-accb-4c6f-85ba-7fe5d1b14788} <Debug> DynamicQueryHandler: Done processing query | ||
| 822 | 2024.11.06 00:19:40.479178 [ 282 ] {287dc030-accb-4c6f-85ba-7fe5d1b14788} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 823 | 2024.11.06 00:19:40.479195 [ 282 ] {} <Debug> HTTP-Session: a378e85d-74ec-4feb-bc9a-896392161be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 824 | 2024.11.06 00:19:40.479470 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 825 | 2024.11.06 00:19:40.479574 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37488, User-Agent: (none), Length: 378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 826 | 2024.11.06 00:19:40.479634 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 827 | 2024.11.06 00:19:40.479660 [ 286 ] {} <Debug> HTTP-Session: 8d137c7e-be1f-45d7-a159-1154f70b9333 Authenticating user 'default' from [fd00:1122:3344:101::d]:37488 | ||
| 828 | 2024.11.06 00:19:40.479678 [ 286 ] {} <Debug> HTTP-Session: 8d137c7e-be1f-45d7-a159-1154f70b9333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.11.06 00:19:40.479692 [ 286 ] {} <Debug> HTTP-Session: 8d137c7e-be1f-45d7-a159-1154f70b9333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 830 | 2024.11.06 00:19:40.479731 [ 286 ] {} <Trace> HTTP-Session: 8d137c7e-be1f-45d7-a159-1154f70b9333 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2024.11.06 00:19:40.479871 [ 286 ] {e2e9c4c3-49e6-48ad-8266-d51b9742be10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37488) 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:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 832 | 2024.11.06 00:19:40.480252 [ 286 ] {e2e9c4c3-49e6-48ad-8266-d51b9742be10} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 833 | 2024.11.06 00:19:40.480307 [ 286 ] {e2e9c4c3-49e6-48ad-8266-d51b9742be10} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 834 | 2024.11.06 00:19:40.481365 [ 286 ] {e2e9c4c3-49e6-48ad-8266-d51b9742be10} <Debug> DynamicQueryHandler: Done processing query | ||
| 835 | 2024.11.06 00:19:40.481391 [ 286 ] {e2e9c4c3-49e6-48ad-8266-d51b9742be10} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 836 | 2024.11.06 00:19:40.481409 [ 286 ] {} <Debug> HTTP-Session: 8d137c7e-be1f-45d7-a159-1154f70b9333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 837 | 2024.11.06 00:19:40.481674 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37488, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 838 | 2024.11.06 00:19:40.481675 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47438, User-Agent: (none), Length: 416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 839 | 2024.11.06 00:19:40.481788 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 840 | 2024.11.06 00:19:40.481810 [ 282 ] {} <Debug> HTTP-Session: e72a70ae-deab-4e40-9c17-f11902e15256 Authenticating user 'default' from [fd00:1122:3344:101::d]:47438 | ||
| 841 | 2024.11.06 00:19:40.481841 [ 282 ] {} <Debug> HTTP-Session: e72a70ae-deab-4e40-9c17-f11902e15256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 842 | 2024.11.06 00:19:40.481858 [ 282 ] {} <Debug> HTTP-Session: e72a70ae-deab-4e40-9c17-f11902e15256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 843 | 2024.11.06 00:19:40.481898 [ 282 ] {} <Trace> HTTP-Session: e72a70ae-deab-4e40-9c17-f11902e15256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2024.11.06 00:19:40.482082 [ 282 ] {1625c1f5-c458-4907-a858-345cb8a1bae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47438) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 845 | 2024.11.06 00:19:40.482487 [ 282 ] {1625c1f5-c458-4907-a858-345cb8a1bae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2024.11.06 00:19:40.482545 [ 282 ] {1625c1f5-c458-4907-a858-345cb8a1bae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2024.11.06 00:19:40.483512 [ 282 ] {1625c1f5-c458-4907-a858-345cb8a1bae5} <Debug> DynamicQueryHandler: Done processing query | ||
| 848 | 2024.11.06 00:19:40.483538 [ 282 ] {1625c1f5-c458-4907-a858-345cb8a1bae5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 849 | 2024.11.06 00:19:40.483555 [ 282 ] {} <Debug> HTTP-Session: e72a70ae-deab-4e40-9c17-f11902e15256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 850 | 2024.11.06 00:19:40.483819 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 851 | 2024.11.06 00:19:40.483887 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59472, User-Agent: (none), Length: 451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 852 | 2024.11.06 00:19:40.483963 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 853 | 2024.11.06 00:19:40.484000 [ 286 ] {} <Debug> HTTP-Session: 4560fb4d-dab1-44c2-af36-0bcec918510e Authenticating user 'default' from [fd00:1122:3344:101::d]:59472 | ||
| 854 | 2024.11.06 00:19:40.484028 [ 286 ] {} <Debug> HTTP-Session: 4560fb4d-dab1-44c2-af36-0bcec918510e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.11.06 00:19:40.484044 [ 286 ] {} <Debug> HTTP-Session: 4560fb4d-dab1-44c2-af36-0bcec918510e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 856 | 2024.11.06 00:19:40.484085 [ 286 ] {} <Trace> HTTP-Session: 4560fb4d-dab1-44c2-af36-0bcec918510e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 857 | 2024.11.06 00:19:40.484232 [ 286 ] {81d93d0f-2402-4520-aa95-2857a156d4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59472) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 858 | 2024.11.06 00:19:40.484617 [ 286 ] {81d93d0f-2402-4520-aa95-2857a156d4e5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 859 | 2024.11.06 00:19:40.484671 [ 286 ] {81d93d0f-2402-4520-aa95-2857a156d4e5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 860 | 2024.11.06 00:19:40.485747 [ 286 ] {81d93d0f-2402-4520-aa95-2857a156d4e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 861 | 2024.11.06 00:19:40.485773 [ 286 ] {81d93d0f-2402-4520-aa95-2857a156d4e5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 862 | 2024.11.06 00:19:40.485790 [ 286 ] {} <Debug> HTTP-Session: 4560fb4d-dab1-44c2-af36-0bcec918510e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 863 | 2024.11.06 00:19:40.486032 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 864 | 2024.11.06 00:19:40.486108 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60396, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 865 | 2024.11.06 00:19:40.486180 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 866 | 2024.11.06 00:19:40.486208 [ 282 ] {} <Debug> HTTP-Session: 9cd519d5-410d-4b9c-a7f8-9680c790688d Authenticating user 'default' from [fd00:1122:3344:101::d]:60396 | ||
| 867 | 2024.11.06 00:19:40.486226 [ 282 ] {} <Debug> HTTP-Session: 9cd519d5-410d-4b9c-a7f8-9680c790688d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 868 | 2024.11.06 00:19:40.486240 [ 282 ] {} <Debug> HTTP-Session: 9cd519d5-410d-4b9c-a7f8-9680c790688d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 869 | 2024.11.06 00:19:40.486279 [ 282 ] {} <Trace> HTTP-Session: 9cd519d5-410d-4b9c-a7f8-9680c790688d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 870 | 2024.11.06 00:19:40.486424 [ 282 ] {0854d5c0-6c25-4a3c-8bfe-90f245b386a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60396) 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:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 871 | 2024.11.06 00:19:40.486857 [ 282 ] {0854d5c0-6c25-4a3c-8bfe-90f245b386a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 872 | 2024.11.06 00:19:40.486923 [ 282 ] {0854d5c0-6c25-4a3c-8bfe-90f245b386a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 873 | 2024.11.06 00:19:40.487862 [ 282 ] {0854d5c0-6c25-4a3c-8bfe-90f245b386a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 874 | 2024.11.06 00:19:40.487888 [ 282 ] {0854d5c0-6c25-4a3c-8bfe-90f245b386a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 875 | 2024.11.06 00:19:40.487904 [ 282 ] {} <Debug> HTTP-Session: 9cd519d5-410d-4b9c-a7f8-9680c790688d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 876 | 2024.11.06 00:19:40.488197 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 877 | 2024.11.06 00:19:40.488293 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59020, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 878 | 2024.11.06 00:19:40.488373 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 879 | 2024.11.06 00:19:40.488394 [ 286 ] {} <Debug> HTTP-Session: 2d396061-1e94-489b-82b1-cdaa06c0ec5c Authenticating user 'default' from [fd00:1122:3344:101::d]:59020 | ||
| 880 | 2024.11.06 00:19:40.488411 [ 286 ] {} <Debug> HTTP-Session: 2d396061-1e94-489b-82b1-cdaa06c0ec5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 881 | 2024.11.06 00:19:40.488424 [ 286 ] {} <Debug> HTTP-Session: 2d396061-1e94-489b-82b1-cdaa06c0ec5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 882 | 2024.11.06 00:19:40.488464 [ 286 ] {} <Trace> HTTP-Session: 2d396061-1e94-489b-82b1-cdaa06c0ec5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 883 | 2024.11.06 00:19:40.488612 [ 286 ] {6607325f-2a61-4715-aefb-abd13c7c1072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59020) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 884 | 2024.11.06 00:19:40.488999 [ 286 ] {6607325f-2a61-4715-aefb-abd13c7c1072} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 885 | 2024.11.06 00:19:40.489053 [ 286 ] {6607325f-2a61-4715-aefb-abd13c7c1072} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 886 | 2024.11.06 00:19:40.490126 [ 286 ] {6607325f-2a61-4715-aefb-abd13c7c1072} <Debug> DynamicQueryHandler: Done processing query | ||
| 887 | 2024.11.06 00:19:40.490152 [ 286 ] {6607325f-2a61-4715-aefb-abd13c7c1072} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 888 | 2024.11.06 00:19:40.490169 [ 286 ] {} <Debug> HTTP-Session: 2d396061-1e94-489b-82b1-cdaa06c0ec5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 889 | 2024.11.06 00:19:40.490450 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59020, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 890 | 2024.11.06 00:19:40.490530 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44820, User-Agent: (none), Length: 558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 891 | 2024.11.06 00:19:40.490602 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 892 | 2024.11.06 00:19:40.490622 [ 282 ] {} <Debug> HTTP-Session: 2ca9f2e2-3524-4148-aa4f-70cfcc0e9896 Authenticating user 'default' from [fd00:1122:3344:101::d]:44820 | ||
| 893 | 2024.11.06 00:19:40.490640 [ 282 ] {} <Debug> HTTP-Session: 2ca9f2e2-3524-4148-aa4f-70cfcc0e9896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 894 | 2024.11.06 00:19:40.490653 [ 282 ] {} <Debug> HTTP-Session: 2ca9f2e2-3524-4148-aa4f-70cfcc0e9896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 895 | 2024.11.06 00:19:40.490692 [ 282 ] {} <Trace> HTTP-Session: 2ca9f2e2-3524-4148-aa4f-70cfcc0e9896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 896 | 2024.11.06 00:19:40.490843 [ 282 ] {d24f2194-e77a-4e4d-93fb-f37c7341772b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44820) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 897 | 2024.11.06 00:19:40.491275 [ 282 ] {d24f2194-e77a-4e4d-93fb-f37c7341772b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 898 | 2024.11.06 00:19:40.491332 [ 282 ] {d24f2194-e77a-4e4d-93fb-f37c7341772b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 899 | 2024.11.06 00:19:40.492331 [ 282 ] {d24f2194-e77a-4e4d-93fb-f37c7341772b} <Debug> DynamicQueryHandler: Done processing query | ||
| 900 | 2024.11.06 00:19:40.492357 [ 282 ] {d24f2194-e77a-4e4d-93fb-f37c7341772b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 901 | 2024.11.06 00:19:40.492374 [ 282 ] {} <Debug> HTTP-Session: 2ca9f2e2-3524-4148-aa4f-70cfcc0e9896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 902 | 2024.11.06 00:19:40.492669 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 903 | 2024.11.06 00:19:40.492692 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38835, User-Agent: (none), Length: 599, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 904 | 2024.11.06 00:19:40.492778 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 905 | 2024.11.06 00:19:40.492808 [ 286 ] {} <Debug> HTTP-Session: cfbe815d-9d88-4efa-8515-38ceee6b78c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:38835 | ||
| 906 | 2024.11.06 00:19:40.492825 [ 286 ] {} <Debug> HTTP-Session: cfbe815d-9d88-4efa-8515-38ceee6b78c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 907 | 2024.11.06 00:19:40.492845 [ 286 ] {} <Debug> HTTP-Session: cfbe815d-9d88-4efa-8515-38ceee6b78c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 908 | 2024.11.06 00:19:40.492886 [ 286 ] {} <Trace> HTTP-Session: cfbe815d-9d88-4efa-8515-38ceee6b78c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 909 | 2024.11.06 00:19:40.493041 [ 286 ] {febf3932-c852-497d-b993-73bf3d014382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38835) 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: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) | ||
| 910 | 2024.11.06 00:19:40.493447 [ 286 ] {febf3932-c852-497d-b993-73bf3d014382} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 911 | 2024.11.06 00:19:40.493504 [ 286 ] {febf3932-c852-497d-b993-73bf3d014382} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 912 | 2024.11.06 00:19:40.494527 [ 286 ] {febf3932-c852-497d-b993-73bf3d014382} <Debug> DynamicQueryHandler: Done processing query | ||
| 913 | 2024.11.06 00:19:40.494553 [ 286 ] {febf3932-c852-497d-b993-73bf3d014382} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 914 | 2024.11.06 00:19:40.494569 [ 286 ] {} <Debug> HTTP-Session: cfbe815d-9d88-4efa-8515-38ceee6b78c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 915 | 2024.11.06 00:19:40.494841 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38835, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 916 | 2024.11.06 00:19:40.495587 [ 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): | ||
| 917 | |||
| 918 | (version 23.8.7.1) | ||
| 919 | 2024.11.06 00:19:40.495692 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64079, User-Agent: (none), Length: 627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 920 | 2024.11.06 00:19:40.495828 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 921 | 2024.11.06 00:19:40.495856 [ 287 ] {} <Debug> HTTP-Session: c5326e66-7227-4548-9f88-d00c231f88be Authenticating user 'default' from [fd00:1122:3344:101::d]:64079 | ||
| 922 | 2024.11.06 00:19:40.495883 [ 287 ] {} <Debug> HTTP-Session: c5326e66-7227-4548-9f88-d00c231f88be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 923 | 2024.11.06 00:19:40.495898 [ 287 ] {} <Debug> HTTP-Session: c5326e66-7227-4548-9f88-d00c231f88be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 924 | 2024.11.06 00:19:40.495951 [ 287 ] {} <Trace> HTTP-Session: c5326e66-7227-4548-9f88-d00c231f88be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2024.11.06 00:19:40.496235 [ 287 ] {51a5d713-2e3b-4dcf-9a0e-4699fb73011e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64079) 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: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) | ||
| 926 | 2024.11.06 00:19:40.496796 [ 287 ] {51a5d713-2e3b-4dcf-9a0e-4699fb73011e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 927 | 2024.11.06 00:19:40.496869 [ 287 ] {51a5d713-2e3b-4dcf-9a0e-4699fb73011e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 928 | 2024.11.06 00:19:40.497965 [ 287 ] {51a5d713-2e3b-4dcf-9a0e-4699fb73011e} <Debug> DynamicQueryHandler: Done processing query | ||
| 929 | 2024.11.06 00:19:40.497999 [ 287 ] {51a5d713-2e3b-4dcf-9a0e-4699fb73011e} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 930 | 2024.11.06 00:19:40.498017 [ 287 ] {} <Debug> HTTP-Session: c5326e66-7227-4548-9f88-d00c231f88be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 931 | 2024.11.06 00:19:40.498288 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 932 | 2024.11.06 00:19:40.498354 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41797, User-Agent: (none), Length: 659, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 933 | 2024.11.06 00:19:40.498421 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 934 | 2024.11.06 00:19:40.498444 [ 282 ] {} <Debug> HTTP-Session: 54b2a557-b664-4979-acd4-f0e7ac596f11 Authenticating user 'default' from [fd00:1122:3344:101::d]:41797 | ||
| 935 | 2024.11.06 00:19:40.498465 [ 282 ] {} <Debug> HTTP-Session: 54b2a557-b664-4979-acd4-f0e7ac596f11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 936 | 2024.11.06 00:19:40.498479 [ 282 ] {} <Debug> HTTP-Session: 54b2a557-b664-4979-acd4-f0e7ac596f11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 937 | 2024.11.06 00:19:40.498519 [ 282 ] {} <Trace> HTTP-Session: 54b2a557-b664-4979-acd4-f0e7ac596f11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 938 | 2024.11.06 00:19:40.498721 [ 282 ] {527f1e67-dac1-43ef-a8de-1888d37d627b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41797) 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: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) | ||
| 939 | 2024.11.06 00:19:40.499132 [ 282 ] {527f1e67-dac1-43ef-a8de-1888d37d627b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 940 | 2024.11.06 00:19:40.499194 [ 282 ] {527f1e67-dac1-43ef-a8de-1888d37d627b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 941 | 2024.11.06 00:19:40.500228 [ 282 ] {527f1e67-dac1-43ef-a8de-1888d37d627b} <Debug> DynamicQueryHandler: Done processing query | ||
| 942 | 2024.11.06 00:19:40.500255 [ 282 ] {527f1e67-dac1-43ef-a8de-1888d37d627b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 943 | 2024.11.06 00:19:40.500272 [ 282 ] {} <Debug> HTTP-Session: 54b2a557-b664-4979-acd4-f0e7ac596f11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 944 | 2024.11.06 00:19:40.500540 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 945 | 2024.11.06 00:19:40.500602 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58599, User-Agent: (none), Length: 691, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 946 | 2024.11.06 00:19:40.500683 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 947 | 2024.11.06 00:19:40.500705 [ 286 ] {} <Debug> HTTP-Session: 11fdf9a1-240a-4d33-83d8-83239dd7c11e Authenticating user 'default' from [fd00:1122:3344:101::d]:58599 | ||
| 948 | 2024.11.06 00:19:40.500724 [ 286 ] {} <Debug> HTTP-Session: 11fdf9a1-240a-4d33-83d8-83239dd7c11e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 949 | 2024.11.06 00:19:40.500738 [ 286 ] {} <Debug> HTTP-Session: 11fdf9a1-240a-4d33-83d8-83239dd7c11e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 950 | 2024.11.06 00:19:40.500778 [ 286 ] {} <Trace> HTTP-Session: 11fdf9a1-240a-4d33-83d8-83239dd7c11e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 951 | 2024.11.06 00:19:40.500934 [ 286 ] {9311bc2b-40ab-48fb-9a9a-dcfb3e68a2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58599) 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: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) | ||
| 952 | 2024.11.06 00:19:40.501386 [ 286 ] {9311bc2b-40ab-48fb-9a9a-dcfb3e68a2d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 953 | 2024.11.06 00:19:40.501456 [ 286 ] {9311bc2b-40ab-48fb-9a9a-dcfb3e68a2d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 954 | 2024.11.06 00:19:40.502570 [ 286 ] {9311bc2b-40ab-48fb-9a9a-dcfb3e68a2d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 955 | 2024.11.06 00:19:40.502607 [ 286 ] {9311bc2b-40ab-48fb-9a9a-dcfb3e68a2d3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 956 | 2024.11.06 00:19:40.502637 [ 286 ] {} <Debug> HTTP-Session: 11fdf9a1-240a-4d33-83d8-83239dd7c11e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 957 | 2024.11.06 00:19:40.502904 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 958 | 2024.11.06 00:19:40.502972 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52016, User-Agent: (none), Length: 733, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 959 | 2024.11.06 00:19:40.503056 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 960 | 2024.11.06 00:19:40.503085 [ 282 ] {} <Debug> HTTP-Session: 233a8638-bd2e-430c-acdd-590f132b9e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:52016 | ||
| 961 | 2024.11.06 00:19:40.503104 [ 282 ] {} <Debug> HTTP-Session: 233a8638-bd2e-430c-acdd-590f132b9e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 962 | 2024.11.06 00:19:40.503118 [ 282 ] {} <Debug> HTTP-Session: 233a8638-bd2e-430c-acdd-590f132b9e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 963 | 2024.11.06 00:19:40.503159 [ 282 ] {} <Trace> HTTP-Session: 233a8638-bd2e-430c-acdd-590f132b9e42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2024.11.06 00:19:40.503315 [ 282 ] {f8707103-80ea-4cca-a04d-9205f3eba942} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52016) 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_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) | ||
| 965 | 2024.11.06 00:19:40.503740 [ 282 ] {f8707103-80ea-4cca-a04d-9205f3eba942} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 966 | 2024.11.06 00:19:40.503797 [ 282 ] {f8707103-80ea-4cca-a04d-9205f3eba942} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 967 | 2024.11.06 00:19:40.504780 [ 282 ] {f8707103-80ea-4cca-a04d-9205f3eba942} <Debug> DynamicQueryHandler: Done processing query | ||
| 968 | 2024.11.06 00:19:40.504806 [ 282 ] {f8707103-80ea-4cca-a04d-9205f3eba942} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 969 | 2024.11.06 00:19:40.504823 [ 282 ] {} <Debug> HTTP-Session: 233a8638-bd2e-430c-acdd-590f132b9e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 970 | 2024.11.06 00:19:40.508314 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 971 | 2024.11.06 00:19:40.508410 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40231, User-Agent: (none), Length: 4856, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 972 | 2024.11.06 00:19:40.508485 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 973 | 2024.11.06 00:19:40.508511 [ 286 ] {} <Debug> HTTP-Session: a6dada97-89ad-444f-9396-19a8dec298de Authenticating user 'default' from [fd00:1122:3344:101::d]:40231 | ||
| 974 | 2024.11.06 00:19:40.508531 [ 286 ] {} <Debug> HTTP-Session: a6dada97-89ad-444f-9396-19a8dec298de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 975 | 2024.11.06 00:19:40.508545 [ 286 ] {} <Debug> HTTP-Session: a6dada97-89ad-444f-9396-19a8dec298de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 976 | 2024.11.06 00:19:40.508588 [ 286 ] {} <Trace> HTTP-Session: a6dada97-89ad-444f-9396-19a8dec298de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 977 | 2024.11.06 00:19:40.508746 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40231) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 978 | 2024.11.06 00:19:40.508809 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 979 | 2024.11.06 00:19:40.509062 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 980 | 2024.11.06 00:19:40.511589 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 981 | 2024.11.06 00:19:40.511635 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 982 | 2024.11.06 00:19:40.514412 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 983 | 2024.11.06 00:19:40.515076 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 984 | 2024.11.06 00:19:40.515259 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Debug> executeQuery: Read 18 rows, 2.43 KiB in 0.00656 sec., 2743.9024390243903 rows/sec., 370.68 KiB/sec. | ||
| 985 | 2024.11.06 00:19:40.515573 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 986 | 2024.11.06 00:19:40.515600 [ 286 ] {7d32791a-ee50-4a58-83aa-c32d828463f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 987 | 2024.11.06 00:19:40.515617 [ 286 ] {} <Debug> HTTP-Session: a6dada97-89ad-444f-9396-19a8dec298de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 988 | 2024.11.06 00:19:40.515818 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 989 | 2024.11.06 00:19:40.515819 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52016, User-Agent: (none), Length: 4239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 990 | 2024.11.06 00:19:40.515930 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 991 | 2024.11.06 00:19:40.515964 [ 282 ] {} <Debug> HTTP-Session: e687bee9-ee83-451e-9554-46e865056b5e Authenticating user 'default' from [fd00:1122:3344:101::d]:52016 | ||
| 992 | 2024.11.06 00:19:40.515995 [ 282 ] {} <Debug> HTTP-Session: e687bee9-ee83-451e-9554-46e865056b5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 993 | 2024.11.06 00:19:40.516010 [ 282 ] {} <Debug> HTTP-Session: e687bee9-ee83-451e-9554-46e865056b5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 994 | 2024.11.06 00:19:40.516058 [ 282 ] {} <Trace> HTTP-Session: e687bee9-ee83-451e-9554-46e865056b5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 995 | 2024.11.06 00:19:40.516212 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52016) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 996 | 2024.11.06 00:19:40.516267 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 997 | 2024.11.06 00:19:40.516568 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 998 | 2024.11.06 00:19:40.520318 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 999 | 2024.11.06 00:19:40.520359 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1000 | 2024.11.06 00:19:40.520962 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1001 | 2024.11.06 00:19:40.521690 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1002 | 2024.11.06 00:19:40.521841 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Debug> executeQuery: Read 30 rows, 2.37 KiB in 0.005683 sec., 5278.901988386416 rows/sec., 417.23 KiB/sec. | ||
| 1003 | 2024.11.06 00:19:40.522160 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1004 | 2024.11.06 00:19:40.522188 [ 282 ] {8a44c96a-4430-4c57-8e2f-572fd5cc758b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1005 | 2024.11.06 00:19:40.522204 [ 282 ] {} <Debug> HTTP-Session: e687bee9-ee83-451e-9554-46e865056b5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1006 | 2024.11.06 00:19:40.522368 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1007 | 2024.11.06 00:19:40.522494 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54300, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1008 | 2024.11.06 00:19:40.522568 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1009 | 2024.11.06 00:19:40.522589 [ 286 ] {} <Debug> HTTP-Session: 2f2d84b6-74b4-4e75-8e69-308b78017ece Authenticating user 'default' from [fd00:1122:3344:101::d]:54300 | ||
| 1010 | 2024.11.06 00:19:40.522608 [ 286 ] {} <Debug> HTTP-Session: 2f2d84b6-74b4-4e75-8e69-308b78017ece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1011 | 2024.11.06 00:19:40.522622 [ 286 ] {} <Debug> HTTP-Session: 2f2d84b6-74b4-4e75-8e69-308b78017ece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1012 | 2024.11.06 00:19:40.522665 [ 286 ] {} <Trace> HTTP-Session: 2f2d84b6-74b4-4e75-8e69-308b78017ece Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1013 | 2024.11.06 00:19:40.522783 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54300) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1014 | 2024.11.06 00:19:40.522836 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1015 | 2024.11.06 00:19:40.523125 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1016 | 2024.11.06 00:19:40.523568 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1017 | 2024.11.06 00:19:40.523606 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1018 | 2024.11.06 00:19:40.524143 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1019 | 2024.11.06 00:19:40.524806 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1020 | 2024.11.06 00:19:40.524970 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Debug> executeQuery: Read 2 rows, 154.00 B in 0.002211 sec., 904.5680687471732 rows/sec., 68.02 KiB/sec. | ||
| 1021 | 2024.11.06 00:19:40.525278 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Debug> DynamicQueryHandler: Done processing query | ||
| 1022 | 2024.11.06 00:19:40.525305 [ 286 ] {d9e0e564-826d-4702-8476-1e0f71459f01} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1023 | 2024.11.06 00:19:40.525323 [ 286 ] {} <Debug> HTTP-Session: 2f2d84b6-74b4-4e75-8e69-308b78017ece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1024 | 2024.11.06 00:19:40.525515 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54300, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1025 | 2024.11.06 00:19:40.525633 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51930, User-Agent: (none), Length: 6664, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1026 | 2024.11.06 00:19:40.525720 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1027 | 2024.11.06 00:19:40.525741 [ 282 ] {} <Debug> HTTP-Session: 8b2be132-82cc-4ff4-897e-d76bc5fd0f17 Authenticating user 'default' from [fd00:1122:3344:101::d]:51930 | ||
| 1028 | 2024.11.06 00:19:40.525760 [ 282 ] {} <Debug> HTTP-Session: 8b2be132-82cc-4ff4-897e-d76bc5fd0f17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1029 | 2024.11.06 00:19:40.525774 [ 282 ] {} <Debug> HTTP-Session: 8b2be132-82cc-4ff4-897e-d76bc5fd0f17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1030 | 2024.11.06 00:19:40.525817 [ 282 ] {} <Trace> HTTP-Session: 8b2be132-82cc-4ff4-897e-d76bc5fd0f17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1031 | 2024.11.06 00:19:40.525954 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51930) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1032 | 2024.11.06 00:19:40.526007 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1033 | 2024.11.06 00:19:40.526305 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1034 | 2024.11.06 00:19:40.526724 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1035 | 2024.11.06 00:19:40.526763 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1036 | 2024.11.06 00:19:40.527320 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1037 | 2024.11.06 00:19:40.528036 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1038 | 2024.11.06 00:19:40.528176 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Debug> executeQuery: Read 39 rows, 3.12 KiB in 0.002271 sec., 17173.051519154556 rows/sec., 1.34 MiB/sec. | ||
| 1039 | 2024.11.06 00:19:40.528484 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 1040 | 2024.11.06 00:19:40.528510 [ 282 ] {37c67584-6a59-4045-8c41-23454470c0ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1041 | 2024.11.06 00:19:40.528526 [ 282 ] {} <Debug> HTTP-Session: 8b2be132-82cc-4ff4-897e-d76bc5fd0f17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1042 | 2024.11.06 00:19:40.528745 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1043 | 2024.11.06 00:19:40.528869 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62359, User-Agent: (none), Length: 15331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1044 | 2024.11.06 00:19:40.528939 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1045 | 2024.11.06 00:19:40.528960 [ 286 ] {} <Debug> HTTP-Session: e818e3c6-bf69-457a-9ae1-ea278171dcb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:62359 | ||
| 1046 | 2024.11.06 00:19:40.528979 [ 286 ] {} <Debug> HTTP-Session: e818e3c6-bf69-457a-9ae1-ea278171dcb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1047 | 2024.11.06 00:19:40.528993 [ 286 ] {} <Debug> HTTP-Session: e818e3c6-bf69-457a-9ae1-ea278171dcb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1048 | 2024.11.06 00:19:40.529060 [ 286 ] {} <Trace> HTTP-Session: e818e3c6-bf69-457a-9ae1-ea278171dcb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1049 | 2024.11.06 00:19:40.529231 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62359) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1050 | 2024.11.06 00:19:40.529286 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1051 | 2024.11.06 00:19:40.529516 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1052 | 2024.11.06 00:19:40.529932 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1053 | 2024.11.06 00:19:40.529969 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1054 | 2024.11.06 00:19:40.532606 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1055 | 2024.11.06 00:19:40.533309 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1056 | 2024.11.06 00:19:40.533463 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.004292 sec., 18639.32898415657 rows/sec., 1.29 MiB/sec. | ||
| 1057 | 2024.11.06 00:19:40.533764 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 1058 | 2024.11.06 00:19:40.533791 [ 286 ] {59fb4e97-bf0a-4473-afcd-b2fd4ff364fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1059 | 2024.11.06 00:19:40.533811 [ 286 ] {} <Debug> HTTP-Session: e818e3c6-bf69-457a-9ae1-ea278171dcb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1060 | 2024.11.06 00:19:40.533988 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1061 | 2024.11.06 00:19:40.534006 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51930, User-Agent: (none), Length: 3333, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1062 | 2024.11.06 00:19:40.534098 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1063 | 2024.11.06 00:19:40.534119 [ 282 ] {} <Debug> HTTP-Session: 37645c63-aeb9-4200-8ad0-76484c694171 Authenticating user 'default' from [fd00:1122:3344:101::d]:51930 | ||
| 1064 | 2024.11.06 00:19:40.534148 [ 282 ] {} <Debug> HTTP-Session: 37645c63-aeb9-4200-8ad0-76484c694171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1065 | 2024.11.06 00:19:40.534166 [ 282 ] {} <Debug> HTTP-Session: 37645c63-aeb9-4200-8ad0-76484c694171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1066 | 2024.11.06 00:19:40.534209 [ 282 ] {} <Trace> HTTP-Session: 37645c63-aeb9-4200-8ad0-76484c694171 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1067 | 2024.11.06 00:19:40.534357 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51930) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1068 | 2024.11.06 00:19:40.534441 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <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 | ||
| 1069 | 2024.11.06 00:19:40.534949 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1070 | 2024.11.06 00:19:40.535532 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1071 | 2024.11.06 00:19:40.535569 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1072 | 2024.11.06 00:19:40.536916 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1073 | 2024.11.06 00:19:40.537756 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1074 | 2024.11.06 00:19:40.537975 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <Debug> executeQuery: Read 2 rows, 3.67 KiB in 0.003663 sec., 546.000546000546 rows/sec., 1001.89 KiB/sec. | ||
| 1075 | 2024.11.06 00:19:40.538384 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1076 | 2024.11.06 00:19:40.538410 [ 282 ] {01e840ef-1d80-4cf6-a6d3-9fd64b4e337f} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 1077 | 2024.11.06 00:19:40.538426 [ 282 ] {} <Debug> HTTP-Session: 37645c63-aeb9-4200-8ad0-76484c694171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1078 | 2024.11.06 00:19:40.538585 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1079 | 2024.11.06 00:19:40.538675 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61571, User-Agent: (none), Length: 1434, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1080 | 2024.11.06 00:19:40.538760 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1081 | 2024.11.06 00:19:40.538781 [ 286 ] {} <Debug> HTTP-Session: b8c6bcd3-eed1-4626-a3b1-c5433b396940 Authenticating user 'default' from [fd00:1122:3344:101::d]:61571 | ||
| 1082 | 2024.11.06 00:19:40.538801 [ 286 ] {} <Debug> HTTP-Session: b8c6bcd3-eed1-4626-a3b1-c5433b396940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1083 | 2024.11.06 00:19:40.538815 [ 286 ] {} <Debug> HTTP-Session: b8c6bcd3-eed1-4626-a3b1-c5433b396940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1084 | 2024.11.06 00:19:40.538855 [ 286 ] {} <Trace> HTTP-Session: b8c6bcd3-eed1-4626-a3b1-c5433b396940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1085 | 2024.11.06 00:19:40.538985 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61571) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1086 | 2024.11.06 00:19:40.539041 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1087 | 2024.11.06 00:19:40.539213 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1088 | 2024.11.06 00:19:40.539526 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Trace> oximeter.measurements_i64 (d4d50412-70f0-49d8-b14d-44a4f4b0d0c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1089 | 2024.11.06 00:19:40.539564 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1090 | 2024.11.06 00:19:40.540090 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1091 | 2024.11.06 00:19:40.540709 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Trace> oximeter.measurements_i64 (d4d50412-70f0-49d8-b14d-44a4f4b0d0c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1092 | 2024.11.06 00:19:40.540874 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001922 sec., 4682.622268470343 rows/sec., 330.77 KiB/sec. | ||
| 1093 | 2024.11.06 00:19:40.541154 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1094 | 2024.11.06 00:19:40.541180 [ 286 ] {7a9f5f29-9605-4fe4-a22f-e77859b37f5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1095 | 2024.11.06 00:19:40.541198 [ 286 ] {} <Debug> HTTP-Session: b8c6bcd3-eed1-4626-a3b1-c5433b396940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1096 | 2024.11.06 00:19:40.541384 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1097 | 2024.11.06 00:19:40.541474 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33181, User-Agent: (none), Length: 3721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1098 | 2024.11.06 00:19:40.541543 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1099 | 2024.11.06 00:19:40.541566 [ 282 ] {} <Debug> HTTP-Session: 852a9722-f48c-412f-abbb-5e0b273b756f Authenticating user 'default' from [fd00:1122:3344:101::d]:33181 | ||
| 1100 | 2024.11.06 00:19:40.541585 [ 282 ] {} <Debug> HTTP-Session: 852a9722-f48c-412f-abbb-5e0b273b756f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1101 | 2024.11.06 00:19:40.541599 [ 282 ] {} <Debug> HTTP-Session: 852a9722-f48c-412f-abbb-5e0b273b756f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1102 | 2024.11.06 00:19:40.541640 [ 282 ] {} <Trace> HTTP-Session: 852a9722-f48c-412f-abbb-5e0b273b756f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1103 | 2024.11.06 00:19:40.541765 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33181) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1104 | 2024.11.06 00:19:40.541815 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1105 | 2024.11.06 00:19:40.541979 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1106 | 2024.11.06 00:19:40.542297 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1107 | 2024.11.06 00:19:40.542336 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1108 | 2024.11.06 00:19:40.542849 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1109 | 2024.11.06 00:19:40.543492 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1110 | 2024.11.06 00:19:40.543651 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001916 sec., 12526.096033402922 rows/sec., 878.70 KiB/sec. | ||
| 1111 | 2024.11.06 00:19:40.543827 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1112 | 2024.11.06 00:19:40.543857 [ 282 ] {9266d33a-b76f-4843-a4d8-e0c3f77df85b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1113 | 2024.11.06 00:19:40.543873 [ 282 ] {} <Debug> HTTP-Session: 852a9722-f48c-412f-abbb-5e0b273b756f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1114 | 2024.11.06 00:19:40.544056 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1115 | 2024.11.06 00:19:41.734834 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1116 | 2024.11.06 00:19:41.734887 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1117 | 2024.11.06 00:19:41.846797 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 142 | ||
| 1118 | 2024.11.06 00:19:41.851192 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1119 | 2024.11.06 00:19:41.851238 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1120 | 2024.11.06 00:19:41.853069 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1121 | 2024.11.06 00:19:41.854343 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1122 | 2024.11.06 00:19:41.855084 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 142 | ||
| 1123 | 2024.11.06 00:19:45.437048 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1124 | 2024.11.06 00:19:45.437176 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1125 | 2024.11.06 00:19:45.437201 [ 282 ] {} <Debug> HTTP-Session: 213ca8e3-6e5e-4911-86b7-5a1ce1114eed Authenticating user 'default' from [fd00:1122:3344:101::d]:41627 | ||
| 1126 | 2024.11.06 00:19:45.437226 [ 282 ] {} <Debug> HTTP-Session: 213ca8e3-6e5e-4911-86b7-5a1ce1114eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1127 | 2024.11.06 00:19:45.437240 [ 282 ] {} <Debug> HTTP-Session: 213ca8e3-6e5e-4911-86b7-5a1ce1114eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1128 | 2024.11.06 00:19:45.437290 [ 282 ] {} <Trace> HTTP-Session: 213ca8e3-6e5e-4911-86b7-5a1ce1114eed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1129 | 2024.11.06 00:19:45.437522 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41627) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1130 | 2024.11.06 00:19:45.437594 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1131 | 2024.11.06 00:19:45.437934 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1132 | 2024.11.06 00:19:45.438437 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1133 | 2024.11.06 00:19:45.438483 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1134 | 2024.11.06 00:19:45.439156 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1135 | 2024.11.06 00:19:45.439829 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1136 | 2024.11.06 00:19:45.440059 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002589 sec., 10042.487446890691 rows/sec., 764.58 KiB/sec. | ||
| 1137 | 2024.11.06 00:19:45.440348 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Debug> DynamicQueryHandler: Done processing query | ||
| 1138 | 2024.11.06 00:19:45.440377 [ 282 ] {d24f38ef-6b65-4e1a-b1a4-57d238c2bfae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1139 | 2024.11.06 00:19:45.440394 [ 282 ] {} <Debug> HTTP-Session: 213ca8e3-6e5e-4911-86b7-5a1ce1114eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1140 | 2024.11.06 00:19:45.440609 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1141 | 2024.11.06 00:19:45.440803 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42722, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1142 | 2024.11.06 00:19:45.440944 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1143 | 2024.11.06 00:19:45.440980 [ 286 ] {} <Debug> HTTP-Session: 14a07916-53ce-4a5b-b7a6-c1875c0b36b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42722 | ||
| 1144 | 2024.11.06 00:19:45.441012 [ 286 ] {} <Debug> HTTP-Session: 14a07916-53ce-4a5b-b7a6-c1875c0b36b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1145 | 2024.11.06 00:19:45.441031 [ 286 ] {} <Debug> HTTP-Session: 14a07916-53ce-4a5b-b7a6-c1875c0b36b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1146 | 2024.11.06 00:19:45.441100 [ 286 ] {} <Trace> HTTP-Session: 14a07916-53ce-4a5b-b7a6-c1875c0b36b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2024.11.06 00:19:45.441356 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42722) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1148 | 2024.11.06 00:19:45.441443 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1149 | 2024.11.06 00:19:45.441904 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1150 | 2024.11.06 00:19:45.442484 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1151 | 2024.11.06 00:19:45.442539 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1152 | 2024.11.06 00:19:45.443246 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1153 | 2024.11.06 00:19:45.444008 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1154 | 2024.11.06 00:19:45.444170 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002893 sec., 9678.53439336329 rows/sec., 773.01 KiB/sec. | ||
| 1155 | 2024.11.06 00:19:45.444437 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1156 | 2024.11.06 00:19:45.444465 [ 286 ] {5d423cea-6324-469a-a2dc-297f7edea9a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1157 | 2024.11.06 00:19:45.444482 [ 286 ] {} <Debug> HTTP-Session: 14a07916-53ce-4a5b-b7a6-c1875c0b36b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1158 | 2024.11.06 00:19:45.444732 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1159 | 2024.11.06 00:19:45.444800 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1160 | 2024.11.06 00:19:45.444885 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1161 | 2024.11.06 00:19:45.444909 [ 282 ] {} <Debug> HTTP-Session: 18265802-6537-40a8-8ca8-aabb5ce6a66c Authenticating user 'default' from [fd00:1122:3344:101::d]:41627 | ||
| 1162 | 2024.11.06 00:19:45.444931 [ 282 ] {} <Debug> HTTP-Session: 18265802-6537-40a8-8ca8-aabb5ce6a66c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1163 | 2024.11.06 00:19:45.444945 [ 282 ] {} <Debug> HTTP-Session: 18265802-6537-40a8-8ca8-aabb5ce6a66c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1164 | 2024.11.06 00:19:45.444990 [ 282 ] {} <Trace> HTTP-Session: 18265802-6537-40a8-8ca8-aabb5ce6a66c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1165 | 2024.11.06 00:19:45.445170 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41627) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1166 | 2024.11.06 00:19:45.445226 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1167 | 2024.11.06 00:19:45.445417 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1168 | 2024.11.06 00:19:45.445876 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1169 | 2024.11.06 00:19:45.445918 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1170 | 2024.11.06 00:19:45.446426 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1171 | 2024.11.06 00:19:45.447032 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1172 | 2024.11.06 00:19:45.447192 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.002093 sec., 47778.30864787387 rows/sec., 3.31 MiB/sec. | ||
| 1173 | 2024.11.06 00:19:45.447388 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Debug> DynamicQueryHandler: Done processing query | ||
| 1174 | 2024.11.06 00:19:45.447415 [ 282 ] {88b9ffe2-a57e-45c3-a78a-e27075549dea} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1175 | 2024.11.06 00:19:45.447432 [ 282 ] {} <Debug> HTTP-Session: 18265802-6537-40a8-8ca8-aabb5ce6a66c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1176 | 2024.11.06 00:19:45.447640 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1177 | 2024.11.06 00:19:45.447739 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42381, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1178 | 2024.11.06 00:19:45.447811 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1179 | 2024.11.06 00:19:45.447833 [ 286 ] {} <Debug> HTTP-Session: 04e58b78-e6a5-481a-9cb4-9c845785decd Authenticating user 'default' from [fd00:1122:3344:101::d]:42381 | ||
| 1180 | 2024.11.06 00:19:45.447853 [ 286 ] {} <Debug> HTTP-Session: 04e58b78-e6a5-481a-9cb4-9c845785decd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1181 | 2024.11.06 00:19:45.447867 [ 286 ] {} <Debug> HTTP-Session: 04e58b78-e6a5-481a-9cb4-9c845785decd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1182 | 2024.11.06 00:19:45.447912 [ 286 ] {} <Trace> HTTP-Session: 04e58b78-e6a5-481a-9cb4-9c845785decd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1183 | 2024.11.06 00:19:45.448050 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42381) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1184 | 2024.11.06 00:19:45.448105 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1185 | 2024.11.06 00:19:45.448277 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1186 | 2024.11.06 00:19:45.448634 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2024.11.06 00:19:45.448676 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1188 | 2024.11.06 00:19:45.449229 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1189 | 2024.11.06 00:19:45.449915 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2024.11.06 00:19:45.450080 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002066 sec., 14520.813165537269 rows/sec., 1018.63 KiB/sec. | ||
| 1191 | 2024.11.06 00:19:45.450260 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1192 | 2024.11.06 00:19:45.450286 [ 286 ] {044825e0-215b-475a-ab8d-c0e5d33989c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1193 | 2024.11.06 00:19:45.450304 [ 286 ] {} <Debug> HTTP-Session: 04e58b78-e6a5-481a-9cb4-9c845785decd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1194 | 2024.11.06 00:19:45.450523 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1195 | 2024.11.06 00:19:49.604235 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1196 | 2024.11.06 00:19:49.875016 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47496, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1197 | 2024.11.06 00:19:49.959283 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1198 | 2024.11.06 00:19:50.207119 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41300, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1199 | 2024.11.06 00:19:50.218536 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1200 | 2024.11.06 00:19:50.229892 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1201 | 2024.11.06 00:19:50.272242 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1202 | 2024.11.06 00:19:50.293249 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1203 | 2024.11.06 00:19:50.408016 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59732, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1204 | 2024.11.06 00:19:50.438737 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Length: 8854, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1205 | 2024.11.06 00:19:50.438856 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1206 | 2024.11.06 00:19:50.438884 [ 282 ] {} <Debug> HTTP-Session: eac0dc06-9923-4de3-a2b2-1af2026d4c69 Authenticating user 'default' from [fd00:1122:3344:101::d]:41627 | ||
| 1207 | 2024.11.06 00:19:50.438913 [ 282 ] {} <Debug> HTTP-Session: eac0dc06-9923-4de3-a2b2-1af2026d4c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1208 | 2024.11.06 00:19:50.438930 [ 282 ] {} <Debug> HTTP-Session: eac0dc06-9923-4de3-a2b2-1af2026d4c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1209 | 2024.11.06 00:19:50.438987 [ 282 ] {} <Trace> HTTP-Session: eac0dc06-9923-4de3-a2b2-1af2026d4c69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1210 | 2024.11.06 00:19:50.439205 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41627) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1211 | 2024.11.06 00:19:50.439279 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1212 | 2024.11.06 00:19:50.439624 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1213 | 2024.11.06 00:19:50.440258 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2024.11.06 00:19:50.440299 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1215 | 2024.11.06 00:19:50.440710 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1216 | 2024.11.06 00:19:50.441097 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1217 | 2024.11.06 00:19:50.441268 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Debug> executeQuery: Read 60 rows, 5.17 KiB in 0.002138 sec., 28063.61085126286 rows/sec., 2.36 MiB/sec. | ||
| 1218 | 2024.11.06 00:19:50.441470 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Debug> DynamicQueryHandler: Done processing query | ||
| 1219 | 2024.11.06 00:19:50.441496 [ 282 ] {b5ccc71e-d3fc-4a1e-8248-d5a173ef3b51} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1220 | 2024.11.06 00:19:50.441512 [ 282 ] {} <Debug> HTTP-Session: eac0dc06-9923-4de3-a2b2-1af2026d4c69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1221 | 2024.11.06 00:19:50.441736 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1222 | 2024.11.06 00:19:50.441904 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33938, User-Agent: (none), Length: 2488, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1223 | 2024.11.06 00:19:50.441972 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1224 | 2024.11.06 00:19:50.441994 [ 287 ] {} <Debug> HTTP-Session: 5672c7ab-e4be-497c-a9b9-45e64e5e5467 Authenticating user 'default' from [fd00:1122:3344:101::d]:33938 | ||
| 1225 | 2024.11.06 00:19:50.442018 [ 287 ] {} <Debug> HTTP-Session: 5672c7ab-e4be-497c-a9b9-45e64e5e5467 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1226 | 2024.11.06 00:19:50.442034 [ 287 ] {} <Debug> HTTP-Session: 5672c7ab-e4be-497c-a9b9-45e64e5e5467 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1227 | 2024.11.06 00:19:50.442086 [ 287 ] {} <Trace> HTTP-Session: 5672c7ab-e4be-497c-a9b9-45e64e5e5467 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1228 | 2024.11.06 00:19:50.442262 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33938) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1229 | 2024.11.06 00:19:50.442327 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1230 | 2024.11.06 00:19:50.442658 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1231 | 2024.11.06 00:19:50.443034 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2024.11.06 00:19:50.443074 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1233 | 2024.11.06 00:19:50.443488 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1234 | 2024.11.06 00:19:50.443865 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1235 | 2024.11.06 00:19:50.444000 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Debug> executeQuery: Read 17 rows, 1.28 KiB in 0.001795 sec., 9470.752089136491 rows/sec., 712.16 KiB/sec. | ||
| 1236 | 2024.11.06 00:19:50.444305 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Debug> DynamicQueryHandler: Done processing query | ||
| 1237 | 2024.11.06 00:19:50.444332 [ 287 ] {32c3f799-7160-4372-b521-cf357a991f65} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1238 | 2024.11.06 00:19:50.444348 [ 287 ] {} <Debug> HTTP-Session: 5672c7ab-e4be-497c-a9b9-45e64e5e5467 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1239 | 2024.11.06 00:19:50.444526 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1240 | 2024.11.06 00:19:50.444562 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Length: 8544, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1241 | 2024.11.06 00:19:50.444642 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1242 | 2024.11.06 00:19:50.444676 [ 282 ] {} <Debug> HTTP-Session: d6e79d8c-e8c3-4c84-89c2-23139c1c387c Authenticating user 'default' from [fd00:1122:3344:101::d]:41627 | ||
| 1243 | 2024.11.06 00:19:50.444708 [ 282 ] {} <Debug> HTTP-Session: d6e79d8c-e8c3-4c84-89c2-23139c1c387c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1244 | 2024.11.06 00:19:50.444728 [ 282 ] {} <Debug> HTTP-Session: d6e79d8c-e8c3-4c84-89c2-23139c1c387c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1245 | 2024.11.06 00:19:50.444773 [ 282 ] {} <Trace> HTTP-Session: d6e79d8c-e8c3-4c84-89c2-23139c1c387c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1246 | 2024.11.06 00:19:50.444920 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41627) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1247 | 2024.11.06 00:19:50.444975 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1248 | 2024.11.06 00:19:50.445281 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1249 | 2024.11.06 00:19:50.445750 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2024.11.06 00:19:50.445787 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1251 | 2024.11.06 00:19:50.446145 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1252 | 2024.11.06 00:19:50.446502 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2024.11.06 00:19:50.446663 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Debug> executeQuery: Read 50 rows, 4.02 KiB in 0.001777 sec., 28137.31007315701 rows/sec., 2.21 MiB/sec. | ||
| 1254 | 2024.11.06 00:19:50.446877 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1255 | 2024.11.06 00:19:50.446901 [ 282 ] {42ccdc87-facc-45cd-bc00-33ca7df5e01d} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1256 | 2024.11.06 00:19:50.446917 [ 282 ] {} <Debug> HTTP-Session: d6e79d8c-e8c3-4c84-89c2-23139c1c387c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1257 | 2024.11.06 00:19:50.447188 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1258 | 2024.11.06 00:19:50.447324 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52923, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1259 | 2024.11.06 00:19:50.447436 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1260 | 2024.11.06 00:19:50.447466 [ 287 ] {} <Debug> HTTP-Session: e94736a0-6837-467f-b2c1-e3e8baba326d Authenticating user 'default' from [fd00:1122:3344:101::d]:52923 | ||
| 1261 | 2024.11.06 00:19:50.447484 [ 287 ] {} <Debug> HTTP-Session: e94736a0-6837-467f-b2c1-e3e8baba326d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1262 | 2024.11.06 00:19:50.447498 [ 287 ] {} <Debug> HTTP-Session: e94736a0-6837-467f-b2c1-e3e8baba326d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1263 | 2024.11.06 00:19:50.447537 [ 287 ] {} <Trace> HTTP-Session: e94736a0-6837-467f-b2c1-e3e8baba326d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2024.11.06 00:19:50.447731 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52923) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1265 | 2024.11.06 00:19:50.447784 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1266 | 2024.11.06 00:19:50.447966 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1267 | 2024.11.06 00:19:50.448317 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2024.11.06 00:19:50.448353 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1269 | 2024.11.06 00:19:50.448738 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1270 | 2024.11.06 00:19:50.449073 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1271 | 2024.11.06 00:19:50.449198 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001575 sec., 63492.06349206349 rows/sec., 4.40 MiB/sec. | ||
| 1272 | 2024.11.06 00:19:50.449376 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Debug> DynamicQueryHandler: Done processing query | ||
| 1273 | 2024.11.06 00:19:50.449401 [ 287 ] {0651813c-cb0d-4820-bdff-aed640202c93} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1274 | 2024.11.06 00:19:50.449417 [ 287 ] {} <Debug> HTTP-Session: e94736a0-6837-467f-b2c1-e3e8baba326d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1275 | 2024.11.06 00:19:50.449742 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1276 | 2024.11.06 00:19:50.449838 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Length: 27537, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1277 | 2024.11.06 00:19:50.449909 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1278 | 2024.11.06 00:19:50.449934 [ 282 ] {} <Debug> HTTP-Session: 0e462762-1bf7-4031-acd5-8e49d52f5138 Authenticating user 'default' from [fd00:1122:3344:101::d]:41627 | ||
| 1279 | 2024.11.06 00:19:50.449955 [ 282 ] {} <Debug> HTTP-Session: 0e462762-1bf7-4031-acd5-8e49d52f5138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1280 | 2024.11.06 00:19:50.449972 [ 282 ] {} <Debug> HTTP-Session: 0e462762-1bf7-4031-acd5-8e49d52f5138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1281 | 2024.11.06 00:19:50.450016 [ 282 ] {} <Trace> HTTP-Session: 0e462762-1bf7-4031-acd5-8e49d52f5138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1282 | 2024.11.06 00:19:50.450576 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41627) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1283 | 2024.11.06 00:19:50.450654 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <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 | ||
| 1284 | 2024.11.06 00:19:50.451125 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1285 | 2024.11.06 00:19:50.451758 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2024.11.06 00:19:50.451794 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1287 | 2024.11.06 00:19:50.454469 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1288 | 2024.11.06 00:19:50.455005 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2024.11.06 00:19:50.455210 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <Debug> executeQuery: Read 17 rows, 31.19 KiB in 0.005092 sec., 3338.570306362922 rows/sec., 5.98 MiB/sec. | ||
| 1290 | 2024.11.06 00:19:50.455471 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1291 | 2024.11.06 00:19:50.455495 [ 282 ] {f76a211a-e7ee-402e-808c-1699300d16c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.48 MiB. | ||
| 1292 | 2024.11.06 00:19:50.455511 [ 282 ] {} <Debug> HTTP-Session: 0e462762-1bf7-4031-acd5-8e49d52f5138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1293 | 2024.11.06 00:19:50.455670 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1294 | 2024.11.06 00:19:50.455776 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42154, User-Agent: (none), Length: 1519, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1295 | 2024.11.06 00:19:50.455856 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1296 | 2024.11.06 00:19:50.455886 [ 287 ] {} <Debug> HTTP-Session: 98a1d643-719a-4c1b-8dc0-a764a05904f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42154 | ||
| 1297 | 2024.11.06 00:19:50.455911 [ 287 ] {} <Debug> HTTP-Session: 98a1d643-719a-4c1b-8dc0-a764a05904f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1298 | 2024.11.06 00:19:50.455933 [ 287 ] {} <Debug> HTTP-Session: 98a1d643-719a-4c1b-8dc0-a764a05904f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1299 | 2024.11.06 00:19:50.455985 [ 287 ] {} <Trace> HTTP-Session: 98a1d643-719a-4c1b-8dc0-a764a05904f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1300 | 2024.11.06 00:19:50.456137 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42154) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1301 | 2024.11.06 00:19:50.456206 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1302 | 2024.11.06 00:19:50.456444 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1303 | 2024.11.06 00:19:50.456786 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Trace> oximeter.measurements_i64 (d4d50412-70f0-49d8-b14d-44a4f4b0d0c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2024.11.06 00:19:50.456831 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1305 | 2024.11.06 00:19:50.457322 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1306 | 2024.11.06 00:19:50.457675 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Trace> oximeter.measurements_i64 (d4d50412-70f0-49d8-b14d-44a4f4b0d0c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1307 | 2024.11.06 00:19:50.457805 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Debug> executeQuery: Read 9 rows, 709.00 B in 0.001714 sec., 5250.875145857643 rows/sec., 403.96 KiB/sec. | ||
| 1308 | 2024.11.06 00:19:50.457977 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Debug> DynamicQueryHandler: Done processing query | ||
| 1309 | 2024.11.06 00:19:50.458002 [ 287 ] {83d66bbc-8419-44d3-bb16-bf43c7609923} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1310 | 2024.11.06 00:19:50.458018 [ 287 ] {} <Debug> HTTP-Session: 98a1d643-719a-4c1b-8dc0-a764a05904f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1311 | 2024.11.06 00:19:50.458153 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1312 | 2024.11.06 00:19:50.458180 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1313 | 2024.11.06 00:19:50.458257 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1314 | 2024.11.06 00:19:50.458281 [ 282 ] {} <Debug> HTTP-Session: 2e9fdefb-de5b-45ea-bb13-dcd5e4f52404 Authenticating user 'default' from [fd00:1122:3344:101::d]:41627 | ||
| 1315 | 2024.11.06 00:19:50.458305 [ 282 ] {} <Debug> HTTP-Session: 2e9fdefb-de5b-45ea-bb13-dcd5e4f52404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1316 | 2024.11.06 00:19:50.458332 [ 282 ] {} <Debug> HTTP-Session: 2e9fdefb-de5b-45ea-bb13-dcd5e4f52404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1317 | 2024.11.06 00:19:50.458378 [ 282 ] {} <Trace> HTTP-Session: 2e9fdefb-de5b-45ea-bb13-dcd5e4f52404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1318 | 2024.11.06 00:19:50.458520 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41627) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1319 | 2024.11.06 00:19:50.458578 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1320 | 2024.11.06 00:19:50.458765 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1321 | 2024.11.06 00:19:50.459084 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2024.11.06 00:19:50.459127 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1323 | 2024.11.06 00:19:50.459536 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1324 | 2024.11.06 00:19:50.459860 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2024.11.06 00:19:50.460017 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001534 sec., 19556.71447196871 rows/sec., 1.34 MiB/sec. | ||
| 1326 | 2024.11.06 00:19:50.460298 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Debug> DynamicQueryHandler: Done processing query | ||
| 1327 | 2024.11.06 00:19:50.460322 [ 282 ] {d1d36315-bb7a-40a6-9e6b-269c17fef628} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1328 | 2024.11.06 00:19:50.460338 [ 282 ] {} <Debug> HTTP-Session: 2e9fdefb-de5b-45ea-bb13-dcd5e4f52404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1329 | 2024.11.06 00:19:50.460511 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1330 | 2024.11.06 00:19:50.505084 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1331 | 2024.11.06 00:19:50.604038 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1332 | 2024.11.06 00:19:50.681483 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45695, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1333 | 2024.11.06 00:19:50.748275 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1334 | 2024.11.06 00:19:50.776661 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46904, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1335 | 2024.11.06 00:19:50.782983 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1336 | 2024.11.06 00:19:50.787347 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45717, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1337 | 2024.11.06 00:19:50.798984 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1338 | 2024.11.06 00:19:50.987389 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1339 | 2024.11.06 00:19:51.035287 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1340 | 2024.11.06 00:19:51.036604 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51635, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1341 | 2024.11.06 00:19:51.094032 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1342 | 2024.11.06 00:19:51.316261 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1343 | 2024.11.06 00:19:51.328853 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42899, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1344 | 2024.11.06 00:19:51.347250 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1345 | 2024.11.06 00:19:51.856175 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 164 | ||
| 1346 | 2024.11.06 00:19:51.858792 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1347 | 2024.11.06 00:19:51.858842 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1348 | 2024.11.06 00:19:51.860460 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1349 | 2024.11.06 00:19:51.861523 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1350 | 2024.11.06 00:19:51.862244 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 164 | ||
| 1351 | 2024.11.06 00:19:55.437279 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52864, User-Agent: (none), Length: 6162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1352 | 2024.11.06 00:19:55.437429 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1353 | 2024.11.06 00:19:55.437457 [ 290 ] {} <Debug> HTTP-Session: 4ca5063e-5c32-43a0-b543-2b02fa4fdc08 Authenticating user 'default' from [fd00:1122:3344:101::d]:52864 | ||
| 1354 | 2024.11.06 00:19:55.437481 [ 290 ] {} <Debug> HTTP-Session: 4ca5063e-5c32-43a0-b543-2b02fa4fdc08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1355 | 2024.11.06 00:19:55.437495 [ 290 ] {} <Debug> HTTP-Session: 4ca5063e-5c32-43a0-b543-2b02fa4fdc08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1356 | 2024.11.06 00:19:55.437544 [ 290 ] {} <Trace> HTTP-Session: 4ca5063e-5c32-43a0-b543-2b02fa4fdc08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1357 | 2024.11.06 00:19:55.437774 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52864) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1358 | 2024.11.06 00:19:55.437851 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1359 | 2024.11.06 00:19:55.438196 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1360 | 2024.11.06 00:19:55.438712 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1361 | 2024.11.06 00:19:55.438758 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1362 | 2024.11.06 00:19:55.439235 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1363 | 2024.11.06 00:19:55.439637 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1364 | 2024.11.06 00:19:55.439778 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Debug> executeQuery: Read 42 rows, 3.56 KiB in 0.002086 sec., 20134.22818791946 rows/sec., 1.67 MiB/sec. | ||
| 1365 | 2024.11.06 00:19:55.439980 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1366 | 2024.11.06 00:19:55.440007 [ 290 ] {af8c3b71-fe5b-49e3-9c82-4dff837d50d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1367 | 2024.11.06 00:19:55.440023 [ 290 ] {} <Debug> HTTP-Session: 4ca5063e-5c32-43a0-b543-2b02fa4fdc08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1368 | 2024.11.06 00:19:55.440244 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1369 | 2024.11.06 00:19:55.440497 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57954, User-Agent: (none), Length: 1198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1370 | 2024.11.06 00:19:55.440632 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1371 | 2024.11.06 00:19:55.440659 [ 291 ] {} <Debug> HTTP-Session: e8534e6d-f842-4baa-8c15-1a243ceb321a Authenticating user 'default' from [fd00:1122:3344:101::d]:57954 | ||
| 1372 | 2024.11.06 00:19:55.440683 [ 291 ] {} <Debug> HTTP-Session: e8534e6d-f842-4baa-8c15-1a243ceb321a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1373 | 2024.11.06 00:19:55.440697 [ 291 ] {} <Debug> HTTP-Session: e8534e6d-f842-4baa-8c15-1a243ceb321a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1374 | 2024.11.06 00:19:55.440752 [ 291 ] {} <Trace> HTTP-Session: e8534e6d-f842-4baa-8c15-1a243ceb321a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1375 | 2024.11.06 00:19:55.440972 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57954) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1376 | 2024.11.06 00:19:55.441052 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1377 | 2024.11.06 00:19:55.441423 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1378 | 2024.11.06 00:19:55.441834 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1379 | 2024.11.06 00:19:55.441880 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1380 | 2024.11.06 00:19:55.442307 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1381 | 2024.11.06 00:19:55.442708 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): 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.06 00:19:55.442882 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001986 sec., 4028.1973816717023 rows/sec., 302.90 KiB/sec. | ||
| 1383 | 2024.11.06 00:19:55.443132 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Debug> DynamicQueryHandler: Done processing query | ||
| 1384 | 2024.11.06 00:19:55.443160 [ 291 ] {3f9ac2f9-8752-499a-8184-7e184f5d7217} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1385 | 2024.11.06 00:19:55.443177 [ 291 ] {} <Debug> HTTP-Session: e8534e6d-f842-4baa-8c15-1a243ceb321a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1386 | 2024.11.06 00:19:55.443385 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57954, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1387 | 2024.11.06 00:19:55.443469 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53481, User-Agent: (none), Length: 6151, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1388 | 2024.11.06 00:19:55.443554 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1389 | 2024.11.06 00:19:55.443581 [ 290 ] {} <Debug> HTTP-Session: 8e8cdd2f-c665-4183-b142-fd701bd624f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53481 | ||
| 1390 | 2024.11.06 00:19:55.443600 [ 290 ] {} <Debug> HTTP-Session: 8e8cdd2f-c665-4183-b142-fd701bd624f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1391 | 2024.11.06 00:19:55.443614 [ 290 ] {} <Debug> HTTP-Session: 8e8cdd2f-c665-4183-b142-fd701bd624f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1392 | 2024.11.06 00:19:55.443654 [ 290 ] {} <Trace> HTTP-Session: 8e8cdd2f-c665-4183-b142-fd701bd624f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1393 | 2024.11.06 00:19:55.443794 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53481) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1394 | 2024.11.06 00:19:55.443851 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1395 | 2024.11.06 00:19:55.444117 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1396 | 2024.11.06 00:19:55.444466 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1397 | 2024.11.06 00:19:55.444502 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1398 | 2024.11.06 00:19:55.444884 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1399 | 2024.11.06 00:19:55.445278 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1400 | 2024.11.06 00:19:55.445447 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001692 sec., 21276.595744680853 rows/sec., 1.66 MiB/sec. | ||
| 1401 | 2024.11.06 00:19:55.445641 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Debug> DynamicQueryHandler: Done processing query | ||
| 1402 | 2024.11.06 00:19:55.445666 [ 290 ] {810c0d3a-cb86-439e-ad68-70301ae8e111} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1403 | 2024.11.06 00:19:55.445681 [ 290 ] {} <Debug> HTTP-Session: 8e8cdd2f-c665-4183-b142-fd701bd624f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1404 | 2024.11.06 00:19:55.445913 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1405 | 2024.11.06 00:19:55.446027 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64861, User-Agent: (none), Length: 15331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1406 | 2024.11.06 00:19:55.446102 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1407 | 2024.11.06 00:19:55.446127 [ 291 ] {} <Debug> HTTP-Session: a294af5f-c1fa-4fa3-b6ce-c28ee9343e67 Authenticating user 'default' from [fd00:1122:3344:101::d]:64861 | ||
| 1408 | 2024.11.06 00:19:55.446150 [ 291 ] {} <Debug> HTTP-Session: a294af5f-c1fa-4fa3-b6ce-c28ee9343e67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1409 | 2024.11.06 00:19:55.446197 [ 291 ] {} <Debug> HTTP-Session: a294af5f-c1fa-4fa3-b6ce-c28ee9343e67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1410 | 2024.11.06 00:19:55.446254 [ 291 ] {} <Trace> HTTP-Session: a294af5f-c1fa-4fa3-b6ce-c28ee9343e67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1411 | 2024.11.06 00:19:55.446478 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64861) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1412 | 2024.11.06 00:19:55.446532 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1413 | 2024.11.06 00:19:55.446714 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1414 | 2024.11.06 00:19:55.447087 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1415 | 2024.11.06 00:19:55.447125 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1416 | 2024.11.06 00:19:55.447525 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1417 | 2024.11.06 00:19:55.447904 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1418 | 2024.11.06 00:19:55.448060 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.0017 sec., 47058.82352941177 rows/sec., 3.26 MiB/sec. | ||
| 1419 | 2024.11.06 00:19:55.448251 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Debug> DynamicQueryHandler: Done processing query | ||
| 1420 | 2024.11.06 00:19:55.448276 [ 291 ] {8dc54f2c-bdd1-4c9a-baf4-430e40120273} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1421 | 2024.11.06 00:19:55.448292 [ 291 ] {} <Debug> HTTP-Session: a294af5f-c1fa-4fa3-b6ce-c28ee9343e67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1422 | 2024.11.06 00:19:55.448469 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53481, User-Agent: (none), Length: 14130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1423 | 2024.11.06 00:19:55.448485 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1424 | 2024.11.06 00:19:55.448561 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1425 | 2024.11.06 00:19:55.448586 [ 290 ] {} <Debug> HTTP-Session: b4dd387b-d81b-4923-931b-be0017795fc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53481 | ||
| 1426 | 2024.11.06 00:19:55.448614 [ 290 ] {} <Debug> HTTP-Session: b4dd387b-d81b-4923-931b-be0017795fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1427 | 2024.11.06 00:19:55.448638 [ 290 ] {} <Debug> HTTP-Session: b4dd387b-d81b-4923-931b-be0017795fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1428 | 2024.11.06 00:19:55.448686 [ 290 ] {} <Trace> HTTP-Session: b4dd387b-d81b-4923-931b-be0017795fc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1429 | 2024.11.06 00:19:55.448874 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53481) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1430 | 2024.11.06 00:19:55.448954 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <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 | ||
| 1431 | 2024.11.06 00:19:55.449444 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1432 | 2024.11.06 00:19:55.450018 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1433 | 2024.11.06 00:19:55.450056 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1434 | 2024.11.06 00:19:55.450692 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1435 | 2024.11.06 00:19:55.451127 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1436 | 2024.11.06 00:19:55.451275 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002496 sec., 3205.128205128205 rows/sec., 5.74 MiB/sec. | ||
| 1437 | 2024.11.06 00:19:55.451536 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <Debug> DynamicQueryHandler: Done processing query | ||
| 1438 | 2024.11.06 00:19:55.451561 [ 290 ] {feaef08d-fbe1-448d-ba80-396f73a10c59} <Debug> MemoryTracker: Peak memory usage (for query): 4.41 MiB. | ||
| 1439 | 2024.11.06 00:19:55.451577 [ 290 ] {} <Debug> HTTP-Session: b4dd387b-d81b-4923-931b-be0017795fc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1440 | 2024.11.06 00:19:55.451749 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1441 | 2024.11.06 00:19:55.451828 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48134, User-Agent: (none), Length: 3721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1442 | 2024.11.06 00:19:55.451890 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1443 | 2024.11.06 00:19:55.451910 [ 291 ] {} <Debug> HTTP-Session: ba927068-8ac3-4525-b19d-0faa88b321a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:48134 | ||
| 1444 | 2024.11.06 00:19:55.451929 [ 291 ] {} <Debug> HTTP-Session: ba927068-8ac3-4525-b19d-0faa88b321a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1445 | 2024.11.06 00:19:55.451944 [ 291 ] {} <Debug> HTTP-Session: ba927068-8ac3-4525-b19d-0faa88b321a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1446 | 2024.11.06 00:19:55.451987 [ 291 ] {} <Trace> HTTP-Session: ba927068-8ac3-4525-b19d-0faa88b321a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1447 | 2024.11.06 00:19:55.452127 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48134) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1448 | 2024.11.06 00:19:55.452177 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1449 | 2024.11.06 00:19:55.452341 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1450 | 2024.11.06 00:19:55.452651 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1451 | 2024.11.06 00:19:55.452688 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1452 | 2024.11.06 00:19:55.453057 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1453 | 2024.11.06 00:19:55.453397 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1454 | 2024.11.06 00:19:55.453547 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.00146 sec., 16438.356164383564 rows/sec., 1.13 MiB/sec. | ||
| 1455 | 2024.11.06 00:19:55.453725 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1456 | 2024.11.06 00:19:55.453749 [ 291 ] {edd04cb8-0a08-4c34-8fca-cae978222f7f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1457 | 2024.11.06 00:19:55.453765 [ 291 ] {} <Debug> HTTP-Session: ba927068-8ac3-4525-b19d-0faa88b321a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1458 | 2024.11.06 00:19:55.453942 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48134, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1459 | 2024.11.06 00:19:56.735130 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1460 | 2024.11.06 00:19:56.735188 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1461 | 2024.11.06 00:20:00.437374 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53481, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1462 | 2024.11.06 00:20:00.437516 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1463 | 2024.11.06 00:20:00.437546 [ 290 ] {} <Debug> HTTP-Session: f1af74c3-e666-451c-b7ff-ae18443c5d6b Authenticating user 'default' from [fd00:1122:3344:101::d]:53481 | ||
| 1464 | 2024.11.06 00:20:00.437574 [ 290 ] {} <Debug> HTTP-Session: f1af74c3-e666-451c-b7ff-ae18443c5d6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1465 | 2024.11.06 00:20:00.437592 [ 290 ] {} <Debug> HTTP-Session: f1af74c3-e666-451c-b7ff-ae18443c5d6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1466 | 2024.11.06 00:20:00.437662 [ 290 ] {} <Trace> HTTP-Session: f1af74c3-e666-451c-b7ff-ae18443c5d6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2024.11.06 00:20:00.437931 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53481) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1468 | 2024.11.06 00:20:00.438031 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1469 | 2024.11.06 00:20:00.438555 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1470 | 2024.11.06 00:20:00.439042 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2024.11.06 00:20:00.439090 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1472 | 2024.11.06 00:20:00.439499 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1473 | 2024.11.06 00:20:00.439880 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2024.11.06 00:20:00.440069 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002219 sec., 11716.989634970707 rows/sec., 892.06 KiB/sec. | ||
| 1475 | 2024.11.06 00:20:00.440292 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Debug> DynamicQueryHandler: Done processing query | ||
| 1476 | 2024.11.06 00:20:00.440320 [ 290 ] {65d11bb0-7878-454a-ab70-880baf373548} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1477 | 2024.11.06 00:20:00.440337 [ 290 ] {} <Debug> HTTP-Session: f1af74c3-e666-451c-b7ff-ae18443c5d6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1478 | 2024.11.06 00:20:00.440561 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1479 | 2024.11.06 00:20:00.440696 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37920, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1480 | 2024.11.06 00:20:00.440827 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1481 | 2024.11.06 00:20:00.440857 [ 286 ] {} <Debug> HTTP-Session: c7395e3b-7f1c-4f79-9a99-ca9eae48cbbb Authenticating user 'default' from [fd00:1122:3344:101::d]:37920 | ||
| 1482 | 2024.11.06 00:20:00.440885 [ 286 ] {} <Debug> HTTP-Session: c7395e3b-7f1c-4f79-9a99-ca9eae48cbbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1483 | 2024.11.06 00:20:00.440902 [ 286 ] {} <Debug> HTTP-Session: c7395e3b-7f1c-4f79-9a99-ca9eae48cbbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1484 | 2024.11.06 00:20:00.440963 [ 286 ] {} <Trace> HTTP-Session: c7395e3b-7f1c-4f79-9a99-ca9eae48cbbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1485 | 2024.11.06 00:20:00.441198 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37920) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1486 | 2024.11.06 00:20:00.441279 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1487 | 2024.11.06 00:20:00.441674 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1488 | 2024.11.06 00:20:00.442078 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1489 | 2024.11.06 00:20:00.442123 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1490 | 2024.11.06 00:20:00.442544 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1491 | 2024.11.06 00:20:00.442931 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1492 | 2024.11.06 00:20:00.443122 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001996 sec., 14028.056112224449 rows/sec., 1.09 MiB/sec. | ||
| 1493 | 2024.11.06 00:20:00.443470 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Debug> DynamicQueryHandler: Done processing query | ||
| 1494 | 2024.11.06 00:20:00.443499 [ 286 ] {60f588a8-a4f0-46b3-89e3-30dbfbb4fbab} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1495 | 2024.11.06 00:20:00.443516 [ 286 ] {} <Debug> HTTP-Session: c7395e3b-7f1c-4f79-9a99-ca9eae48cbbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1496 | 2024.11.06 00:20:00.443715 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37920, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1497 | 2024.11.06 00:20:00.443759 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53481, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1498 | 2024.11.06 00:20:00.443869 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1499 | 2024.11.06 00:20:00.443896 [ 290 ] {} <Debug> HTTP-Session: 4beb0b6e-40a4-45ac-99b6-ddbc74e5e4ab Authenticating user 'default' from [fd00:1122:3344:101::d]:53481 | ||
| 1500 | 2024.11.06 00:20:00.443916 [ 290 ] {} <Debug> HTTP-Session: 4beb0b6e-40a4-45ac-99b6-ddbc74e5e4ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1501 | 2024.11.06 00:20:00.443931 [ 290 ] {} <Debug> HTTP-Session: 4beb0b6e-40a4-45ac-99b6-ddbc74e5e4ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1502 | 2024.11.06 00:20:00.443973 [ 290 ] {} <Trace> HTTP-Session: 4beb0b6e-40a4-45ac-99b6-ddbc74e5e4ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1503 | 2024.11.06 00:20:00.444134 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53481) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1504 | 2024.11.06 00:20:00.444189 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1505 | 2024.11.06 00:20:00.444363 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1506 | 2024.11.06 00:20:00.444719 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1507 | 2024.11.06 00:20:00.444756 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1508 | 2024.11.06 00:20:00.445156 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1509 | 2024.11.06 00:20:00.445503 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1510 | 2024.11.06 00:20:00.445676 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001601 sec., 62460.96189881324 rows/sec., 4.33 MiB/sec. | ||
| 1511 | 2024.11.06 00:20:00.445993 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Debug> DynamicQueryHandler: Done processing query | ||
| 1512 | 2024.11.06 00:20:00.446019 [ 290 ] {5b0082a7-2e93-4048-b4d0-dbfcf7543221} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1513 | 2024.11.06 00:20:00.446035 [ 290 ] {} <Debug> HTTP-Session: 4beb0b6e-40a4-45ac-99b6-ddbc74e5e4ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1514 | 2024.11.06 00:20:00.446208 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53481, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1515 | 2024.11.06 00:20:00.446403 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33026, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1516 | 2024.11.06 00:20:00.446518 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1517 | 2024.11.06 00:20:00.446557 [ 286 ] {} <Debug> HTTP-Session: 3b37e986-574d-40e7-8b38-174e768c1c7e Authenticating user 'default' from [fd00:1122:3344:101::d]:33026 | ||
| 1518 | 2024.11.06 00:20:00.446594 [ 286 ] {} <Debug> HTTP-Session: 3b37e986-574d-40e7-8b38-174e768c1c7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1519 | 2024.11.06 00:20:00.446622 [ 286 ] {} <Debug> HTTP-Session: 3b37e986-574d-40e7-8b38-174e768c1c7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1520 | 2024.11.06 00:20:00.446682 [ 286 ] {} <Trace> HTTP-Session: 3b37e986-574d-40e7-8b38-174e768c1c7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1521 | 2024.11.06 00:20:00.446821 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33026) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1522 | 2024.11.06 00:20:00.446875 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1523 | 2024.11.06 00:20:00.447044 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1524 | 2024.11.06 00:20:00.447351 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1525 | 2024.11.06 00:20:00.447389 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1526 | 2024.11.06 00:20:00.447770 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1527 | 2024.11.06 00:20:00.448100 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1528 | 2024.11.06 00:20:00.448230 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00146 sec., 20547.945205479453 rows/sec., 1.41 MiB/sec. | ||
| 1529 | 2024.11.06 00:20:00.448405 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 1530 | 2024.11.06 00:20:00.448431 [ 286 ] {d36b3bc2-5fa5-47ca-b0b0-5ab9bb2ce3ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1531 | 2024.11.06 00:20:00.448447 [ 286 ] {} <Debug> HTTP-Session: 3b37e986-574d-40e7-8b38-174e768c1c7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1532 | 2024.11.06 00:20:00.448605 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1533 | 2024.11.06 00:20:01.863216 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 184 | ||
| 1534 | 2024.11.06 00:20:01.865799 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1535 | 2024.11.06 00:20:01.865851 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1536 | 2024.11.06 00:20:01.867510 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1537 | 2024.11.06 00:20:01.868592 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1538 | 2024.11.06 00:20:01.869208 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 184 | ||
| 1539 | 2024.11.06 00:20:05.438088 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47272, User-Agent: (none), Length: 11410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1540 | 2024.11.06 00:20:05.438324 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1541 | 2024.11.06 00:20:05.438376 [ 289 ] {} <Debug> HTTP-Session: cd143783-6cf2-4abb-958f-ae00e8194ba8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47272 | ||
| 1542 | 2024.11.06 00:20:05.438420 [ 289 ] {} <Debug> HTTP-Session: cd143783-6cf2-4abb-958f-ae00e8194ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1543 | 2024.11.06 00:20:05.438448 [ 289 ] {} <Debug> HTTP-Session: cd143783-6cf2-4abb-958f-ae00e8194ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1544 | 2024.11.06 00:20:05.438534 [ 289 ] {} <Trace> HTTP-Session: cd143783-6cf2-4abb-958f-ae00e8194ba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1545 | 2024.11.06 00:20:05.438880 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47272) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1546 | 2024.11.06 00:20:05.438959 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1547 | 2024.11.06 00:20:05.439310 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1548 | 2024.11.06 00:20:05.439845 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1549 | 2024.11.06 00:20:05.439895 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1550 | 2024.11.06 00:20:05.440335 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1551 | 2024.11.06 00:20:05.440741 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1552 | 2024.11.06 00:20:05.440927 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.002146 sec., 35414.72506989748 rows/sec., 3.07 MiB/sec. | ||
| 1553 | 2024.11.06 00:20:05.440927 [ 67 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1554 | 2024.11.06 00:20:05.441070 [ 67 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1555 | 2024.11.06 00:20:05.441117 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1556 | 2024.11.06 00:20:05.441227 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 1557 | 2024.11.06 00:20:05.441268 [ 289 ] {4f62ea2c-f9e6-4799-92fb-63aa0c6167dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1558 | 2024.11.06 00:20:05.441286 [ 289 ] {} <Debug> HTTP-Session: cd143783-6cf2-4abb-958f-ae00e8194ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1559 | 2024.11.06 00:20:05.441564 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1560 | 2024.11.06 00:20:05.441612 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40665, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1561 | 2024.11.06 00:20:05.441684 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1562 | 2024.11.06 00:20:05.441705 [ 286 ] {} <Debug> HTTP-Session: 5a822262-7851-493a-ba3d-b14b473be658 Authenticating user 'default' from [fd00:1122:3344:101::d]:40665 | ||
| 1563 | 2024.11.06 00:20:05.441723 [ 286 ] {} <Debug> HTTP-Session: 5a822262-7851-493a-ba3d-b14b473be658 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1564 | 2024.11.06 00:20:05.441738 [ 286 ] {} <Debug> HTTP-Session: 5a822262-7851-493a-ba3d-b14b473be658 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1565 | 2024.11.06 00:20:05.441775 [ 286 ] {} <Trace> HTTP-Session: 5a822262-7851-493a-ba3d-b14b473be658 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1566 | 2024.11.06 00:20:05.441902 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40665) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1567 | 2024.11.06 00:20:05.441950 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1568 | 2024.11.06 00:20:05.442226 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1569 | 2024.11.06 00:20:05.442640 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1570 | 2024.11.06 00:20:05.442680 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1571 | 2024.11.06 00:20:05.443050 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1572 | 2024.11.06 00:20:05.443453 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1573 | 2024.11.06 00:20:05.443613 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001739 sec., 14376.078205865439 rows/sec., 1.06 MiB/sec. | ||
| 1574 | 2024.11.06 00:20:05.443910 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1575 | 2024.11.06 00:20:05.443936 [ 286 ] {d94097c3-5d7f-48fe-b4d7-eb797e267d3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1576 | 2024.11.06 00:20:05.443952 [ 286 ] {} <Debug> HTTP-Session: 5a822262-7851-493a-ba3d-b14b473be658 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1577 | 2024.11.06 00:20:05.444139 [ 286 ] {} <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) | ||
| 1578 | 2024.11.06 00:20:05.444167 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47272, User-Agent: (none), Length: 9030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1579 | 2024.11.06 00:20:05.444240 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1580 | 2024.11.06 00:20:05.444261 [ 289 ] {} <Debug> HTTP-Session: f63b832a-37f9-4ac9-b42c-b7a0020aa1e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47272 | ||
| 1581 | 2024.11.06 00:20:05.444280 [ 289 ] {} <Debug> HTTP-Session: f63b832a-37f9-4ac9-b42c-b7a0020aa1e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1582 | 2024.11.06 00:20:05.444295 [ 289 ] {} <Debug> HTTP-Session: f63b832a-37f9-4ac9-b42c-b7a0020aa1e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1583 | 2024.11.06 00:20:05.444330 [ 289 ] {} <Trace> HTTP-Session: f63b832a-37f9-4ac9-b42c-b7a0020aa1e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1584 | 2024.11.06 00:20:05.444467 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47272) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1585 | 2024.11.06 00:20:05.444513 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1586 | 2024.11.06 00:20:05.444766 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1587 | 2024.11.06 00:20:05.445158 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1588 | 2024.11.06 00:20:05.445200 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1589 | 2024.11.06 00:20:05.445246 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 1590 | 2024.11.06 00:20:05.445461 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1591 | 2024.11.06 00:20:05.445663 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1592 | 2024.11.06 00:20:05.446036 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1593 | 2024.11.06 00:20:05.446200 [ 67 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1594 | 2024.11.06 00:20:05.446201 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001765 sec., 30028.328611898014 rows/sec., 2.35 MiB/sec. | ||
| 1595 | 2024.11.06 00:20:05.446260 [ 67 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1596 | 2024.11.06 00:20:05.446330 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1597 | 2024.11.06 00:20:05.446760 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 1598 | 2024.11.06 00:20:05.446791 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Debug> DynamicQueryHandler: Done processing query | ||
| 1599 | 2024.11.06 00:20:05.446868 [ 289 ] {85b9408e-2ea6-408a-b9b2-e35e2b1a8ccf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1600 | 2024.11.06 00:20:05.446888 [ 289 ] {} <Debug> HTTP-Session: f63b832a-37f9-4ac9-b42c-b7a0020aa1e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1601 | 2024.11.06 00:20:05.447014 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1602 | 2024.11.06 00:20:05.447075 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1603 | 2024.11.06 00:20:05.447166 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46364, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1604 | 2024.11.06 00:20:05.447225 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1605 | 2024.11.06 00:20:05.447246 [ 286 ] {} <Debug> HTTP-Session: 5fefd023-3f28-47cb-8a06-9e8837dc6ae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46364 | ||
| 1606 | 2024.11.06 00:20:05.447268 [ 286 ] {} <Debug> HTTP-Session: 5fefd023-3f28-47cb-8a06-9e8837dc6ae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1607 | 2024.11.06 00:20:05.447283 [ 286 ] {} <Debug> HTTP-Session: 5fefd023-3f28-47cb-8a06-9e8837dc6ae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1608 | 2024.11.06 00:20:05.447315 [ 286 ] {} <Trace> HTTP-Session: 5fefd023-3f28-47cb-8a06-9e8837dc6ae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1609 | 2024.11.06 00:20:05.447516 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1610 | 2024.11.06 00:20:05.447529 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1611 | 2024.11.06 00:20:05.447567 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 39 rows starting from the beginning of the part | ||
| 1612 | 2024.11.06 00:20:05.447624 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1613 | 2024.11.06 00:20:05.447828 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1614 | 2024.11.06 00:20:05.448199 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1615 | 2024.11.06 00:20:05.448237 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1616 | 2024.11.06 00:20:05.448620 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1617 | 2024.11.06 00:20:05.448960 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1618 | 2024.11.06 00:20:05.449120 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1619 | 2024.11.06 00:20:05.449120 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001708 sec., 58548.009367681494 rows/sec., 4.06 MiB/sec. | ||
| 1620 | 2024.11.06 00:20:05.449171 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1621 | 2024.11.06 00:20:05.449239 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1622 | 2024.11.06 00:20:05.449493 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Debug> DynamicQueryHandler: Done processing query | ||
| 1623 | 2024.11.06 00:20:05.449603 [ 286 ] {34b24634-38c4-41d9-91b7-b1c470d95234} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1624 | 2024.11.06 00:20:05.449656 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 1625 | 2024.11.06 00:20:05.449706 [ 286 ] {} <Debug> HTTP-Session: 5fefd023-3f28-47cb-8a06-9e8837dc6ae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1626 | 2024.11.06 00:20:05.449910 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1627 | 2024.11.06 00:20:05.449948 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 80 rows starting from the beginning of the part | ||
| 1628 | 2024.11.06 00:20:05.450077 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1629 | 2024.11.06 00:20:05.450278 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52054, User-Agent: (none), Length: 41677, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1630 | 2024.11.06 00:20:05.450361 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1631 | 2024.11.06 00:20:05.450385 [ 287 ] {} <Debug> HTTP-Session: 9c38357c-86ba-4347-9175-e83ec98f4ab7 Authenticating user 'default' from [fd00:1122:3344:101::d]:52054 | ||
| 1632 | 2024.11.06 00:20:05.450409 [ 287 ] {} <Debug> HTTP-Session: 9c38357c-86ba-4347-9175-e83ec98f4ab7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1633 | 2024.11.06 00:20:05.450425 [ 287 ] {} <Debug> HTTP-Session: 9c38357c-86ba-4347-9175-e83ec98f4ab7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1634 | 2024.11.06 00:20:05.450477 [ 287 ] {} <Trace> HTTP-Session: 9c38357c-86ba-4347-9175-e83ec98f4ab7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1635 | 2024.11.06 00:20:05.451163 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52054) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1636 | 2024.11.06 00:20:05.451264 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <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 | ||
| 1637 | 2024.11.06 00:20:05.452503 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 1638 | 2024.11.06 00:20:05.452760 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 1639 | 2024.11.06 00:20:05.452818 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 1640 | 2024.11.06 00:20:05.453274 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part | ||
| 1641 | 2024.11.06 00:20:05.454558 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part | ||
| 1642 | 2024.11.06 00:20:05.454724 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part | ||
| 1643 | 2024.11.06 00:20:05.454900 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1644 | 2024.11.06 00:20:05.455289 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
| 1645 | 2024.11.06 00:20:05.455635 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 80 rows starting from the beginning of the part | ||
| 1646 | 2024.11.06 00:20:05.455920 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 53 rows starting from the beginning of the part | ||
| 1647 | 2024.11.06 00:20:05.456561 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part | ||
| 1648 | 2024.11.06 00:20:05.457003 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1649 | 2024.11.06 00:20:05.457640 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part | ||
| 1650 | 2024.11.06 00:20:05.458327 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 1651 | 2024.11.06 00:20:05.458752 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
| 1652 | 2024.11.06 00:20:05.459031 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part | ||
| 1653 | 2024.11.06 00:20:05.463920 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1654 | 2024.11.06 00:20:05.464065 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1655 | 2024.11.06 00:20:05.466310 [ 198 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 5 columns (5 merged, 0 gathered) in 0.019832949 sec., 11798.547961778151 rows/sec., 990.30 KiB/sec. | ||
| 1656 | 2024.11.06 00:20:05.467011 [ 198 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1657 | 2024.11.06 00:20:05.469266 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 5 columns (5 merged, 0 gathered) in 0.028044752 sec., 9270.896743889909 rows/sec., 813.95 KiB/sec. | ||
| 1658 | 2024.11.06 00:20:05.469817 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1659 | 2024.11.06 00:20:05.470850 [ 198 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1660 | 2024.11.06 00:20:05.471404 [ 198 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_6_1} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1661 | 2024.11.06 00:20:05.471849 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1662 | 2024.11.06 00:20:05.472175 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.022793017 sec., 24568.928281850534 rows/sec., 1.70 MiB/sec. | ||
| 1663 | 2024.11.06 00:20:05.472209 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1664 | 2024.11.06 00:20:05.472522 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1665 | 2024.11.06 00:20:05.472808 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1666 | 2024.11.06 00:20:05.473169 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_6_1} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1667 | 2024.11.06 00:20:05.473522 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1668 | 2024.11.06 00:20:05.474202 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1669 | 2024.11.06 00:20:05.474370 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1670 | 2024.11.06 00:20:05.474514 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1671 | 2024.11.06 00:20:05.474557 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 1672 | 2024.11.06 00:20:05.474856 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.02424 sec., 1031.3531353135313 rows/sec., 1.85 MiB/sec. | ||
| 1673 | 2024.11.06 00:20:05.475196 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <Debug> DynamicQueryHandler: Done processing query | ||
| 1674 | 2024.11.06 00:20:05.475223 [ 287 ] {2654631a-daba-41da-a235-07a74b4bb756} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1675 | 2024.11.06 00:20:05.475240 [ 287 ] {} <Debug> HTTP-Session: 9c38357c-86ba-4347-9175-e83ec98f4ab7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1676 | 2024.11.06 00:20:05.475454 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52054, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1677 | 2024.11.06 00:20:05.475525 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43728, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1678 | 2024.11.06 00:20:05.475612 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1679 | 2024.11.06 00:20:05.475645 [ 286 ] {} <Debug> HTTP-Session: b4d0652b-22a5-435e-99e4-5d06cfef3ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43728 | ||
| 1680 | 2024.11.06 00:20:05.475668 [ 286 ] {} <Debug> HTTP-Session: b4d0652b-22a5-435e-99e4-5d06cfef3ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1681 | 2024.11.06 00:20:05.475685 [ 286 ] {} <Debug> HTTP-Session: b4d0652b-22a5-435e-99e4-5d06cfef3ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1682 | 2024.11.06 00:20:05.475729 [ 286 ] {} <Trace> HTTP-Session: b4d0652b-22a5-435e-99e4-5d06cfef3ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1683 | 2024.11.06 00:20:05.475869 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43728) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1684 | 2024.11.06 00:20:05.475919 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1685 | 2024.11.06 00:20:05.476081 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1686 | 2024.11.06 00:20:05.476374 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1687 | 2024.11.06 00:20:05.476410 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1688 | 2024.11.06 00:20:05.476781 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1689 | 2024.11.06 00:20:05.477113 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1690 | 2024.11.06 00:20:05.477264 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001431 sec., 20964.3605870021 rows/sec., 1.44 MiB/sec. | ||
| 1691 | 2024.11.06 00:20:05.477271 [ 67 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1692 | 2024.11.06 00:20:05.477360 [ 67 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1693 | 2024.11.06 00:20:05.477413 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1694 | 2024.11.06 00:20:05.477546 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Debug> DynamicQueryHandler: Done processing query | ||
| 1695 | 2024.11.06 00:20:05.477598 [ 286 ] {5b539d91-173f-4946-a663-543b057796de} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1696 | 2024.11.06 00:20:05.477602 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 1697 | 2024.11.06 00:20:05.477627 [ 286 ] {} <Debug> HTTP-Session: b4d0652b-22a5-435e-99e4-5d06cfef3ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1698 | 2024.11.06 00:20:05.477780 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1699 | 2024.11.06 00:20:05.477814 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1700 | 2024.11.06 00:20:05.477901 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 1701 | 2024.11.06 00:20:05.478000 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1702 | 2024.11.06 00:20:05.478287 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1703 | 2024.11.06 00:20:05.478421 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part | ||
| 1704 | 2024.11.06 00:20:05.478634 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 1705 | 2024.11.06 00:20:05.478772 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 1706 | 2024.11.06 00:20:05.479730 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 4 columns (4 merged, 0 gathered) in 0.002232716 sec., 75244.67957411511 rows/sec., 5.15 MiB/sec. | ||
| 1707 | 2024.11.06 00:20:05.479864 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1708 | 2024.11.06 00:20:05.480244 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_6_1} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1709 | 2024.11.06 00:20:05.480316 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_6_1} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1710 | 2024.11.06 00:20:05.480393 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 1711 | 2024.11.06 00:20:06.001166 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 147.19 MiB, peak 162.14 MiB, free memory in arenas 0.00 B, will set to 148.22 MiB (RSS), difference: 1.03 MiB | ||
| 1712 | 2024.11.06 00:20:07.612180 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1713 | 2024.11.06 00:20:07.796639 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47361, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1714 | 2024.11.06 00:20:07.820183 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43740, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1715 | 2024.11.06 00:20:07.846532 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1716 | 2024.11.06 00:20:07.928839 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42156, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1717 | 2024.11.06 00:20:07.933061 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1718 | 2024.11.06 00:20:07.941374 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1719 | 2024.11.06 00:20:07.944648 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1720 | 2024.11.06 00:20:10.436104 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42267, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1721 | 2024.11.06 00:20:10.436291 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1722 | 2024.11.06 00:20:10.436336 [ 286 ] {} <Debug> HTTP-Session: 249bf6c2-dde4-4df4-9e1b-4b8ba2665f3a Authenticating user 'default' from [fd00:1122:3344:101::d]:42267 | ||
| 1723 | 2024.11.06 00:20:10.436378 [ 286 ] {} <Debug> HTTP-Session: 249bf6c2-dde4-4df4-9e1b-4b8ba2665f3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1724 | 2024.11.06 00:20:10.436406 [ 286 ] {} <Debug> HTTP-Session: 249bf6c2-dde4-4df4-9e1b-4b8ba2665f3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1725 | 2024.11.06 00:20:10.436487 [ 286 ] {} <Trace> HTTP-Session: 249bf6c2-dde4-4df4-9e1b-4b8ba2665f3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1726 | 2024.11.06 00:20:10.436784 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42267) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1727 | 2024.11.06 00:20:10.436893 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1728 | 2024.11.06 00:20:10.437258 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1729 | 2024.11.06 00:20:10.437700 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1730 | 2024.11.06 00:20:10.437744 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1731 | 2024.11.06 00:20:10.438172 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1732 | 2024.11.06 00:20:10.438563 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1733 | 2024.11.06 00:20:10.438749 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00207 sec., 12560.386473429953 rows/sec., 956.28 KiB/sec. | ||
| 1734 | 2024.11.06 00:20:10.438975 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1735 | 2024.11.06 00:20:10.439002 [ 286 ] {5bafdb9f-df77-4aeb-b656-777b6600237c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1736 | 2024.11.06 00:20:10.439018 [ 286 ] {} <Debug> HTTP-Session: 249bf6c2-dde4-4df4-9e1b-4b8ba2665f3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1737 | 2024.11.06 00:20:10.439178 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1738 | 2024.11.06 00:20:10.439373 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34693, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1739 | 2024.11.06 00:20:10.439492 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1740 | 2024.11.06 00:20:10.439518 [ 287 ] {} <Debug> HTTP-Session: f5e97629-5de8-4de3-b3e1-701438d59839 Authenticating user 'default' from [fd00:1122:3344:101::d]:34693 | ||
| 1741 | 2024.11.06 00:20:10.439542 [ 287 ] {} <Debug> HTTP-Session: f5e97629-5de8-4de3-b3e1-701438d59839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1742 | 2024.11.06 00:20:10.439557 [ 287 ] {} <Debug> HTTP-Session: f5e97629-5de8-4de3-b3e1-701438d59839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1743 | 2024.11.06 00:20:10.439610 [ 287 ] {} <Trace> HTTP-Session: f5e97629-5de8-4de3-b3e1-701438d59839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1744 | 2024.11.06 00:20:10.439807 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34693) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1745 | 2024.11.06 00:20:10.439877 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1746 | 2024.11.06 00:20:10.440230 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1747 | 2024.11.06 00:20:10.440666 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1748 | 2024.11.06 00:20:10.440712 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1749 | 2024.11.06 00:20:10.441154 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1750 | 2024.11.06 00:20:10.441553 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1751 | 2024.11.06 00:20:10.441734 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001986 sec., 14098.690835850957 rows/sec., 1.10 MiB/sec. | ||
| 1752 | 2024.11.06 00:20:10.442101 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1753 | 2024.11.06 00:20:10.442130 [ 287 ] {baccc276-2ee0-4243-b2ee-578573f304b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1754 | 2024.11.06 00:20:10.442147 [ 287 ] {} <Debug> HTTP-Session: f5e97629-5de8-4de3-b3e1-701438d59839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1755 | 2024.11.06 00:20:10.442362 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42267, User-Agent: (none), Length: 15331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1756 | 2024.11.06 00:20:10.442382 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1757 | 2024.11.06 00:20:10.442455 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1758 | 2024.11.06 00:20:10.442498 [ 286 ] {} <Debug> HTTP-Session: 5f7143ef-ca14-4d2c-8ba1-494d2e1ba17a Authenticating user 'default' from [fd00:1122:3344:101::d]:42267 | ||
| 1759 | 2024.11.06 00:20:10.442534 [ 286 ] {} <Debug> HTTP-Session: 5f7143ef-ca14-4d2c-8ba1-494d2e1ba17a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1760 | 2024.11.06 00:20:10.442557 [ 286 ] {} <Debug> HTTP-Session: 5f7143ef-ca14-4d2c-8ba1-494d2e1ba17a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1761 | 2024.11.06 00:20:10.442611 [ 286 ] {} <Trace> HTTP-Session: 5f7143ef-ca14-4d2c-8ba1-494d2e1ba17a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1762 | 2024.11.06 00:20:10.442789 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42267) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1763 | 2024.11.06 00:20:10.442853 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1764 | 2024.11.06 00:20:10.443027 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1765 | 2024.11.06 00:20:10.443365 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1766 | 2024.11.06 00:20:10.443402 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1767 | 2024.11.06 00:20:10.443801 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1768 | 2024.11.06 00:20:10.444144 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1769 | 2024.11.06 00:20:10.444269 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Debug> executeQuery: Read 80 rows, 5.68 KiB in 0.001552 sec., 51546.39175257732 rows/sec., 3.57 MiB/sec. | ||
| 1770 | 2024.11.06 00:20:10.444437 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1771 | 2024.11.06 00:20:10.444462 [ 286 ] {ca8c9199-dabe-4012-a72d-aa76f8981f0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1772 | 2024.11.06 00:20:10.444478 [ 286 ] {} <Debug> HTTP-Session: 5f7143ef-ca14-4d2c-8ba1-494d2e1ba17a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1773 | 2024.11.06 00:20:10.444624 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1774 | 2024.11.06 00:20:10.444742 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64790, User-Agent: (none), Length: 3721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1775 | 2024.11.06 00:20:10.444812 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1776 | 2024.11.06 00:20:10.444834 [ 287 ] {} <Debug> HTTP-Session: 27faf091-09c7-441e-860f-055f8dddaab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64790 | ||
| 1777 | 2024.11.06 00:20:10.444853 [ 287 ] {} <Debug> HTTP-Session: 27faf091-09c7-441e-860f-055f8dddaab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1778 | 2024.11.06 00:20:10.444867 [ 287 ] {} <Debug> HTTP-Session: 27faf091-09c7-441e-860f-055f8dddaab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1779 | 2024.11.06 00:20:10.444910 [ 287 ] {} <Trace> HTTP-Session: 27faf091-09c7-441e-860f-055f8dddaab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1780 | 2024.11.06 00:20:10.445046 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64790) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1781 | 2024.11.06 00:20:10.445102 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1782 | 2024.11.06 00:20:10.445270 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1783 | 2024.11.06 00:20:10.445616 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1784 | 2024.11.06 00:20:10.445656 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1785 | 2024.11.06 00:20:10.446051 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1786 | 2024.11.06 00:20:10.446394 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1787 | 2024.11.06 00:20:10.446552 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.001551 sec., 15473.887814313346 rows/sec., 1.06 MiB/sec. | ||
| 1788 | 2024.11.06 00:20:10.446730 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1789 | 2024.11.06 00:20:10.446756 [ 287 ] {fe043825-127d-409b-b6f3-4a05cf4e661c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1790 | 2024.11.06 00:20:10.446773 [ 287 ] {} <Debug> HTTP-Session: 27faf091-09c7-441e-860f-055f8dddaab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1791 | 2024.11.06 00:20:10.446925 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1792 | 2024.11.06 00:20:11.735228 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1793 | 2024.11.06 00:20:11.735285 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1794 | 2024.11.06 00:20:11.870173 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 204 | ||
| 1795 | 2024.11.06 00:20:11.872887 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1796 | 2024.11.06 00:20:11.872937 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1797 | 2024.11.06 00:20:11.874439 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1798 | 2024.11.06 00:20:11.875658 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1799 | 2024.11.06 00:20:11.876234 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 204 | ||
| 1800 | 2024.11.06 00:20:13.659649 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1801 | 2024.11.06 00:20:13.659734 [ 3 ] {} <Debug> TCP-Session: 1e3fadab-e8d0-42b8-8aa0-8be8a93fd0f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1802 | 2024.11.06 00:20:14.001162 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.28 MiB, peak 162.14 MiB, free memory in arenas 0.00 B, will set to 148.34 MiB (RSS), difference: 2.06 MiB | ||
| 1803 | 2024.11.06 00:20:15.436393 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42267, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1804 | 2024.11.06 00:20:15.436521 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1805 | 2024.11.06 00:20:15.436546 [ 286 ] {} <Debug> HTTP-Session: 63a2aa93-8e19-48dd-834a-b830e2045b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:42267 | ||
| 1806 | 2024.11.06 00:20:15.436569 [ 286 ] {} <Debug> HTTP-Session: 63a2aa93-8e19-48dd-834a-b830e2045b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1807 | 2024.11.06 00:20:15.436583 [ 286 ] {} <Debug> HTTP-Session: 63a2aa93-8e19-48dd-834a-b830e2045b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1808 | 2024.11.06 00:20:15.436635 [ 286 ] {} <Trace> HTTP-Session: 63a2aa93-8e19-48dd-834a-b830e2045b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1809 | 2024.11.06 00:20:15.436829 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42267) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1810 | 2024.11.06 00:20:15.436896 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1811 | 2024.11.06 00:20:15.437232 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1812 | 2024.11.06 00:20:15.437703 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1813 | 2024.11.06 00:20:15.437745 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1814 | 2024.11.06 00:20:15.438170 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1815 | 2024.11.06 00:20:15.438575 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1816 | 2024.11.06 00:20:15.438725 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001954 sec., 13306.038894575231 rows/sec., 1013.05 KiB/sec. | ||
| 1817 | 2024.11.06 00:20:15.439280 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Debug> DynamicQueryHandler: Done processing query | ||
| 1818 | 2024.11.06 00:20:15.439317 [ 286 ] {13910164-8468-4c8e-bdfb-9e9bb1350043} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1819 | 2024.11.06 00:20:15.439334 [ 286 ] {} <Debug> HTTP-Session: 63a2aa93-8e19-48dd-834a-b830e2045b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1820 | 2024.11.06 00:20:15.439582 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1821 | 2024.11.06 00:20:15.439721 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36792, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1822 | 2024.11.06 00:20:15.439915 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1823 | 2024.11.06 00:20:15.439960 [ 287 ] {} <Debug> HTTP-Session: 0f5c29ee-5aae-4d3a-b107-4306b1b27ec7 Authenticating user 'default' from [fd00:1122:3344:101::d]:36792 | ||
| 1824 | 2024.11.06 00:20:15.440001 [ 287 ] {} <Debug> HTTP-Session: 0f5c29ee-5aae-4d3a-b107-4306b1b27ec7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1825 | 2024.11.06 00:20:15.440029 [ 287 ] {} <Debug> HTTP-Session: 0f5c29ee-5aae-4d3a-b107-4306b1b27ec7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1826 | 2024.11.06 00:20:15.440095 [ 287 ] {} <Trace> HTTP-Session: 0f5c29ee-5aae-4d3a-b107-4306b1b27ec7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2024.11.06 00:20:15.440285 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36792) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1828 | 2024.11.06 00:20:15.440356 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1829 | 2024.11.06 00:20:15.440710 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1830 | 2024.11.06 00:20:15.441132 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1831 | 2024.11.06 00:20:15.441177 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1832 | 2024.11.06 00:20:15.441624 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1833 | 2024.11.06 00:20:15.442056 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1834 | 2024.11.06 00:20:15.442249 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002009 sec., 13937.282229965158 rows/sec., 1.09 MiB/sec. | ||
| 1835 | 2024.11.06 00:20:15.442800 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Debug> DynamicQueryHandler: Done processing query | ||
| 1836 | 2024.11.06 00:20:15.442827 [ 287 ] {7d08aae6-b9d0-4eb6-9834-2c0e593a6949} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1837 | 2024.11.06 00:20:15.442843 [ 287 ] {} <Debug> HTTP-Session: 0f5c29ee-5aae-4d3a-b107-4306b1b27ec7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1838 | 2024.11.06 00:20:15.443051 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1839 | 2024.11.06 00:20:15.443154 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48371, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1840 | 2024.11.06 00:20:15.443229 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1841 | 2024.11.06 00:20:15.443253 [ 286 ] {} <Debug> HTTP-Session: 1fc71142-9f80-4793-a6de-557618011753 Authenticating user 'default' from [fd00:1122:3344:101::d]:48371 | ||
| 1842 | 2024.11.06 00:20:15.443276 [ 286 ] {} <Debug> HTTP-Session: 1fc71142-9f80-4793-a6de-557618011753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1843 | 2024.11.06 00:20:15.443294 [ 286 ] {} <Debug> HTTP-Session: 1fc71142-9f80-4793-a6de-557618011753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1844 | 2024.11.06 00:20:15.443341 [ 286 ] {} <Trace> HTTP-Session: 1fc71142-9f80-4793-a6de-557618011753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1845 | 2024.11.06 00:20:15.443544 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48371) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1846 | 2024.11.06 00:20:15.443608 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1847 | 2024.11.06 00:20:15.443816 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1848 | 2024.11.06 00:20:15.444175 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1849 | 2024.11.06 00:20:15.444210 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1850 | 2024.11.06 00:20:15.444612 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1851 | 2024.11.06 00:20:15.444960 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1852 | 2024.11.06 00:20:15.445098 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001635 sec., 61162.07951070336 rows/sec., 4.24 MiB/sec. | ||
| 1853 | 2024.11.06 00:20:15.445418 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Debug> DynamicQueryHandler: Done processing query | ||
| 1854 | 2024.11.06 00:20:15.445444 [ 286 ] {a93a31d8-4356-4505-86f2-ff5283cf7a85} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1855 | 2024.11.06 00:20:15.445460 [ 286 ] {} <Debug> HTTP-Session: 1fc71142-9f80-4793-a6de-557618011753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1856 | 2024.11.06 00:20:15.445660 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36792, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1857 | 2024.11.06 00:20:15.445692 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48371, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1858 | 2024.11.06 00:20:15.445793 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1859 | 2024.11.06 00:20:15.445858 [ 287 ] {} <Debug> HTTP-Session: f4ba2668-0391-44a7-b9db-276c68e6a1ec Authenticating user 'default' from [fd00:1122:3344:101::d]:36792 | ||
| 1860 | 2024.11.06 00:20:15.445898 [ 287 ] {} <Debug> HTTP-Session: f4ba2668-0391-44a7-b9db-276c68e6a1ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1861 | 2024.11.06 00:20:15.445926 [ 287 ] {} <Debug> HTTP-Session: f4ba2668-0391-44a7-b9db-276c68e6a1ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1862 | 2024.11.06 00:20:15.445996 [ 287 ] {} <Trace> HTTP-Session: f4ba2668-0391-44a7-b9db-276c68e6a1ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1863 | 2024.11.06 00:20:15.446155 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36792) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1864 | 2024.11.06 00:20:15.446210 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1865 | 2024.11.06 00:20:15.446381 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1866 | 2024.11.06 00:20:15.446708 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1867 | 2024.11.06 00:20:15.446746 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1868 | 2024.11.06 00:20:15.447139 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1869 | 2024.11.06 00:20:15.447486 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1870 | 2024.11.06 00:20:15.447651 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001536 sec., 19531.25 rows/sec., 1.34 MiB/sec. | ||
| 1871 | 2024.11.06 00:20:15.447965 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1872 | 2024.11.06 00:20:15.447991 [ 287 ] {a0baef4c-e4af-40e4-b46d-37604c83c6b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1873 | 2024.11.06 00:20:15.448008 [ 287 ] {} <Debug> HTTP-Session: f4ba2668-0391-44a7-b9db-276c68e6a1ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1874 | 2024.11.06 00:20:15.448242 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1875 | 2024.11.06 00:20:19.624598 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1876 | 2024.11.06 00:20:19.892343 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1877 | 2024.11.06 00:20:19.974170 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1878 | 2024.11.06 00:20:20.215188 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44640, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1879 | 2024.11.06 00:20:20.220733 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1880 | 2024.11.06 00:20:20.237214 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53107, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1881 | 2024.11.06 00:20:20.282713 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1882 | 2024.11.06 00:20:20.298292 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46262, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1883 | 2024.11.06 00:20:20.424344 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1884 | 2024.11.06 00:20:20.438518 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Length: 11410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1885 | 2024.11.06 00:20:20.438685 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1886 | 2024.11.06 00:20:20.438732 [ 288 ] {} <Debug> HTTP-Session: 4d3c42e5-88b7-4002-adda-b8da1dc1036e Authenticating user 'default' from [fd00:1122:3344:101::d]:59023 | ||
| 1887 | 2024.11.06 00:20:20.438772 [ 288 ] {} <Debug> HTTP-Session: 4d3c42e5-88b7-4002-adda-b8da1dc1036e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1888 | 2024.11.06 00:20:20.438801 [ 288 ] {} <Debug> HTTP-Session: 4d3c42e5-88b7-4002-adda-b8da1dc1036e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1889 | 2024.11.06 00:20:20.438882 [ 288 ] {} <Trace> HTTP-Session: 4d3c42e5-88b7-4002-adda-b8da1dc1036e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1890 | 2024.11.06 00:20:20.439218 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59023) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1891 | 2024.11.06 00:20:20.439291 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1892 | 2024.11.06 00:20:20.439628 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1893 | 2024.11.06 00:20:20.440100 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1894 | 2024.11.06 00:20:20.440140 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1895 | 2024.11.06 00:20:20.440549 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1896 | 2024.11.06 00:20:20.440931 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1897 | 2024.11.06 00:20:20.441114 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.002019 sec., 37642.397226349676 rows/sec., 3.27 MiB/sec. | ||
| 1898 | 2024.11.06 00:20:20.441470 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1899 | 2024.11.06 00:20:20.441496 [ 288 ] {e9e513cb-13c7-4f66-b3c5-f943708b9ab9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1900 | 2024.11.06 00:20:20.441512 [ 288 ] {} <Debug> HTTP-Session: 4d3c42e5-88b7-4002-adda-b8da1dc1036e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1901 | 2024.11.06 00:20:20.441677 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1902 | 2024.11.06 00:20:20.441896 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49642, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1903 | 2024.11.06 00:20:20.441998 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1904 | 2024.11.06 00:20:20.442028 [ 290 ] {} <Debug> HTTP-Session: c9d0976f-a35a-4c64-a4d9-1ea52f19bb01 Authenticating user 'default' from [fd00:1122:3344:101::d]:49642 | ||
| 1905 | 2024.11.06 00:20:20.442059 [ 290 ] {} <Debug> HTTP-Session: c9d0976f-a35a-4c64-a4d9-1ea52f19bb01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1906 | 2024.11.06 00:20:20.442077 [ 290 ] {} <Debug> HTTP-Session: c9d0976f-a35a-4c64-a4d9-1ea52f19bb01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1907 | 2024.11.06 00:20:20.442135 [ 290 ] {} <Trace> HTTP-Session: c9d0976f-a35a-4c64-a4d9-1ea52f19bb01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1908 | 2024.11.06 00:20:20.442308 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49642) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1909 | 2024.11.06 00:20:20.442374 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1910 | 2024.11.06 00:20:20.442702 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1911 | 2024.11.06 00:20:20.443098 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1912 | 2024.11.06 00:20:20.443139 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1913 | 2024.11.06 00:20:20.443550 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1914 | 2024.11.06 00:20:20.443953 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1915 | 2024.11.06 00:20:20.444107 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001853 sec., 13491.635186184565 rows/sec., 1014.51 KiB/sec. | ||
| 1916 | 2024.11.06 00:20:20.444432 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Debug> DynamicQueryHandler: Done processing query | ||
| 1917 | 2024.11.06 00:20:20.444458 [ 290 ] {c3a8cb89-6f70-4225-a194-b371b31b7378} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1918 | 2024.11.06 00:20:20.444474 [ 290 ] {} <Debug> HTTP-Session: c9d0976f-a35a-4c64-a4d9-1ea52f19bb01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1919 | 2024.11.06 00:20:20.444677 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Length: 9030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1920 | 2024.11.06 00:20:20.444689 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49642, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1921 | 2024.11.06 00:20:20.444772 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1922 | 2024.11.06 00:20:20.444806 [ 288 ] {} <Debug> HTTP-Session: 955f50c0-1814-4535-ac92-b8ec05f710a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:59023 | ||
| 1923 | 2024.11.06 00:20:20.444829 [ 288 ] {} <Debug> HTTP-Session: 955f50c0-1814-4535-ac92-b8ec05f710a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1924 | 2024.11.06 00:20:20.444857 [ 288 ] {} <Debug> HTTP-Session: 955f50c0-1814-4535-ac92-b8ec05f710a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1925 | 2024.11.06 00:20:20.444908 [ 288 ] {} <Trace> HTTP-Session: 955f50c0-1814-4535-ac92-b8ec05f710a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1926 | 2024.11.06 00:20:20.445056 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59023) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1927 | 2024.11.06 00:20:20.445112 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1928 | 2024.11.06 00:20:20.445376 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1929 | 2024.11.06 00:20:20.445723 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1930 | 2024.11.06 00:20:20.445760 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1931 | 2024.11.06 00:20:20.446115 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1932 | 2024.11.06 00:20:20.446478 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1933 | 2024.11.06 00:20:20.446641 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001629 sec., 32535.297728667894 rows/sec., 2.54 MiB/sec. | ||
| 1934 | 2024.11.06 00:20:20.446966 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Debug> DynamicQueryHandler: Done processing query | ||
| 1935 | 2024.11.06 00:20:20.446990 [ 288 ] {b524614f-da26-4d10-ab50-ab0ce2614865} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1936 | 2024.11.06 00:20:20.447005 [ 288 ] {} <Debug> HTTP-Session: 955f50c0-1814-4535-ac92-b8ec05f710a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1937 | 2024.11.06 00:20:20.447172 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1938 | 2024.11.06 00:20:20.447349 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52814, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1939 | 2024.11.06 00:20:20.447432 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1940 | 2024.11.06 00:20:20.447459 [ 290 ] {} <Debug> HTTP-Session: c58fda0b-479c-49af-b054-a43ad2dcc454 Authenticating user 'default' from [fd00:1122:3344:101::d]:52814 | ||
| 1941 | 2024.11.06 00:20:20.447482 [ 290 ] {} <Debug> HTTP-Session: c58fda0b-479c-49af-b054-a43ad2dcc454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1942 | 2024.11.06 00:20:20.447500 [ 290 ] {} <Debug> HTTP-Session: c58fda0b-479c-49af-b054-a43ad2dcc454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1943 | 2024.11.06 00:20:20.447549 [ 290 ] {} <Trace> HTTP-Session: c58fda0b-479c-49af-b054-a43ad2dcc454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1944 | 2024.11.06 00:20:20.447756 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52814) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1945 | 2024.11.06 00:20:20.447820 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1946 | 2024.11.06 00:20:20.448025 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1947 | 2024.11.06 00:20:20.448421 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1948 | 2024.11.06 00:20:20.448458 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1949 | 2024.11.06 00:20:20.448868 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1950 | 2024.11.06 00:20:20.449222 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1951 | 2024.11.06 00:20:20.449355 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001687 sec., 59276.82276229994 rows/sec., 4.11 MiB/sec. | ||
| 1952 | 2024.11.06 00:20:20.449533 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1953 | 2024.11.06 00:20:20.449559 [ 290 ] {f50fc8ea-90d4-4e0a-bbfa-2aa07152900e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1954 | 2024.11.06 00:20:20.449576 [ 290 ] {} <Debug> HTTP-Session: c58fda0b-479c-49af-b054-a43ad2dcc454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1955 | 2024.11.06 00:20:20.449823 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52814, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1956 | 2024.11.06 00:20:20.449883 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Length: 41696, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1957 | 2024.11.06 00:20:20.449960 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1958 | 2024.11.06 00:20:20.449984 [ 288 ] {} <Debug> HTTP-Session: 178c7ac3-a434-4f23-84b0-6ed4624bfcc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59023 | ||
| 1959 | 2024.11.06 00:20:20.450013 [ 288 ] {} <Debug> HTTP-Session: 178c7ac3-a434-4f23-84b0-6ed4624bfcc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1960 | 2024.11.06 00:20:20.450033 [ 288 ] {} <Debug> HTTP-Session: 178c7ac3-a434-4f23-84b0-6ed4624bfcc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1961 | 2024.11.06 00:20:20.450078 [ 288 ] {} <Trace> HTTP-Session: 178c7ac3-a434-4f23-84b0-6ed4624bfcc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1962 | 2024.11.06 00:20:20.450383 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59023) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1963 | 2024.11.06 00:20:20.450460 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <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 | ||
| 1964 | 2024.11.06 00:20:20.450977 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1965 | 2024.11.06 00:20:20.451568 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1966 | 2024.11.06 00:20:20.451605 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1967 | 2024.11.06 00:20:20.452249 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1968 | 2024.11.06 00:20:20.452674 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1969 | 2024.11.06 00:20:20.452862 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002684 sec., 9314.456035767511 rows/sec., 16.69 MiB/sec. | ||
| 1970 | 2024.11.06 00:20:20.453068 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 1971 | 2024.11.06 00:20:20.453092 [ 288 ] {776461ee-9481-4542-b12d-041c3f6663c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 1972 | 2024.11.06 00:20:20.453108 [ 288 ] {} <Debug> HTTP-Session: 178c7ac3-a434-4f23-84b0-6ed4624bfcc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1973 | 2024.11.06 00:20:20.453270 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1974 | 2024.11.06 00:20:20.453365 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34479, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1975 | 2024.11.06 00:20:20.453435 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1976 | 2024.11.06 00:20:20.453460 [ 290 ] {} <Debug> HTTP-Session: 39425df6-7247-4e9e-a284-214d1dfd5632 Authenticating user 'default' from [fd00:1122:3344:101::d]:34479 | ||
| 1977 | 2024.11.06 00:20:20.453482 [ 290 ] {} <Debug> HTTP-Session: 39425df6-7247-4e9e-a284-214d1dfd5632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1978 | 2024.11.06 00:20:20.453499 [ 290 ] {} <Debug> HTTP-Session: 39425df6-7247-4e9e-a284-214d1dfd5632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1979 | 2024.11.06 00:20:20.453544 [ 290 ] {} <Trace> HTTP-Session: 39425df6-7247-4e9e-a284-214d1dfd5632 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1980 | 2024.11.06 00:20:20.453697 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34479) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1981 | 2024.11.06 00:20:20.453754 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1982 | 2024.11.06 00:20:20.453943 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1983 | 2024.11.06 00:20:20.454257 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1984 | 2024.11.06 00:20:20.454293 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 1985 | 2024.11.06 00:20:20.454667 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1986 | 2024.11.06 00:20:20.454994 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1987 | 2024.11.06 00:20:20.455122 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001481 sec., 20256.583389601623 rows/sec., 1.39 MiB/sec. | ||
| 1988 | 2024.11.06 00:20:20.455292 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1989 | 2024.11.06 00:20:20.455315 [ 290 ] {c9b2401d-9658-41ce-9d05-d91c193f9b9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1990 | 2024.11.06 00:20:20.455331 [ 290 ] {} <Debug> HTTP-Session: 39425df6-7247-4e9e-a284-214d1dfd5632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1991 | 2024.11.06 00:20:20.455550 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1992 | 2024.11.06 00:20:20.510026 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1993 | 2024.11.06 00:20:20.618776 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1994 | 2024.11.06 00:20:20.694146 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64179, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1995 | 2024.11.06 00:20:20.754954 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1996 | 2024.11.06 00:20:20.791468 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1997 | 2024.11.06 00:20:20.793857 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61232, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1998 | 2024.11.06 00:20:20.796204 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57562, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1999 | 2024.11.06 00:20:20.816950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35650, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2000 | 2024.11.06 00:20:20.998542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2001 | 2024.11.06 00:20:21.046235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2002 | 2024.11.06 00:20:21.053523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33514, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2003 | 2024.11.06 00:20:21.099900 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2004 | 2024.11.06 00:20:21.321749 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2005 | 2024.11.06 00:20:21.343082 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2006 | 2024.11.06 00:20:21.353427 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2007 | 2024.11.06 00:20:21.877218 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 224 | ||
| 2008 | 2024.11.06 00:20:21.879870 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2009 | 2024.11.06 00:20:21.879916 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 2010 | 2024.11.06 00:20:21.881638 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2011 | 2024.11.06 00:20:21.882730 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2012 | 2024.11.06 00:20:21.882928 [ 32 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2013 | 2024.11.06 00:20:21.883059 [ 32 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2024.11.06 00:20:21.883122 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 2015 | 2024.11.06 00:20:21.883654 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 2016 | 2024.11.06 00:20:21.884279 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 224 | ||
| 2017 | 2024.11.06 00:20:21.884825 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2018 | 2024.11.06 00:20:21.884960 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 2019 | 2024.11.06 00:20:21.885551 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 52 rows starting from the beginning of the part | ||
| 2020 | 2024.11.06 00:20:21.886141 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 2021 | 2024.11.06 00:20:21.886653 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 2022 | 2024.11.06 00:20:21.887136 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 2023 | 2024.11.06 00:20:21.887625 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 2024 | 2024.11.06 00:20:21.925038 [ 201 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 72 columns (72 merged, 0 gathered) in 0.04178521 sec., 5360.748456212138 rows/sec., 4.41 MiB/sec. | ||
| 2025 | 2024.11.06 00:20:21.925714 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2026 | 2024.11.06 00:20:21.927144 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2027 | 2024.11.06 00:20:21.927220 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_6_1} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2028 | 2024.11.06 00:20:21.927413 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 2029 | 2024.11.06 00:20:22.001174 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.67 MiB, peak 162.14 MiB, free memory in arenas 0.00 B, will set to 149.95 MiB (RSS), difference: 1.28 MiB | ||
| 2030 | 2024.11.06 00:20:25.436202 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2031 | 2024.11.06 00:20:25.436328 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2032 | 2024.11.06 00:20:25.436353 [ 288 ] {} <Debug> HTTP-Session: e678a831-604d-42d3-8b2e-3ca1111af474 Authenticating user 'default' from [fd00:1122:3344:101::d]:59023 | ||
| 2033 | 2024.11.06 00:20:25.436376 [ 288 ] {} <Debug> HTTP-Session: e678a831-604d-42d3-8b2e-3ca1111af474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2034 | 2024.11.06 00:20:25.436391 [ 288 ] {} <Debug> HTTP-Session: e678a831-604d-42d3-8b2e-3ca1111af474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2035 | 2024.11.06 00:20:25.436442 [ 288 ] {} <Trace> HTTP-Session: e678a831-604d-42d3-8b2e-3ca1111af474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2036 | 2024.11.06 00:20:25.436626 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59023) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2037 | 2024.11.06 00:20:25.436691 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2038 | 2024.11.06 00:20:25.437021 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2039 | 2024.11.06 00:20:25.437451 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2024.11.06 00:20:25.437491 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 2041 | 2024.11.06 00:20:25.437902 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2042 | 2024.11.06 00:20:25.438293 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2024.11.06 00:20:25.438441 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001876 sec., 13859.275053304904 rows/sec., 1.03 MiB/sec. | ||
| 2044 | 2024.11.06 00:20:25.438646 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2045 | 2024.11.06 00:20:25.438673 [ 288 ] {eb80d9c4-b867-4520-a069-0912326ac5c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2046 | 2024.11.06 00:20:25.438690 [ 288 ] {} <Debug> HTTP-Session: e678a831-604d-42d3-8b2e-3ca1111af474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2047 | 2024.11.06 00:20:25.438881 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2048 | 2024.11.06 00:20:25.439061 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64246, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2049 | 2024.11.06 00:20:25.439166 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2050 | 2024.11.06 00:20:25.439190 [ 289 ] {} <Debug> HTTP-Session: d7331d74-4c96-4ebd-937f-c60bde36933c Authenticating user 'default' from [fd00:1122:3344:101::d]:64246 | ||
| 2051 | 2024.11.06 00:20:25.439214 [ 289 ] {} <Debug> HTTP-Session: d7331d74-4c96-4ebd-937f-c60bde36933c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2052 | 2024.11.06 00:20:25.439230 [ 289 ] {} <Debug> HTTP-Session: d7331d74-4c96-4ebd-937f-c60bde36933c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2053 | 2024.11.06 00:20:25.439289 [ 289 ] {} <Trace> HTTP-Session: d7331d74-4c96-4ebd-937f-c60bde36933c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2054 | 2024.11.06 00:20:25.439500 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2055 | 2024.11.06 00:20:25.439576 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2056 | 2024.11.06 00:20:25.439964 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2057 | 2024.11.06 00:20:25.440388 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2024.11.06 00:20:25.440431 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 2059 | 2024.11.06 00:20:25.440857 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2060 | 2024.11.06 00:20:25.441245 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2024.11.06 00:20:25.441435 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001996 sec., 14028.056112224449 rows/sec., 1.09 MiB/sec. | ||
| 2062 | 2024.11.06 00:20:25.441646 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Debug> DynamicQueryHandler: Done processing query | ||
| 2063 | 2024.11.06 00:20:25.441672 [ 289 ] {a5b09a7e-b24d-4b5f-a79e-eaa501f6b802} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2064 | 2024.11.06 00:20:25.441689 [ 289 ] {} <Debug> HTTP-Session: d7331d74-4c96-4ebd-937f-c60bde36933c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2065 | 2024.11.06 00:20:25.441869 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2066 | 2024.11.06 00:20:25.441886 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2067 | 2024.11.06 00:20:25.441974 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2068 | 2024.11.06 00:20:25.442008 [ 288 ] {} <Debug> HTTP-Session: eaeb1fb4-4391-439e-bff7-285a65d9b03e Authenticating user 'default' from [fd00:1122:3344:101::d]:59023 | ||
| 2069 | 2024.11.06 00:20:25.442031 [ 288 ] {} <Debug> HTTP-Session: eaeb1fb4-4391-439e-bff7-285a65d9b03e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2070 | 2024.11.06 00:20:25.442051 [ 288 ] {} <Debug> HTTP-Session: eaeb1fb4-4391-439e-bff7-285a65d9b03e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2071 | 2024.11.06 00:20:25.442092 [ 288 ] {} <Trace> HTTP-Session: eaeb1fb4-4391-439e-bff7-285a65d9b03e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2072 | 2024.11.06 00:20:25.442254 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59023) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2073 | 2024.11.06 00:20:25.442308 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2074 | 2024.11.06 00:20:25.442489 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2075 | 2024.11.06 00:20:25.442845 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2024.11.06 00:20:25.442883 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 2077 | 2024.11.06 00:20:25.443279 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2078 | 2024.11.06 00:20:25.443637 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2024.11.06 00:20:25.443770 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001583 sec., 63171.19393556538 rows/sec., 4.38 MiB/sec. | ||
| 2080 | 2024.11.06 00:20:25.443939 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2081 | 2024.11.06 00:20:25.443964 [ 288 ] {7de550e7-4d40-41ce-b325-146817fb703b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2082 | 2024.11.06 00:20:25.443980 [ 288 ] {} <Debug> HTTP-Session: eaeb1fb4-4391-439e-bff7-285a65d9b03e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2083 | 2024.11.06 00:20:25.444152 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2084 | 2024.11.06 00:20:25.444228 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34698, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2085 | 2024.11.06 00:20:25.444301 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2086 | 2024.11.06 00:20:25.444325 [ 289 ] {} <Debug> HTTP-Session: 06e0d820-6399-4127-a998-ddf136cb755b Authenticating user 'default' from [fd00:1122:3344:101::d]:34698 | ||
| 2087 | 2024.11.06 00:20:25.444347 [ 289 ] {} <Debug> HTTP-Session: 06e0d820-6399-4127-a998-ddf136cb755b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2088 | 2024.11.06 00:20:25.444364 [ 289 ] {} <Debug> HTTP-Session: 06e0d820-6399-4127-a998-ddf136cb755b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2089 | 2024.11.06 00:20:25.444411 [ 289 ] {} <Trace> HTTP-Session: 06e0d820-6399-4127-a998-ddf136cb755b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2090 | 2024.11.06 00:20:25.444555 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34698) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2091 | 2024.11.06 00:20:25.444614 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2092 | 2024.11.06 00:20:25.444803 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2093 | 2024.11.06 00:20:25.445140 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2094 | 2024.11.06 00:20:25.445183 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 2095 | 2024.11.06 00:20:25.445566 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2096 | 2024.11.06 00:20:25.445893 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2097 | 2024.11.06 00:20:25.446055 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001546 sec., 19404.915912031047 rows/sec., 1.33 MiB/sec. | ||
| 2098 | 2024.11.06 00:20:25.446216 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Debug> DynamicQueryHandler: Done processing query | ||
| 2099 | 2024.11.06 00:20:25.446241 [ 289 ] {9fe7503c-790d-4128-b7bf-30ee8009aa39} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2100 | 2024.11.06 00:20:25.446257 [ 289 ] {} <Debug> HTTP-Session: 06e0d820-6399-4127-a998-ddf136cb755b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2101 | 2024.11.06 00:20:25.446425 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2102 | 2024.11.06 00:20:26.735328 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2103 | 2024.11.06 00:20:26.735383 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2104 | 2024.11.06 00:20:30.436549 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49705, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2105 | 2024.11.06 00:20:30.436689 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2106 | 2024.11.06 00:20:30.436718 [ 289 ] {} <Debug> HTTP-Session: 4765000f-4bcd-44d5-a092-f5acc27082a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49705 | ||
| 2107 | 2024.11.06 00:20:30.436748 [ 289 ] {} <Debug> HTTP-Session: 4765000f-4bcd-44d5-a092-f5acc27082a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2108 | 2024.11.06 00:20:30.436765 [ 289 ] {} <Debug> HTTP-Session: 4765000f-4bcd-44d5-a092-f5acc27082a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2109 | 2024.11.06 00:20:30.436824 [ 289 ] {} <Trace> HTTP-Session: 4765000f-4bcd-44d5-a092-f5acc27082a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2110 | 2024.11.06 00:20:30.437029 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49705) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2111 | 2024.11.06 00:20:30.437132 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2112 | 2024.11.06 00:20:30.437506 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2113 | 2024.11.06 00:20:30.437948 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2024.11.06 00:20:30.437991 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2115 | 2024.11.06 00:20:30.438400 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2116 | 2024.11.06 00:20:30.438800 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2117 | 2024.11.06 00:20:30.438979 [ 35 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2118 | 2024.11.06 00:20:30.438987 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002015 sec., 12903.225806451614 rows/sec., 982.38 KiB/sec. | ||
| 2119 | 2024.11.06 00:20:30.439061 [ 35 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2120 | 2024.11.06 00:20:30.439130 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2121 | 2024.11.06 00:20:30.439357 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 2122 | 2024.11.06 00:20:30.439413 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Debug> DynamicQueryHandler: Done processing query | ||
| 2123 | 2024.11.06 00:20:30.439455 [ 289 ] {fd98bab2-685e-4694-88a0-c02f0427e850} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2124 | 2024.11.06 00:20:30.439481 [ 289 ] {} <Debug> HTTP-Session: 4765000f-4bcd-44d5-a092-f5acc27082a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2125 | 2024.11.06 00:20:30.439543 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2126 | 2024.11.06 00:20:30.439576 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 76 rows starting from the beginning of the part | ||
| 2127 | 2024.11.06 00:20:30.439651 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
| 2128 | 2024.11.06 00:20:30.439837 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2129 | 2024.11.06 00:20:30.440040 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36525, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2130 | 2024.11.06 00:20:30.440155 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
| 2131 | 2024.11.06 00:20:30.440380 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2132 | 2024.11.06 00:20:30.440552 [ 286 ] {} <Debug> HTTP-Session: b5b30087-b40c-4388-9211-8db0ff43b14b Authenticating user 'default' from [fd00:1122:3344:101::d]:36525 | ||
| 2133 | 2024.11.06 00:20:30.440647 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part | ||
| 2134 | 2024.11.06 00:20:30.440664 [ 286 ] {} <Debug> HTTP-Session: b5b30087-b40c-4388-9211-8db0ff43b14b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2135 | 2024.11.06 00:20:30.440721 [ 286 ] {} <Debug> HTTP-Session: b5b30087-b40c-4388-9211-8db0ff43b14b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2136 | 2024.11.06 00:20:30.440849 [ 286 ] {} <Trace> HTTP-Session: b5b30087-b40c-4388-9211-8db0ff43b14b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2137 | 2024.11.06 00:20:30.440882 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
| 2138 | 2024.11.06 00:20:30.441206 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
| 2139 | 2024.11.06 00:20:30.441231 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36525) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2140 | 2024.11.06 00:20:30.441401 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2141 | 2024.11.06 00:20:30.442139 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2142 | 2024.11.06 00:20:30.442719 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2143 | 2024.11.06 00:20:30.442767 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2144 | 2024.11.06 00:20:30.443228 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 256 rows, containing 5 columns (5 merged, 0 gathered) in 0.003980328 sec., 64316.30760078064 rows/sec., 5.50 MiB/sec. | ||
| 2145 | 2024.11.06 00:20:30.443410 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2146 | 2024.11.06 00:20:30.443500 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2147 | 2024.11.06 00:20:30.444283 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2148 | 2024.11.06 00:20:30.444614 [ 35 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2149 | 2024.11.06 00:20:30.444641 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003534 sec., 7923.03338992643 rows/sec., 632.80 KiB/sec. | ||
| 2150 | 2024.11.06 00:20:30.444689 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2151 | 2024.11.06 00:20:30.444731 [ 35 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2152 | 2024.11.06 00:20:30.444931 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2153 | 2024.11.06 00:20:30.445016 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_11_2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2154 | 2024.11.06 00:20:30.445399 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Debug> DynamicQueryHandler: Done processing query | ||
| 2155 | 2024.11.06 00:20:30.445493 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2156 | 2024.11.06 00:20:30.445495 [ 286 ] {47415312-188f-483b-8b5d-2b0bc134df09} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2157 | 2024.11.06 00:20:30.445600 [ 286 ] {} <Debug> HTTP-Session: b5b30087-b40c-4388-9211-8db0ff43b14b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2158 | 2024.11.06 00:20:30.445623 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 2159 | 2024.11.06 00:20:30.445825 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2160 | 2024.11.06 00:20:30.445862 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 2161 | 2024.11.06 00:20:30.445929 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2162 | 2024.11.06 00:20:30.446129 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39715, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2163 | 2024.11.06 00:20:30.446155 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 2164 | 2024.11.06 00:20:30.446267 [ 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): | ||
| 2165 | |||
| 2166 | (version 23.8.7.1) | ||
| 2167 | 2024.11.06 00:20:30.446395 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2168 | 2024.11.06 00:20:30.446512 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
| 2169 | 2024.11.06 00:20:30.446534 [ 289 ] {} <Debug> HTTP-Session: 6ad2e15d-692c-4711-9673-ecce2d181290 Authenticating user 'default' from [fd00:1122:3344:101::d]:39715 | ||
| 2170 | 2024.11.06 00:20:30.446665 [ 289 ] {} <Debug> HTTP-Session: 6ad2e15d-692c-4711-9673-ecce2d181290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2171 | 2024.11.06 00:20:30.446754 [ 289 ] {} <Debug> HTTP-Session: 6ad2e15d-692c-4711-9673-ecce2d181290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2172 | 2024.11.06 00:20:30.446793 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 53 rows starting from the beginning of the part | ||
| 2173 | 2024.11.06 00:20:30.446953 [ 289 ] {} <Trace> HTTP-Session: 6ad2e15d-692c-4711-9673-ecce2d181290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2174 | 2024.11.06 00:20:30.447093 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part | ||
| 2175 | 2024.11.06 00:20:30.447343 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part | ||
| 2176 | 2024.11.06 00:20:30.447487 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39715) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2177 | 2024.11.06 00:20:30.447714 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2178 | 2024.11.06 00:20:30.448260 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2179 | 2024.11.06 00:20:30.449220 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2180 | 2024.11.06 00:20:30.449285 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2181 | 2024.11.06 00:20:30.450302 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 230 rows, containing 5 columns (5 merged, 0 gathered) in 0.005179094 sec., 44409.31174448658 rows/sec., 3.64 MiB/sec. | ||
| 2182 | 2024.11.06 00:20:30.450372 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2183 | 2024.11.06 00:20:30.450514 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2184 | 2024.11.06 00:20:30.451334 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2185 | 2024.11.06 00:20:30.451680 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2186 | 2024.11.06 00:20:30.451741 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004484 sec., 22301.516503122213 rows/sec., 1.55 MiB/sec. | ||
| 2187 | 2024.11.06 00:20:30.451825 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2024.11.06 00:20:30.451908 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_11_2} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2189 | 2024.11.06 00:20:30.451980 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2190 | 2024.11.06 00:20:30.452219 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_11_2} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2191 | 2024.11.06 00:20:30.452330 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Debug> DynamicQueryHandler: Done processing query | ||
| 2192 | 2024.11.06 00:20:30.452457 [ 289 ] {5c1aa3b8-48b7-4ba1-8ed6-aa3f85a729da} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2193 | 2024.11.06 00:20:30.452598 [ 289 ] {} <Debug> HTTP-Session: 6ad2e15d-692c-4711-9673-ecce2d181290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2194 | 2024.11.06 00:20:30.452708 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 2195 | 2024.11.06 00:20:30.452796 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 2196 | 2024.11.06 00:20:30.452884 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2197 | 2024.11.06 00:20:30.453000 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63943, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2198 | 2024.11.06 00:20:30.453172 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2199 | 2024.11.06 00:20:30.453202 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2200 | 2024.11.06 00:20:30.453216 [ 286 ] {} <Debug> HTTP-Session: 924c0053-5151-4747-9aa4-a184845be7d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:63943 | ||
| 2201 | 2024.11.06 00:20:30.453261 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 560 rows starting from the beginning of the part | ||
| 2202 | 2024.11.06 00:20:30.453271 [ 286 ] {} <Debug> HTTP-Session: 924c0053-5151-4747-9aa4-a184845be7d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2203 | 2024.11.06 00:20:30.453305 [ 286 ] {} <Debug> HTTP-Session: 924c0053-5151-4747-9aa4-a184845be7d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2204 | 2024.11.06 00:20:30.453442 [ 286 ] {} <Trace> HTTP-Session: 924c0053-5151-4747-9aa4-a184845be7d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2205 | 2024.11.06 00:20:30.453543 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 80 rows starting from the beginning of the part | ||
| 2206 | 2024.11.06 00:20:30.453880 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
| 2207 | 2024.11.06 00:20:30.453921 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63943) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2208 | 2024.11.06 00:20:30.454122 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2209 | 2024.11.06 00:20:30.454157 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
| 2210 | 2024.11.06 00:20:30.454581 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part | ||
| 2211 | 2024.11.06 00:20:30.454992 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 100 rows starting from the beginning of the part | ||
| 2212 | 2024.11.06 00:20:30.455325 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2213 | 2024.11.06 00:20:30.456194 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2214 | 2024.11.06 00:20:30.456239 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2215 | 2024.11.06 00:20:30.456817 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2216 | 2024.11.06 00:20:30.457395 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2217 | 2024.11.06 00:20:30.457570 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1040 rows, containing 5 columns (5 merged, 0 gathered) in 0.005383169 sec., 193194.7520131729 rows/sec., 13.39 MiB/sec. | ||
| 2218 | 2024.11.06 00:20:30.457637 [ 30 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2219 | 2024.11.06 00:20:30.457704 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003995 sec., 7509.386733416771 rows/sec., 526.78 KiB/sec. | ||
| 2220 | 2024.11.06 00:20:30.457711 [ 30 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2221 | 2024.11.06 00:20:30.457763 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2222 | 2024.11.06 00:20:30.458051 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2223 | 2024.11.06 00:20:30.458164 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 2224 | 2024.11.06 00:20:30.458235 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 2225 | 2024.11.06 00:20:30.458310 [ 286 ] {5c767445-9d4b-4450-8d68-293d9eec08ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2226 | 2024.11.06 00:20:30.458358 [ 286 ] {} <Debug> HTTP-Session: 924c0053-5151-4747-9aa4-a184845be7d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2227 | 2024.11.06 00:20:30.458536 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2228 | 2024.11.06 00:20:30.458647 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 168 rows starting from the beginning of the part | ||
| 2229 | 2024.11.06 00:20:30.458713 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2230 | 2024.11.06 00:20:30.459092 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
| 2231 | 2024.11.06 00:20:30.459392 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
| 2232 | 2024.11.06 00:20:30.459668 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
| 2233 | 2024.11.06 00:20:30.459975 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2234 | 2024.11.06 00:20:30.460123 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
| 2235 | 2024.11.06 00:20:30.460283 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2236 | 2024.11.06 00:20:30.460484 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
| 2237 | 2024.11.06 00:20:30.460557 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 2238 | 2024.11.06 00:20:30.461626 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 312 rows, containing 4 columns (4 merged, 0 gathered) in 0.00369253 sec., 84494.91270213106 rows/sec., 5.79 MiB/sec. | ||
| 2239 | 2024.11.06 00:20:30.461779 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2240 | 2024.11.06 00:20:30.462187 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2241 | 2024.11.06 00:20:30.462268 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_11_2} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2242 | 2024.11.06 00:20:30.462351 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2243 | 2024.11.06 00:20:31.885268 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 240 | ||
| 2244 | 2024.11.06 00:20:31.887873 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2245 | 2024.11.06 00:20:31.887922 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2246 | 2024.11.06 00:20:31.889437 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2247 | 2024.11.06 00:20:31.890437 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2248 | 2024.11.06 00:20:31.890959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 240 | ||
| 2249 | 2024.11.06 00:20:32.377544 [ 38 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2250 | 2024.11.06 00:20:32.377591 [ 38 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2251 | 2024.11.06 00:20:32.377611 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2252 | 2024.11.06 00:20:32.377776 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::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 | ||
| 2253 | 2024.11.06 00:20:32.378180 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2254 | 2024.11.06 00:20:32.378263 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 2255 | 2024.11.06 00:20:32.378617 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part | ||
| 2256 | 2024.11.06 00:20:32.378956 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2257 | 2024.11.06 00:20:32.379233 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part | ||
| 2258 | 2024.11.06 00:20:32.379497 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part | ||
| 2259 | 2024.11.06 00:20:32.381672 [ 195 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 77 rows, containing 19 columns (19 merged, 0 gathered) in 0.003979458 sec., 19349.368682870885 rows/sec., 34.65 MiB/sec. | ||
| 2260 | 2024.11.06 00:20:32.382103 [ 200 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2261 | 2024.11.06 00:20:32.382828 [ 200 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2024.11.06 00:20:32.382924 [ 200 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_5_1} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2263 | 2024.11.06 00:20:32.383081 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 2264 | 2024.11.06 00:20:33.711709 [ 42 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2265 | 2024.11.06 00:20:33.711804 [ 42 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2266 | 2024.11.06 00:20:33.711832 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2267 | 2024.11.06 00:20:33.712198 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::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 | ||
| 2268 | 2024.11.06 00:20:33.712481 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2269 | 2024.11.06 00:20:33.712537 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 2270 | 2024.11.06 00:20:33.712622 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 17 rows starting from the beginning of the part | ||
| 2271 | 2024.11.06 00:20:33.712844 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2272 | 2024.11.06 00:20:33.713097 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part | ||
| 2273 | 2024.11.06 00:20:33.713239 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part | ||
| 2274 | 2024.11.06 00:20:33.714411 [ 195 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 77 rows, containing 5 columns (5 merged, 0 gathered) in 0.002471893 sec., 31150.21564444739 rows/sec., 2.41 MiB/sec. | ||
| 2275 | 2024.11.06 00:20:33.714640 [ 199 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2276 | 2024.11.06 00:20:33.715185 [ 199 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2024.11.06 00:20:33.715283 [ 199 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_5_1} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2278 | 2024.11.06 00:20:33.715392 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2279 | 2024.11.06 00:20:35.437700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64144, User-Agent: (none), Length: 11410, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2280 | 2024.11.06 00:20:35.437820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2281 | 2024.11.06 00:20:35.437848 [ 3 ] {} <Debug> HTTP-Session: b2e8bb39-c5fd-4ff2-9cf7-0b6770082101 Authenticating user 'default' from [fd00:1122:3344:101::d]:64144 | ||
| 2282 | 2024.11.06 00:20:35.437875 [ 3 ] {} <Debug> HTTP-Session: b2e8bb39-c5fd-4ff2-9cf7-0b6770082101 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2283 | 2024.11.06 00:20:35.437894 [ 3 ] {} <Debug> HTTP-Session: b2e8bb39-c5fd-4ff2-9cf7-0b6770082101 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2284 | 2024.11.06 00:20:35.437953 [ 3 ] {} <Trace> HTTP-Session: b2e8bb39-c5fd-4ff2-9cf7-0b6770082101 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2285 | 2024.11.06 00:20:35.438175 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64144) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2286 | 2024.11.06 00:20:35.438251 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2287 | 2024.11.06 00:20:35.438618 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2288 | 2024.11.06 00:20:35.439108 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2289 | 2024.11.06 00:20:35.439149 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2290 | 2024.11.06 00:20:35.439565 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2291 | 2024.11.06 00:20:35.439970 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2292 | 2024.11.06 00:20:35.440147 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Debug> executeQuery: Read 76 rows, 6.75 KiB in 0.002046 sec., 37145.650048875854 rows/sec., 3.22 MiB/sec. | ||
| 2293 | 2024.11.06 00:20:35.440354 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2294 | 2024.11.06 00:20:35.440388 [ 3 ] {76b1407c-3047-4327-99e6-8c68681f29e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2295 | 2024.11.06 00:20:35.440405 [ 3 ] {} <Debug> HTTP-Session: b2e8bb39-c5fd-4ff2-9cf7-0b6770082101 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2296 | 2024.11.06 00:20:35.440597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64144, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2297 | 2024.11.06 00:20:35.440747 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55054, User-Agent: (none), Length: 3635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2298 | 2024.11.06 00:20:35.440812 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2299 | 2024.11.06 00:20:35.440834 [ 289 ] {} <Debug> HTTP-Session: a0ef9e6e-ef3e-4b63-9574-636057aea423 Authenticating user 'default' from [fd00:1122:3344:101::d]:55054 | ||
| 2300 | 2024.11.06 00:20:35.440851 [ 289 ] {} <Debug> HTTP-Session: a0ef9e6e-ef3e-4b63-9574-636057aea423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2301 | 2024.11.06 00:20:35.440866 [ 289 ] {} <Debug> HTTP-Session: a0ef9e6e-ef3e-4b63-9574-636057aea423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2302 | 2024.11.06 00:20:35.440899 [ 289 ] {} <Trace> HTTP-Session: a0ef9e6e-ef3e-4b63-9574-636057aea423 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2303 | 2024.11.06 00:20:35.441012 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55054) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2304 | 2024.11.06 00:20:35.441058 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2305 | 2024.11.06 00:20:35.441298 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2306 | 2024.11.06 00:20:35.441652 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2307 | 2024.11.06 00:20:35.441691 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2308 | 2024.11.06 00:20:35.442046 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2309 | 2024.11.06 00:20:35.442423 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2310 | 2024.11.06 00:20:35.442588 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001606 sec., 15566.625155666252 rows/sec., 1.14 MiB/sec. | ||
| 2311 | 2024.11.06 00:20:35.442769 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Debug> DynamicQueryHandler: Done processing query | ||
| 2312 | 2024.11.06 00:20:35.442794 [ 289 ] {9a3862a3-85a9-45fc-a57e-e96e03073474} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2313 | 2024.11.06 00:20:35.442811 [ 289 ] {} <Debug> HTTP-Session: a0ef9e6e-ef3e-4b63-9574-636057aea423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2314 | 2024.11.06 00:20:35.442970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64144, User-Agent: (none), Length: 9030, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2315 | 2024.11.06 00:20:35.442986 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55054, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2316 | 2024.11.06 00:20:35.443030 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2317 | 2024.11.06 00:20:35.443052 [ 3 ] {} <Debug> HTTP-Session: 039201c4-5ef2-4f02-a4ba-46c6e507a1cb Authenticating user 'default' from [fd00:1122:3344:101::d]:64144 | ||
| 2318 | 2024.11.06 00:20:35.443071 [ 3 ] {} <Debug> HTTP-Session: 039201c4-5ef2-4f02-a4ba-46c6e507a1cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2319 | 2024.11.06 00:20:35.443085 [ 3 ] {} <Debug> HTTP-Session: 039201c4-5ef2-4f02-a4ba-46c6e507a1cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2320 | 2024.11.06 00:20:35.443119 [ 3 ] {} <Trace> HTTP-Session: 039201c4-5ef2-4f02-a4ba-46c6e507a1cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2321 | 2024.11.06 00:20:35.443236 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64144) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2322 | 2024.11.06 00:20:35.443281 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2323 | 2024.11.06 00:20:35.443510 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2324 | 2024.11.06 00:20:35.443836 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2325 | 2024.11.06 00:20:35.443873 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2326 | 2024.11.06 00:20:35.444220 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2327 | 2024.11.06 00:20:35.444587 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2328 | 2024.11.06 00:20:35.444752 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Debug> executeQuery: Read 53 rows, 4.24 KiB in 0.001553 sec., 34127.49517063748 rows/sec., 2.67 MiB/sec. | ||
| 2329 | 2024.11.06 00:20:35.444914 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Debug> DynamicQueryHandler: Done processing query | ||
| 2330 | 2024.11.06 00:20:35.444939 [ 3 ] {42b37580-80f9-460d-a429-138261b13c45} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2331 | 2024.11.06 00:20:35.444955 [ 3 ] {} <Debug> HTTP-Session: 039201c4-5ef2-4f02-a4ba-46c6e507a1cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2332 | 2024.11.06 00:20:35.445198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64144, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2333 | 2024.11.06 00:20:35.445355 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54218, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2334 | 2024.11.06 00:20:35.445420 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2335 | 2024.11.06 00:20:35.445445 [ 289 ] {} <Debug> HTTP-Session: e94f7998-ecf0-459d-aaa2-d9e0674f27bc Authenticating user 'default' from [fd00:1122:3344:101::d]:54218 | ||
| 2336 | 2024.11.06 00:20:35.445465 [ 289 ] {} <Debug> HTTP-Session: e94f7998-ecf0-459d-aaa2-d9e0674f27bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2337 | 2024.11.06 00:20:35.445482 [ 289 ] {} <Debug> HTTP-Session: e94f7998-ecf0-459d-aaa2-d9e0674f27bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2338 | 2024.11.06 00:20:35.445520 [ 289 ] {} <Trace> HTTP-Session: e94f7998-ecf0-459d-aaa2-d9e0674f27bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2339 | 2024.11.06 00:20:35.445657 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54218) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2340 | 2024.11.06 00:20:35.445705 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2341 | 2024.11.06 00:20:35.445856 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2342 | 2024.11.06 00:20:35.446207 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2343 | 2024.11.06 00:20:35.446244 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2344 | 2024.11.06 00:20:35.446638 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2345 | 2024.11.06 00:20:35.446981 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2346 | 2024.11.06 00:20:35.447144 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001539 sec., 64977.2579597141 rows/sec., 4.51 MiB/sec. | ||
| 2347 | 2024.11.06 00:20:35.447319 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Debug> DynamicQueryHandler: Done processing query | ||
| 2348 | 2024.11.06 00:20:35.447345 [ 289 ] {501783d3-b75a-4f3e-af37-49cbbeb34e28} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2349 | 2024.11.06 00:20:35.447361 [ 289 ] {} <Debug> HTTP-Session: e94f7998-ecf0-459d-aaa2-d9e0674f27bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2350 | 2024.11.06 00:20:35.447666 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2351 | 2024.11.06 00:20:35.447791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60051, User-Agent: (none), Length: 41736, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2352 | 2024.11.06 00:20:35.447844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2353 | 2024.11.06 00:20:35.447863 [ 3 ] {} <Debug> HTTP-Session: 6d8c9fb4-ee19-4eb3-8f00-8915d26d3ec4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60051 | ||
| 2354 | 2024.11.06 00:20:35.447879 [ 3 ] {} <Debug> HTTP-Session: 6d8c9fb4-ee19-4eb3-8f00-8915d26d3ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2355 | 2024.11.06 00:20:35.447893 [ 3 ] {} <Debug> HTTP-Session: 6d8c9fb4-ee19-4eb3-8f00-8915d26d3ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2356 | 2024.11.06 00:20:35.447924 [ 3 ] {} <Trace> HTTP-Session: 6d8c9fb4-ee19-4eb3-8f00-8915d26d3ec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2357 | 2024.11.06 00:20:35.448211 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60051) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2358 | 2024.11.06 00:20:35.448276 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <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 | ||
| 2359 | 2024.11.06 00:20:35.448704 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2360 | 2024.11.06 00:20:35.449338 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2361 | 2024.11.06 00:20:35.449375 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2362 | 2024.11.06 00:20:35.449994 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2363 | 2024.11.06 00:20:35.450415 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2364 | 2024.11.06 00:20:35.450633 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002611 sec., 9574.875526618154 rows/sec., 17.16 MiB/sec. | ||
| 2365 | 2024.11.06 00:20:35.451180 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2366 | 2024.11.06 00:20:35.451206 [ 3 ] {41e9541e-2821-4b64-a474-6021b4902aa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2367 | 2024.11.06 00:20:35.451222 [ 3 ] {} <Debug> HTTP-Session: 6d8c9fb4-ee19-4eb3-8f00-8915d26d3ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2368 | 2024.11.06 00:20:35.451426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2369 | 2024.11.06 00:20:35.451448 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54218, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2370 | 2024.11.06 00:20:35.451533 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2371 | 2024.11.06 00:20:35.451561 [ 289 ] {} <Debug> HTTP-Session: 083add7d-c1de-480e-9e13-2ec8f45881b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54218 | ||
| 2372 | 2024.11.06 00:20:35.451579 [ 289 ] {} <Debug> HTTP-Session: 083add7d-c1de-480e-9e13-2ec8f45881b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2373 | 2024.11.06 00:20:35.451594 [ 289 ] {} <Debug> HTTP-Session: 083add7d-c1de-480e-9e13-2ec8f45881b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2374 | 2024.11.06 00:20:35.451625 [ 289 ] {} <Trace> HTTP-Session: 083add7d-c1de-480e-9e13-2ec8f45881b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2375 | 2024.11.06 00:20:35.451729 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54218) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2376 | 2024.11.06 00:20:35.451774 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2377 | 2024.11.06 00:20:35.451916 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2378 | 2024.11.06 00:20:35.452191 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2024.11.06 00:20:35.452227 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2380 | 2024.11.06 00:20:35.452588 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2381 | 2024.11.06 00:20:35.452916 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2382 | 2024.11.06 00:20:35.453041 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00134 sec., 22388.059701492537 rows/sec., 1.53 MiB/sec. | ||
| 2383 | 2024.11.06 00:20:35.453216 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2384 | 2024.11.06 00:20:35.453240 [ 289 ] {93f4f45f-0bc4-407c-9835-30c2210c30e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2385 | 2024.11.06 00:20:35.453256 [ 289 ] {} <Debug> HTTP-Session: 083add7d-c1de-480e-9e13-2ec8f45881b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2386 | 2024.11.06 00:20:35.453468 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54218, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2387 | 2024.11.06 00:20:36.925352 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47578, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2388 | 2024.11.06 00:20:36.925478 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2389 | 2024.11.06 00:20:36.925503 [ 289 ] {} <Debug> HTTP-Session: 58e6118e-ee72-49af-a0e8-1ff0b3e9e8d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:47578 | ||
| 2390 | 2024.11.06 00:20:36.925528 [ 289 ] {} <Debug> HTTP-Session: 58e6118e-ee72-49af-a0e8-1ff0b3e9e8d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2391 | 2024.11.06 00:20:36.925542 [ 289 ] {} <Debug> HTTP-Session: 58e6118e-ee72-49af-a0e8-1ff0b3e9e8d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2392 | 2024.11.06 00:20:36.925594 [ 289 ] {} <Trace> HTTP-Session: 58e6118e-ee72-49af-a0e8-1ff0b3e9e8d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2393 | 2024.11.06 00:20:36.925830 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47578) 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', 'http_service:request_latency_histogram') FORMAT JSONEachRow; (stage: Complete) | ||
| 2394 | 2024.11.06 00:20:36.926264 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2395 | 2024.11.06 00:20:36.930547 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <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', 'http_service:request_latency_histogram')" moved to PREWHERE | ||
| 2396 | 2024.11.06 00:20:36.930973 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2397 | 2024.11.06 00:20:36.933250 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2398 | 2024.11.06 00:20:36.933552 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 2399 | 2024.11.06 00:20:36.936706 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2400 | 2024.11.06 00:20:36.936818 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 2401 | 2024.11.06 00:20:36.936844 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2402 | 2024.11.06 00:20:36.936944 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <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', 'http_service:request_latency_histogram'))" | ||
| 2403 | 2024.11.06 00:20:36.936975 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 2404 | 2024.11.06 00:20:36.940709 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.014979 sec., 1201.6823552974165 rows/sec., 50.46 KiB/sec. | ||
| 2405 | 2024.11.06 00:20:36.941000 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Debug> DynamicQueryHandler: Done processing query | ||
| 2406 | 2024.11.06 00:20:36.941026 [ 289 ] {68c66d97-568b-4453-8517-c1e51dcefc29} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 2407 | 2024.11.06 00:20:36.941043 [ 289 ] {} <Debug> HTTP-Session: 58e6118e-ee72-49af-a0e8-1ff0b3e9e8d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2408 | 2024.11.06 00:20:36.944549 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2409 | 2024.11.06 00:20:36.944668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59301, User-Agent: (none), Length: 808, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2410 | 2024.11.06 00:20:36.944737 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2411 | 2024.11.06 00:20:36.944759 [ 3 ] {} <Debug> HTTP-Session: 87dd88d9-c879-4826-b1c7-8ee069f6b796 Authenticating user 'default' from [fd00:1122:3344:101::d]:59301 | ||
| 2412 | 2024.11.06 00:20:36.944778 [ 3 ] {} <Debug> HTTP-Session: 87dd88d9-c879-4826-b1c7-8ee069f6b796 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2413 | 2024.11.06 00:20:36.944792 [ 3 ] {} <Debug> HTTP-Session: 87dd88d9-c879-4826-b1c7-8ee069f6b796 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2414 | 2024.11.06 00:20:36.944831 [ 3 ] {} <Trace> HTTP-Session: 87dd88d9-c879-4826-b1c7-8ee069f6b796 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2415 | 2024.11.06 00:20:36.944995 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59301) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT JSONEachRow; (stage: Complete) | ||
| 2416 | 2024.11.06 00:20:36.945278 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2417 | 2024.11.06 00:20:36.945321 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections')" moved to PREWHERE | ||
| 2418 | 2024.11.06 00:20:36.945594 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2419 | 2024.11.06 00:20:36.945661 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2420 | 2024.11.06 00:20:36.945809 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 2421 | 2024.11.06 00:20:36.945842 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2422 | 2024.11.06 00:20:36.945864 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 2423 | 2024.11.06 00:20:36.945881 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2424 | 2024.11.06 00:20:36.945923 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections'))" | ||
| 2425 | 2024.11.06 00:20:36.945944 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 2426 | 2024.11.06 00:20:36.946764 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001842 sec., 9771.986970684038 rows/sec., 410.35 KiB/sec. | ||
| 2427 | 2024.11.06 00:20:36.947026 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Debug> DynamicQueryHandler: Done processing query | ||
| 2428 | 2024.11.06 00:20:36.947051 [ 3 ] {ddf79cf6-87b0-480f-bc92-6fcb17398a58} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 2429 | 2024.11.06 00:20:36.947068 [ 3 ] {} <Debug> HTTP-Session: 87dd88d9-c879-4826-b1c7-8ee069f6b796 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2430 | 2024.11.06 00:20:36.947360 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47578, User-Agent: (none), Length: 842, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2431 | 2024.11.06 00:20:36.947380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59301, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2432 | 2024.11.06 00:20:36.947423 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2433 | 2024.11.06 00:20:36.947446 [ 289 ] {} <Debug> HTTP-Session: 4aa86cc6-28bb-4adf-b625-821dad9e3535 Authenticating user 'default' from [fd00:1122:3344:101::d]:47578 | ||
| 2434 | 2024.11.06 00:20:36.947466 [ 289 ] {} <Debug> HTTP-Session: 4aa86cc6-28bb-4adf-b625-821dad9e3535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2435 | 2024.11.06 00:20:36.947480 [ 289 ] {} <Debug> HTTP-Session: 4aa86cc6-28bb-4adf-b625-821dad9e3535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2436 | 2024.11.06 00:20:36.947512 [ 289 ] {} <Trace> HTTP-Session: 4aa86cc6-28bb-4adf-b625-821dad9e3535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2437 | 2024.11.06 00:20:36.947683 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47578) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 2438 | 2024.11.06 00:20:36.948017 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2439 | 2024.11.06 00:20:36.948069 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received')" moved to PREWHERE | ||
| 2440 | 2024.11.06 00:20:36.948402 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2441 | 2024.11.06 00:20:36.948481 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2442 | 2024.11.06 00:20:36.948638 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 2443 | 2024.11.06 00:20:36.948671 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2444 | 2024.11.06 00:20:36.948694 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 2445 | 2024.11.06 00:20:36.948711 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2446 | 2024.11.06 00:20:36.948753 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received'))" | ||
| 2447 | 2024.11.06 00:20:36.948774 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 2448 | 2024.11.06 00:20:36.949565 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001965 sec., 9160.305343511449 rows/sec., 384.66 KiB/sec. | ||
| 2449 | 2024.11.06 00:20:36.949811 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Debug> DynamicQueryHandler: Done processing query | ||
| 2450 | 2024.11.06 00:20:36.949835 [ 289 ] {edfd1736-564e-475f-9043-2c36a0ab7122} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 2451 | 2024.11.06 00:20:36.949852 [ 289 ] {} <Debug> HTTP-Session: 4aa86cc6-28bb-4adf-b625-821dad9e3535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2452 | 2024.11.06 00:20:36.950091 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2453 | 2024.11.06 00:20:36.950190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38793, User-Agent: (none), Length: 872, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2454 | 2024.11.06 00:20:36.950253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2455 | 2024.11.06 00:20:36.950277 [ 3 ] {} <Debug> HTTP-Session: 24104426-fa9a-4324-9c53-ad7666be5046 Authenticating user 'default' from [fd00:1122:3344:101::d]:38793 | ||
| 2456 | 2024.11.06 00:20:36.950297 [ 3 ] {} <Debug> HTTP-Session: 24104426-fa9a-4324-9c53-ad7666be5046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2457 | 2024.11.06 00:20:36.950313 [ 3 ] {} <Debug> HTTP-Session: 24104426-fa9a-4324-9c53-ad7666be5046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2458 | 2024.11.06 00:20:36.950351 [ 3 ] {} <Trace> HTTP-Session: 24104426-fa9a-4324-9c53-ad7666be5046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2459 | 2024.11.06 00:20:36.950522 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38793) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 2460 | 2024.11.06 00:20:36.950797 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2461 | 2024.11.06 00:20:36.950839 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 2462 | 2024.11.06 00:20:36.951111 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2463 | 2024.11.06 00:20:36.951176 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2464 | 2024.11.06 00:20:36.951319 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 2465 | 2024.11.06 00:20:36.951351 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2466 | 2024.11.06 00:20:36.951375 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 2467 | 2024.11.06 00:20:36.951391 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2468 | 2024.11.06 00:20:36.951433 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 2469 | 2024.11.06 00:20:36.951454 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 2470 | 2024.11.06 00:20:36.952309 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001869 sec., 9630.818619582664 rows/sec., 404.42 KiB/sec. | ||
| 2471 | 2024.11.06 00:20:36.952556 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Debug> DynamicQueryHandler: Done processing query | ||
| 2472 | 2024.11.06 00:20:36.952581 [ 3 ] {137fbe80-f79e-4b41-bb15-b89df1767c29} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 2473 | 2024.11.06 00:20:36.952598 [ 3 ] {} <Debug> HTTP-Session: 24104426-fa9a-4324-9c53-ad7666be5046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2474 | 2024.11.06 00:20:36.952846 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47578, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2475 | 2024.11.06 00:20:36.952850 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2476 | 2024.11.06 00:20:36.952906 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2477 | 2024.11.06 00:20:36.952938 [ 289 ] {} <Debug> HTTP-Session: a4e6b482-a526-43ec-82f2-3990dd8bc0e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:47578 | ||
| 2478 | 2024.11.06 00:20:36.952960 [ 289 ] {} <Debug> HTTP-Session: a4e6b482-a526-43ec-82f2-3990dd8bc0e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2479 | 2024.11.06 00:20:36.952978 [ 289 ] {} <Debug> HTTP-Session: a4e6b482-a526-43ec-82f2-3990dd8bc0e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2480 | 2024.11.06 00:20:36.953017 [ 289 ] {} <Trace> HTTP-Session: a4e6b482-a526-43ec-82f2-3990dd8bc0e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2481 | 2024.11.06 00:20:36.953187 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47578) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
| 2482 | 2024.11.06 00:20:36.953518 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2483 | 2024.11.06 00:20:36.953568 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent')" moved to PREWHERE | ||
| 2484 | 2024.11.06 00:20:36.953842 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2485 | 2024.11.06 00:20:36.953907 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2486 | 2024.11.06 00:20:36.954046 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 2487 | 2024.11.06 00:20:36.954079 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2488 | 2024.11.06 00:20:36.954102 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 2489 | 2024.11.06 00:20:36.954119 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2490 | 2024.11.06 00:20:36.954159 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent'))" | ||
| 2491 | 2024.11.06 00:20:36.954180 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 2492 | 2024.11.06 00:20:36.955042 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001939 sec., 9283.13563692625 rows/sec., 389.82 KiB/sec. | ||
| 2493 | 2024.11.06 00:20:36.955288 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2494 | 2024.11.06 00:20:36.955312 [ 289 ] {15c60f15-ef26-4980-be01-64b05fdda3c2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 2495 | 2024.11.06 00:20:36.955328 [ 289 ] {} <Debug> HTTP-Session: a4e6b482-a526-43ec-82f2-3990dd8bc0e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2496 | 2024.11.06 00:20:36.955614 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47578, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2497 | 2024.11.06 00:20:36.955675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37357, User-Agent: (none), Length: 940, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2498 | 2024.11.06 00:20:36.955741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2499 | 2024.11.06 00:20:36.955766 [ 3 ] {} <Debug> HTTP-Session: 558badc1-03f7-4dce-8fd7-efa541bb6df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:37357 | ||
| 2500 | 2024.11.06 00:20:36.955786 [ 3 ] {} <Debug> HTTP-Session: 558badc1-03f7-4dce-8fd7-efa541bb6df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2501 | 2024.11.06 00:20:36.955804 [ 3 ] {} <Debug> HTTP-Session: 558badc1-03f7-4dce-8fd7-efa541bb6df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2502 | 2024.11.06 00:20:36.955842 [ 3 ] {} <Trace> HTTP-Session: 558badc1-03f7-4dce-8fd7-efa541bb6df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2503 | 2024.11.06 00:20:36.956014 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37357) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
| 2504 | 2024.11.06 00:20:36.956364 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2505 | 2024.11.06 00:20:36.956417 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received')" moved to PREWHERE | ||
| 2506 | 2024.11.06 00:20:36.956723 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2507 | 2024.11.06 00:20:36.956789 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2508 | 2024.11.06 00:20:36.956930 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 2509 | 2024.11.06 00:20:36.956963 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2510 | 2024.11.06 00:20:36.956986 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 2511 | 2024.11.06 00:20:36.957002 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2512 | 2024.11.06 00:20:36.957045 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received'))" | ||
| 2513 | 2024.11.06 00:20:36.957067 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 2514 | 2024.11.06 00:20:36.957918 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.001989 sec., 9049.77375565611 rows/sec., 380.02 KiB/sec. | ||
| 2515 | 2024.11.06 00:20:36.958151 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2516 | 2024.11.06 00:20:36.958176 [ 3 ] {fa316c54-6e90-4f5f-8762-03d8ce93094a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 2517 | 2024.11.06 00:20:36.958192 [ 3 ] {} <Debug> HTTP-Session: 558badc1-03f7-4dce-8fd7-efa541bb6df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2518 | 2024.11.06 00:20:36.958496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2519 | 2024.11.06 00:20:36.958574 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60834, User-Agent: (none), Length: 969, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2520 | 2024.11.06 00:20:36.958635 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2521 | 2024.11.06 00:20:36.958659 [ 289 ] {} <Debug> HTTP-Session: 81e3ffbc-9e01-46bc-aa48-8ac474e438e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60834 | ||
| 2522 | 2024.11.06 00:20:36.958679 [ 289 ] {} <Debug> HTTP-Session: 81e3ffbc-9e01-46bc-aa48-8ac474e438e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2523 | 2024.11.06 00:20:36.958695 [ 289 ] {} <Debug> HTTP-Session: 81e3ffbc-9e01-46bc-aa48-8ac474e438e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2524 | 2024.11.06 00:20:36.958732 [ 289 ] {} <Trace> HTTP-Session: 81e3ffbc-9e01-46bc-aa48-8ac474e438e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2525 | 2024.11.06 00:20:36.958901 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60834) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT JSONEachRow; (stage: Complete) | ||
| 2526 | 2024.11.06 00:20:36.959231 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2527 | 2024.11.06 00:20:36.959284 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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')" moved to PREWHERE | ||
| 2528 | 2024.11.06 00:20:36.959659 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2529 | 2024.11.06 00:20:36.959736 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2530 | 2024.11.06 00:20:36.959900 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 2531 | 2024.11.06 00:20:36.959933 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2532 | 2024.11.06 00:20:36.959955 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 2533 | 2024.11.06 00:20:36.959972 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2534 | 2024.11.06 00:20:36.960013 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" | ||
| 2535 | 2024.11.06 00:20:36.960034 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 2536 | 2024.11.06 00:20:36.960863 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002047 sec., 8793.356130923301 rows/sec., 369.25 KiB/sec. | ||
| 2537 | 2024.11.06 00:20:36.961101 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Debug> DynamicQueryHandler: Done processing query | ||
| 2538 | 2024.11.06 00:20:36.961124 [ 289 ] {a0a27fb2-c526-4487-9f52-beaeb4573477} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 2539 | 2024.11.06 00:20:36.961140 [ 289 ] {} <Debug> HTTP-Session: 81e3ffbc-9e01-46bc-aa48-8ac474e438e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2540 | 2024.11.06 00:20:36.966257 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60834, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2541 | 2024.11.06 00:20:37.142000 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41478, User-Agent: (none), Length: 2870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2542 | 2024.11.06 00:20:37.142076 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2543 | 2024.11.06 00:20:37.142102 [ 289 ] {} <Debug> HTTP-Session: a8c8cf29-cc63-425a-9b66-98c8d3d06ce2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41478 | ||
| 2544 | 2024.11.06 00:20:37.142124 [ 289 ] {} <Debug> HTTP-Session: a8c8cf29-cc63-425a-9b66-98c8d3d06ce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2545 | 2024.11.06 00:20:37.142141 [ 289 ] {} <Debug> HTTP-Session: a8c8cf29-cc63-425a-9b66-98c8d3d06ce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2546 | 2024.11.06 00:20:37.142181 [ 289 ] {} <Trace> HTTP-Session: a8c8cf29-cc63-425a-9b66-98c8d3d06ce2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2547 | 2024.11.06 00:20:37.142331 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41478) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2548 | 2024.11.06 00:20:37.142392 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2549 | 2024.11.06 00:20:37.142614 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2550 | 2024.11.06 00:20:37.143065 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2551 | 2024.11.06 00:20:37.143105 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2552 | 2024.11.06 00:20:37.143634 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2553 | 2024.11.06 00:20:37.143954 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2554 | 2024.11.06 00:20:37.144123 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Debug> executeQuery: Read 7 rows, 1.56 KiB in 0.001842 sec., 3800.217155266015 rows/sec., 848.26 KiB/sec. | ||
| 2555 | 2024.11.06 00:20:37.144425 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2556 | 2024.11.06 00:20:37.144451 [ 289 ] {93dc1133-c5cb-4160-9e82-98074a154ad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2557 | 2024.11.06 00:20:37.144466 [ 289 ] {} <Debug> HTTP-Session: a8c8cf29-cc63-425a-9b66-98c8d3d06ce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2558 | 2024.11.06 00:20:37.144629 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2559 | 2024.11.06 00:20:37.144738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48895, User-Agent: (none), Length: 674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2560 | 2024.11.06 00:20:37.144804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2561 | 2024.11.06 00:20:37.144828 [ 3 ] {} <Debug> HTTP-Session: af650268-ea1e-4bc2-8425-a41cfedfec5b Authenticating user 'default' from [fd00:1122:3344:101::d]:48895 | ||
| 2562 | 2024.11.06 00:20:37.144848 [ 3 ] {} <Debug> HTTP-Session: af650268-ea1e-4bc2-8425-a41cfedfec5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2563 | 2024.11.06 00:20:37.144865 [ 3 ] {} <Debug> HTTP-Session: af650268-ea1e-4bc2-8425-a41cfedfec5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2564 | 2024.11.06 00:20:37.144904 [ 3 ] {} <Trace> HTTP-Session: af650268-ea1e-4bc2-8425-a41cfedfec5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2565 | 2024.11.06 00:20:37.145031 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48895) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 2566 | 2024.11.06 00:20:37.145086 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2567 | 2024.11.06 00:20:37.145398 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2568 | 2024.11.06 00:20:37.145760 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2569 | 2024.11.06 00:20:37.145797 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2570 | 2024.11.06 00:20:37.146150 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2571 | 2024.11.06 00:20:37.146542 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2572 | 2024.11.06 00:20:37.146707 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001694 sec., 2361.275088547816 rows/sec., 192.55 KiB/sec. | ||
| 2573 | 2024.11.06 00:20:37.146912 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Debug> DynamicQueryHandler: Done processing query | ||
| 2574 | 2024.11.06 00:20:37.146936 [ 3 ] {7da1880e-8929-4be4-a569-19ab372d9171} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2575 | 2024.11.06 00:20:37.146952 [ 3 ] {} <Debug> HTTP-Session: af650268-ea1e-4bc2-8425-a41cfedfec5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2576 | 2024.11.06 00:20:37.147613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48895, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2577 | 2024.11.06 00:20:37.147697 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41478, User-Agent: (none), Length: 173612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2578 | 2024.11.06 00:20:37.147759 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2579 | 2024.11.06 00:20:37.147785 [ 289 ] {} <Debug> HTTP-Session: 3173dfa9-3c0f-4a7f-8426-4bb63b452c4a Authenticating user 'default' from [fd00:1122:3344:101::d]:41478 | ||
| 2580 | 2024.11.06 00:20:37.147805 [ 289 ] {} <Debug> HTTP-Session: 3173dfa9-3c0f-4a7f-8426-4bb63b452c4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2581 | 2024.11.06 00:20:37.147822 [ 289 ] {} <Debug> HTTP-Session: 3173dfa9-3c0f-4a7f-8426-4bb63b452c4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2582 | 2024.11.06 00:20:37.147859 [ 289 ] {} <Trace> HTTP-Session: 3173dfa9-3c0f-4a7f-8426-4bb63b452c4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2583 | 2024.11.06 00:20:37.148535 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41478) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2584 | 2024.11.06 00:20:37.148586 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2585 | 2024.11.06 00:20:37.148810 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2586 | 2024.11.06 00:20:37.149924 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2587 | 2024.11.06 00:20:37.149962 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2588 | 2024.11.06 00:20:37.150402 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2589 | 2024.11.06 00:20:37.150759 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2590 | 2024.11.06 00:20:37.150932 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Debug> executeQuery: Read 1198 rows, 101.07 KiB in 0.002889 sec., 414676.35860159225 rows/sec., 34.16 MiB/sec. | ||
| 2591 | 2024.11.06 00:20:37.151109 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2592 | 2024.11.06 00:20:37.151133 [ 289 ] {46699392-8c80-4783-8097-c9ad7fdcd3a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 2593 | 2024.11.06 00:20:37.151149 [ 289 ] {} <Debug> HTTP-Session: 3173dfa9-3c0f-4a7f-8426-4bb63b452c4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2594 | 2024.11.06 00:20:37.151336 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2595 | 2024.11.06 00:20:37.151407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63841, User-Agent: (none), Length: 2758, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2596 | 2024.11.06 00:20:37.151469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2597 | 2024.11.06 00:20:37.151493 [ 3 ] {} <Debug> HTTP-Session: 5c78aa08-bfbd-4262-81bd-3b55aef6f5f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:63841 | ||
| 2598 | 2024.11.06 00:20:37.151513 [ 3 ] {} <Debug> HTTP-Session: 5c78aa08-bfbd-4262-81bd-3b55aef6f5f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2599 | 2024.11.06 00:20:37.151529 [ 3 ] {} <Debug> HTTP-Session: 5c78aa08-bfbd-4262-81bd-3b55aef6f5f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2600 | 2024.11.06 00:20:37.151567 [ 3 ] {} <Trace> HTTP-Session: 5c78aa08-bfbd-4262-81bd-3b55aef6f5f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2601 | 2024.11.06 00:20:37.151689 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63841) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2602 | 2024.11.06 00:20:37.151740 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2603 | 2024.11.06 00:20:37.152018 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2604 | 2024.11.06 00:20:37.152390 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2605 | 2024.11.06 00:20:37.152434 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2606 | 2024.11.06 00:20:37.152795 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2607 | 2024.11.06 00:20:37.153143 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2608 | 2024.11.06 00:20:37.153263 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Debug> executeQuery: Read 19 rows, 1.41 KiB in 0.00161 sec., 11801.242236024844 rows/sec., 874.05 KiB/sec. | ||
| 2609 | 2024.11.06 00:20:37.153454 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Debug> DynamicQueryHandler: Done processing query | ||
| 2610 | 2024.11.06 00:20:37.153478 [ 3 ] {31026f1b-be23-4823-95e1-d5dd5ac21c28} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2611 | 2024.11.06 00:20:37.153494 [ 3 ] {} <Debug> HTTP-Session: 5c78aa08-bfbd-4262-81bd-3b55aef6f5f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2612 | 2024.11.06 00:20:37.153670 [ 3 ] {} <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) | ||
| 2613 | 2024.11.06 00:20:37.153772 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50096, User-Agent: (none), Length: 30485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2614 | 2024.11.06 00:20:37.153841 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2615 | 2024.11.06 00:20:37.153865 [ 289 ] {} <Debug> HTTP-Session: 7aa8f4b7-3ab8-485a-ad5e-2928a4414847 Authenticating user 'default' from [fd00:1122:3344:101::d]:50096 | ||
| 2616 | 2024.11.06 00:20:37.153884 [ 289 ] {} <Debug> HTTP-Session: 7aa8f4b7-3ab8-485a-ad5e-2928a4414847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2617 | 2024.11.06 00:20:37.153901 [ 289 ] {} <Debug> HTTP-Session: 7aa8f4b7-3ab8-485a-ad5e-2928a4414847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2618 | 2024.11.06 00:20:37.153938 [ 289 ] {} <Trace> HTTP-Session: 7aa8f4b7-3ab8-485a-ad5e-2928a4414847 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2619 | 2024.11.06 00:20:37.154113 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50096) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2620 | 2024.11.06 00:20:37.154164 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2621 | 2024.11.06 00:20:37.154443 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2622 | 2024.11.06 00:20:37.154981 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2623 | 2024.11.06 00:20:37.155019 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2624 | 2024.11.06 00:20:37.155387 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2625 | 2024.11.06 00:20:37.155767 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2626 | 2024.11.06 00:20:37.155921 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001891 sec., 120571.12638815441 rows/sec., 8.16 MiB/sec. | ||
| 2627 | 2024.11.06 00:20:37.156210 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Debug> DynamicQueryHandler: Done processing query | ||
| 2628 | 2024.11.06 00:20:37.156235 [ 289 ] {afef4af8-6303-47ac-b8ad-92e9e50f6f55} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2629 | 2024.11.06 00:20:37.156251 [ 289 ] {} <Debug> HTTP-Session: 7aa8f4b7-3ab8-485a-ad5e-2928a4414847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2630 | 2024.11.06 00:20:37.156518 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2631 | 2024.11.06 00:20:37.156643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38517, User-Agent: (none), Length: 84397, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2632 | 2024.11.06 00:20:37.156697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2633 | 2024.11.06 00:20:37.156719 [ 3 ] {} <Debug> HTTP-Session: 0f20922c-061a-439d-8448-9b831bd12a02 Authenticating user 'default' from [fd00:1122:3344:101::d]:38517 | ||
| 2634 | 2024.11.06 00:20:37.156736 [ 3 ] {} <Debug> HTTP-Session: 0f20922c-061a-439d-8448-9b831bd12a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2635 | 2024.11.06 00:20:37.156750 [ 3 ] {} <Debug> HTTP-Session: 0f20922c-061a-439d-8448-9b831bd12a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2636 | 2024.11.06 00:20:37.156780 [ 3 ] {} <Trace> HTTP-Session: 0f20922c-061a-439d-8448-9b831bd12a02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2637 | 2024.11.06 00:20:37.157050 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38517) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2638 | 2024.11.06 00:20:37.157092 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2639 | 2024.11.06 00:20:37.157337 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2640 | 2024.11.06 00:20:37.157975 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2641 | 2024.11.06 00:20:37.158011 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2642 | 2024.11.06 00:20:37.158378 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2643 | 2024.11.06 00:20:37.158731 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2644 | 2024.11.06 00:20:37.158895 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Debug> executeQuery: Read 511 rows, 38.71 KiB in 0.002015 sec., 253598.0148883375 rows/sec., 18.76 MiB/sec. | ||
| 2645 | 2024.11.06 00:20:37.159062 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Debug> DynamicQueryHandler: Done processing query | ||
| 2646 | 2024.11.06 00:20:37.159086 [ 3 ] {1d18ac0e-a29f-4993-bc2f-e5bfb1680932} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2647 | 2024.11.06 00:20:37.159102 [ 3 ] {} <Debug> HTTP-Session: 0f20922c-061a-439d-8448-9b831bd12a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2648 | 2024.11.06 00:20:37.159831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2649 | 2024.11.06 00:20:37.159896 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42549, User-Agent: (none), Length: 913849, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2650 | 2024.11.06 00:20:37.159956 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2651 | 2024.11.06 00:20:37.159979 [ 289 ] {} <Debug> HTTP-Session: 82f66c27-f390-4dbf-88ad-b5f8429a60b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:42549 | ||
| 2652 | 2024.11.06 00:20:37.159999 [ 289 ] {} <Debug> HTTP-Session: 82f66c27-f390-4dbf-88ad-b5f8429a60b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2653 | 2024.11.06 00:20:37.160015 [ 289 ] {} <Debug> HTTP-Session: 82f66c27-f390-4dbf-88ad-b5f8429a60b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2654 | 2024.11.06 00:20:37.160052 [ 289 ] {} <Trace> HTTP-Session: 82f66c27-f390-4dbf-88ad-b5f8429a60b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2655 | 2024.11.06 00:20:37.161646 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42549) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2656 | 2024.11.06 00:20:37.161697 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2657 | 2024.11.06 00:20:37.161843 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2658 | 2024.11.06 00:20:37.168150 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2024.11.06 00:20:37.168222 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2660 | 2024.11.06 00:20:37.169340 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2661 | 2024.11.06 00:20:37.169683 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2662 | 2024.11.06 00:20:37.169843 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Debug> executeQuery: Read 4834 rows, 330.51 KiB in 0.00881 sec., 548694.665153235 rows/sec., 36.64 MiB/sec. | ||
| 2663 | 2024.11.06 00:20:37.170031 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Debug> DynamicQueryHandler: Done processing query | ||
| 2664 | 2024.11.06 00:20:37.170055 [ 289 ] {df39c9e6-6a43-469c-a9b4-fd575a6974df} <Debug> MemoryTracker: Peak memory usage (for query): 6.23 MiB. | ||
| 2665 | 2024.11.06 00:20:37.170071 [ 289 ] {} <Debug> HTTP-Session: 82f66c27-f390-4dbf-88ad-b5f8429a60b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2666 | 2024.11.06 00:20:37.170657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38517, User-Agent: (none), Length: 24931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2667 | 2024.11.06 00:20:37.170665 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2668 | 2024.11.06 00:20:37.170722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2669 | 2024.11.06 00:20:37.170750 [ 3 ] {} <Debug> HTTP-Session: e292ede0-ab21-46c2-b5b4-960de2818be0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38517 | ||
| 2670 | 2024.11.06 00:20:37.170770 [ 3 ] {} <Debug> HTTP-Session: e292ede0-ab21-46c2-b5b4-960de2818be0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2671 | 2024.11.06 00:20:37.170790 [ 3 ] {} <Debug> HTTP-Session: e292ede0-ab21-46c2-b5b4-960de2818be0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2672 | 2024.11.06 00:20:37.170828 [ 3 ] {} <Trace> HTTP-Session: e292ede0-ab21-46c2-b5b4-960de2818be0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2673 | 2024.11.06 00:20:37.171200 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38517) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2674 | 2024.11.06 00:20:37.171274 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <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 | ||
| 2675 | 2024.11.06 00:20:37.171761 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2676 | 2024.11.06 00:20:37.172322 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2677 | 2024.11.06 00:20:37.172358 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2678 | 2024.11.06 00:20:37.172972 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2679 | 2024.11.06 00:20:37.173386 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2680 | 2024.11.06 00:20:37.173560 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002646 sec., 5668.934240362812 rows/sec., 10.16 MiB/sec. | ||
| 2681 | 2024.11.06 00:20:37.173784 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2682 | 2024.11.06 00:20:37.173807 [ 3 ] {68271caf-4430-4876-ae8a-fa7851ea5cd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
| 2683 | 2024.11.06 00:20:37.173823 [ 3 ] {} <Debug> HTTP-Session: e292ede0-ab21-46c2-b5b4-960de2818be0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2684 | 2024.11.06 00:20:37.173970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2685 | 2024.11.06 00:20:37.174053 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59846, User-Agent: (none), Length: 1486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2686 | 2024.11.06 00:20:37.174114 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2687 | 2024.11.06 00:20:37.174137 [ 289 ] {} <Debug> HTTP-Session: e0140fa9-ac0a-4ac7-903f-698c754cdafc Authenticating user 'default' from [fd00:1122:3344:101::d]:59846 | ||
| 2688 | 2024.11.06 00:20:37.174158 [ 289 ] {} <Debug> HTTP-Session: e0140fa9-ac0a-4ac7-903f-698c754cdafc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2689 | 2024.11.06 00:20:37.174175 [ 289 ] {} <Debug> HTTP-Session: e0140fa9-ac0a-4ac7-903f-698c754cdafc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2690 | 2024.11.06 00:20:37.174212 [ 289 ] {} <Trace> HTTP-Session: e0140fa9-ac0a-4ac7-903f-698c754cdafc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2691 | 2024.11.06 00:20:37.174328 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59846) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2692 | 2024.11.06 00:20:37.174382 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2693 | 2024.11.06 00:20:37.174541 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2694 | 2024.11.06 00:20:37.174799 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Trace> oximeter.measurements_i64 (d4d50412-70f0-49d8-b14d-44a4f4b0d0c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2695 | 2024.11.06 00:20:37.174835 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2696 | 2024.11.06 00:20:37.175180 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2697 | 2024.11.06 00:20:37.175494 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Trace> oximeter.measurements_i64 (d4d50412-70f0-49d8-b14d-44a4f4b0d0c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2698 | 2024.11.06 00:20:37.175648 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.001347 sec., 6681.514476614699 rows/sec., 492.99 KiB/sec. | ||
| 2699 | 2024.11.06 00:20:37.175846 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2700 | 2024.11.06 00:20:37.175870 [ 289 ] {339adf80-7afe-48bb-aa62-1f7f7a65a2a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2701 | 2024.11.06 00:20:37.175886 [ 289 ] {} <Debug> HTTP-Session: e0140fa9-ac0a-4ac7-903f-698c754cdafc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2702 | 2024.11.06 00:20:37.176007 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2703 | 2024.11.06 00:20:37.176022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38517, User-Agent: (none), Length: 973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2704 | 2024.11.06 00:20:37.176094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2705 | 2024.11.06 00:20:37.176132 [ 3 ] {} <Debug> HTTP-Session: 5ba76b6a-8ab9-483c-8db6-8e56329a082f Authenticating user 'default' from [fd00:1122:3344:101::d]:38517 | ||
| 2706 | 2024.11.06 00:20:37.176163 [ 3 ] {} <Debug> HTTP-Session: 5ba76b6a-8ab9-483c-8db6-8e56329a082f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2707 | 2024.11.06 00:20:37.176192 [ 3 ] {} <Debug> HTTP-Session: 5ba76b6a-8ab9-483c-8db6-8e56329a082f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2708 | 2024.11.06 00:20:37.176317 [ 3 ] {} <Trace> HTTP-Session: 5ba76b6a-8ab9-483c-8db6-8e56329a082f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2709 | 2024.11.06 00:20:37.176436 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38517) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2710 | 2024.11.06 00:20:37.176490 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2711 | 2024.11.06 00:20:37.176639 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2712 | 2024.11.06 00:20:37.176889 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2024.11.06 00:20:37.176924 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2714 | 2024.11.06 00:20:37.177274 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2715 | 2024.11.06 00:20:37.177593 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2024.11.06 00:20:37.177820 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Debug> executeQuery: Read 6 rows, 431.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 296.62 KiB/sec. | ||
| 2717 | 2024.11.06 00:20:37.177986 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 2718 | 2024.11.06 00:20:37.178010 [ 3 ] {3f86c724-bf44-463c-9345-04d91d2914ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2719 | 2024.11.06 00:20:37.178026 [ 3 ] {} <Debug> HTTP-Session: 5ba76b6a-8ab9-483c-8db6-8e56329a082f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2720 | 2024.11.06 00:20:37.185748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2721 | 2024.11.06 00:20:37.614674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2722 | 2024.11.06 00:20:37.803162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56727, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2723 | 2024.11.06 00:20:37.834511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2724 | 2024.11.06 00:20:37.858830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54587, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2725 | 2024.11.06 00:20:37.931122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45069, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2726 | 2024.11.06 00:20:37.941385 [ 3 ] {} <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) | ||
| 2727 | 2024.11.06 00:20:37.945631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2728 | 2024.11.06 00:20:37.965875 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2729 | 2024.11.06 00:20:40.434992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46162, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2730 | 2024.11.06 00:20:40.435117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2731 | 2024.11.06 00:20:40.435147 [ 3 ] {} <Debug> HTTP-Session: 857b6724-8663-4863-8da7-57db8f1d1bc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46162 | ||
| 2732 | 2024.11.06 00:20:40.435175 [ 3 ] {} <Debug> HTTP-Session: 857b6724-8663-4863-8da7-57db8f1d1bc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2733 | 2024.11.06 00:20:40.435193 [ 3 ] {} <Debug> HTTP-Session: 857b6724-8663-4863-8da7-57db8f1d1bc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2734 | 2024.11.06 00:20:40.435248 [ 3 ] {} <Trace> HTTP-Session: 857b6724-8663-4863-8da7-57db8f1d1bc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2735 | 2024.11.06 00:20:40.435459 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46162) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2736 | 2024.11.06 00:20:40.435532 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2737 | 2024.11.06 00:20:40.435877 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2738 | 2024.11.06 00:20:40.436377 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2739 | 2024.11.06 00:20:40.436415 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2740 | 2024.11.06 00:20:40.436832 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2741 | 2024.11.06 00:20:40.437233 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2742 | 2024.11.06 00:20:40.437379 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001985 sec., 13098.236775818641 rows/sec., 997.23 KiB/sec. | ||
| 2743 | 2024.11.06 00:20:40.437705 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 2744 | 2024.11.06 00:20:40.437732 [ 3 ] {3d009a39-76a3-45f7-96eb-91ce7d96a1ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2745 | 2024.11.06 00:20:40.437749 [ 3 ] {} <Debug> HTTP-Session: 857b6724-8663-4863-8da7-57db8f1d1bc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2746 | 2024.11.06 00:20:40.437969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46162, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2747 | 2024.11.06 00:20:40.438065 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41294, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2748 | 2024.11.06 00:20:40.438142 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2749 | 2024.11.06 00:20:40.438169 [ 289 ] {} <Debug> HTTP-Session: decc32a4-6846-49d1-8755-b4fa242465c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:41294 | ||
| 2750 | 2024.11.06 00:20:40.438190 [ 289 ] {} <Debug> HTTP-Session: decc32a4-6846-49d1-8755-b4fa242465c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2751 | 2024.11.06 00:20:40.438207 [ 289 ] {} <Debug> HTTP-Session: decc32a4-6846-49d1-8755-b4fa242465c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2752 | 2024.11.06 00:20:40.438246 [ 289 ] {} <Trace> HTTP-Session: decc32a4-6846-49d1-8755-b4fa242465c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2753 | 2024.11.06 00:20:40.438385 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41294) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2754 | 2024.11.06 00:20:40.438440 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2755 | 2024.11.06 00:20:40.438737 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2756 | 2024.11.06 00:20:40.439155 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2757 | 2024.11.06 00:20:40.439191 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2758 | 2024.11.06 00:20:40.439543 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2759 | 2024.11.06 00:20:40.439896 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2760 | 2024.11.06 00:20:40.440026 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00168 sec., 16666.666666666664 rows/sec., 1.30 MiB/sec. | ||
| 2761 | 2024.11.06 00:20:40.440202 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Debug> DynamicQueryHandler: Done processing query | ||
| 2762 | 2024.11.06 00:20:40.440227 [ 289 ] {ba942658-e403-4fe7-95a0-f87801a87371} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2763 | 2024.11.06 00:20:40.440243 [ 289 ] {} <Debug> HTTP-Session: decc32a4-6846-49d1-8755-b4fa242465c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2764 | 2024.11.06 00:20:40.440416 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2765 | 2024.11.06 00:20:40.440497 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46605, User-Agent: (none), Length: 11515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2766 | 2024.11.06 00:20:40.440558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2767 | 2024.11.06 00:20:40.440581 [ 3 ] {} <Debug> HTTP-Session: 5ed71c08-d9fb-4490-83fb-6727ca5d9e76 Authenticating user 'default' from [fd00:1122:3344:101::d]:46605 | ||
| 2768 | 2024.11.06 00:20:40.440602 [ 3 ] {} <Debug> HTTP-Session: 5ed71c08-d9fb-4490-83fb-6727ca5d9e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2769 | 2024.11.06 00:20:40.440620 [ 3 ] {} <Debug> HTTP-Session: 5ed71c08-d9fb-4490-83fb-6727ca5d9e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2770 | 2024.11.06 00:20:40.440658 [ 3 ] {} <Trace> HTTP-Session: 5ed71c08-d9fb-4490-83fb-6727ca5d9e76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2771 | 2024.11.06 00:20:40.440804 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46605) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2772 | 2024.11.06 00:20:40.440862 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2773 | 2024.11.06 00:20:40.441040 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2774 | 2024.11.06 00:20:40.441437 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2775 | 2024.11.06 00:20:40.441479 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2776 | 2024.11.06 00:20:40.441877 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2777 | 2024.11.06 00:20:40.442204 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2778 | 2024.11.06 00:20:40.442332 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.001581 sec., 37950.66413662239 rows/sec., 2.63 MiB/sec. | ||
| 2779 | 2024.11.06 00:20:40.442496 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Debug> DynamicQueryHandler: Done processing query | ||
| 2780 | 2024.11.06 00:20:40.442520 [ 3 ] {6f726494-8017-4385-ba96-56c56bb5e081} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2781 | 2024.11.06 00:20:40.442536 [ 3 ] {} <Debug> HTTP-Session: 5ed71c08-d9fb-4490-83fb-6727ca5d9e76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2782 | 2024.11.06 00:20:40.442658 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2783 | 2024.11.06 00:20:40.442671 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41294, User-Agent: (none), Length: 2805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2784 | 2024.11.06 00:20:40.442739 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2785 | 2024.11.06 00:20:40.442762 [ 289 ] {} <Debug> HTTP-Session: 560ef6b9-dadf-4efe-9b4b-6c2e1c42777c Authenticating user 'default' from [fd00:1122:3344:101::d]:41294 | ||
| 2786 | 2024.11.06 00:20:40.442784 [ 289 ] {} <Debug> HTTP-Session: 560ef6b9-dadf-4efe-9b4b-6c2e1c42777c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2787 | 2024.11.06 00:20:40.442803 [ 289 ] {} <Debug> HTTP-Session: 560ef6b9-dadf-4efe-9b4b-6c2e1c42777c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2788 | 2024.11.06 00:20:40.442844 [ 289 ] {} <Trace> HTTP-Session: 560ef6b9-dadf-4efe-9b4b-6c2e1c42777c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2789 | 2024.11.06 00:20:40.442968 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41294) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2790 | 2024.11.06 00:20:40.443021 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2791 | 2024.11.06 00:20:40.443181 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2792 | 2024.11.06 00:20:40.443540 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2793 | 2024.11.06 00:20:40.443581 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2794 | 2024.11.06 00:20:40.443955 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2795 | 2024.11.06 00:20:40.444272 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2796 | 2024.11.06 00:20:40.444396 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001467 sec., 12269.938650306749 rows/sec., 860.73 KiB/sec. | ||
| 2797 | 2024.11.06 00:20:40.444558 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2798 | 2024.11.06 00:20:40.444582 [ 289 ] {d49f191e-f0b6-4866-8242-1c349157c3fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2799 | 2024.11.06 00:20:40.444598 [ 289 ] {} <Debug> HTTP-Session: 560ef6b9-dadf-4efe-9b4b-6c2e1c42777c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2800 | 2024.11.06 00:20:40.444836 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2801 | 2024.11.06 00:20:41.735414 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2802 | 2024.11.06 00:20:41.735470 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2803 | 2024.11.06 00:20:41.891941 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 294 | ||
| 2804 | 2024.11.06 00:20:41.897734 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2805 | 2024.11.06 00:20:41.897804 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2806 | 2024.11.06 00:20:41.899583 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2807 | 2024.11.06 00:20:41.900621 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2808 | 2024.11.06 00:20:41.901253 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 294 | ||
| 2809 | 2024.11.06 00:20:45.436304 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52128, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2810 | 2024.11.06 00:20:45.436448 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2811 | 2024.11.06 00:20:45.436479 [ 289 ] {} <Debug> HTTP-Session: 1afc542f-7476-48da-9167-83f31cd81ff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:52128 | ||
| 2812 | 2024.11.06 00:20:45.436506 [ 289 ] {} <Debug> HTTP-Session: 1afc542f-7476-48da-9167-83f31cd81ff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2813 | 2024.11.06 00:20:45.436524 [ 289 ] {} <Debug> HTTP-Session: 1afc542f-7476-48da-9167-83f31cd81ff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2814 | 2024.11.06 00:20:45.436581 [ 289 ] {} <Trace> HTTP-Session: 1afc542f-7476-48da-9167-83f31cd81ff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2815 | 2024.11.06 00:20:45.436792 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52128) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2816 | 2024.11.06 00:20:45.436865 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2817 | 2024.11.06 00:20:45.437201 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2818 | 2024.11.06 00:20:45.437643 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2819 | 2024.11.06 00:20:45.437688 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2820 | 2024.11.06 00:20:45.438109 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2821 | 2024.11.06 00:20:45.438500 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2822 | 2024.11.06 00:20:45.438682 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001951 sec., 13326.499231163505 rows/sec., 1014.60 KiB/sec. | ||
| 2823 | 2024.11.06 00:20:45.438913 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2824 | 2024.11.06 00:20:45.438941 [ 289 ] {4699605c-c83c-4897-b675-36917e9fb0cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2825 | 2024.11.06 00:20:45.438958 [ 289 ] {} <Debug> HTTP-Session: 1afc542f-7476-48da-9167-83f31cd81ff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2826 | 2024.11.06 00:20:45.439193 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2827 | 2024.11.06 00:20:45.439205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64692, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2828 | 2024.11.06 00:20:45.439295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2829 | 2024.11.06 00:20:45.439323 [ 3 ] {} <Debug> HTTP-Session: bb2f9e5c-dfa5-47ac-b779-3e11f6fd1c79 Authenticating user 'default' from [fd00:1122:3344:101::d]:64692 | ||
| 2830 | 2024.11.06 00:20:45.439348 [ 3 ] {} <Debug> HTTP-Session: bb2f9e5c-dfa5-47ac-b779-3e11f6fd1c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2831 | 2024.11.06 00:20:45.439366 [ 3 ] {} <Debug> HTTP-Session: bb2f9e5c-dfa5-47ac-b779-3e11f6fd1c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2832 | 2024.11.06 00:20:45.439410 [ 3 ] {} <Trace> HTTP-Session: bb2f9e5c-dfa5-47ac-b779-3e11f6fd1c79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2833 | 2024.11.06 00:20:45.439556 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64692) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2834 | 2024.11.06 00:20:45.439612 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2835 | 2024.11.06 00:20:45.439893 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2836 | 2024.11.06 00:20:45.440227 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2837 | 2024.11.06 00:20:45.440266 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2838 | 2024.11.06 00:20:45.440631 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2839 | 2024.11.06 00:20:45.440992 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2840 | 2024.11.06 00:20:45.441163 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001651 sec., 16959.418534221684 rows/sec., 1.32 MiB/sec. | ||
| 2841 | 2024.11.06 00:20:45.441332 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2842 | 2024.11.06 00:20:45.441356 [ 3 ] {fd5644f8-dc56-4758-8058-94f5b206cf4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2843 | 2024.11.06 00:20:45.441372 [ 3 ] {} <Debug> HTTP-Session: bb2f9e5c-dfa5-47ac-b779-3e11f6fd1c79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2844 | 2024.11.06 00:20:45.441567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2845 | 2024.11.06 00:20:45.441702 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59127, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2846 | 2024.11.06 00:20:45.441754 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2847 | 2024.11.06 00:20:45.441774 [ 289 ] {} <Debug> HTTP-Session: 25bd8e08-c0e2-473c-917c-216ca4d25433 Authenticating user 'default' from [fd00:1122:3344:101::d]:59127 | ||
| 2848 | 2024.11.06 00:20:45.441790 [ 289 ] {} <Debug> HTTP-Session: 25bd8e08-c0e2-473c-917c-216ca4d25433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2849 | 2024.11.06 00:20:45.441804 [ 289 ] {} <Debug> HTTP-Session: 25bd8e08-c0e2-473c-917c-216ca4d25433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2850 | 2024.11.06 00:20:45.441836 [ 289 ] {} <Trace> HTTP-Session: 25bd8e08-c0e2-473c-917c-216ca4d25433 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2851 | 2024.11.06 00:20:45.441972 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59127) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2852 | 2024.11.06 00:20:45.442019 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2853 | 2024.11.06 00:20:45.442165 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2854 | 2024.11.06 00:20:45.442521 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2855 | 2024.11.06 00:20:45.442557 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2856 | 2024.11.06 00:20:45.442933 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2857 | 2024.11.06 00:20:45.443278 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2858 | 2024.11.06 00:20:45.443451 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001525 sec., 65573.77049180327 rows/sec., 4.55 MiB/sec. | ||
| 2859 | 2024.11.06 00:20:45.443621 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Debug> DynamicQueryHandler: Done processing query | ||
| 2860 | 2024.11.06 00:20:45.443645 [ 289 ] {c13f19f9-4753-4d33-87b8-30810aec6496} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2861 | 2024.11.06 00:20:45.443661 [ 289 ] {} <Debug> HTTP-Session: 25bd8e08-c0e2-473c-917c-216ca4d25433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2862 | 2024.11.06 00:20:45.443837 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2863 | 2024.11.06 00:20:45.443842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64692, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2864 | 2024.11.06 00:20:45.443922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2865 | 2024.11.06 00:20:45.443948 [ 3 ] {} <Debug> HTTP-Session: 88cd58d5-98a2-4779-9d45-46c20f0b269c Authenticating user 'default' from [fd00:1122:3344:101::d]:64692 | ||
| 2866 | 2024.11.06 00:20:45.443971 [ 3 ] {} <Debug> HTTP-Session: 88cd58d5-98a2-4779-9d45-46c20f0b269c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2867 | 2024.11.06 00:20:45.443989 [ 3 ] {} <Debug> HTTP-Session: 88cd58d5-98a2-4779-9d45-46c20f0b269c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2868 | 2024.11.06 00:20:45.444029 [ 3 ] {} <Trace> HTTP-Session: 88cd58d5-98a2-4779-9d45-46c20f0b269c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2869 | 2024.11.06 00:20:45.444165 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64692) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2870 | 2024.11.06 00:20:45.444220 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2871 | 2024.11.06 00:20:45.444387 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2872 | 2024.11.06 00:20:45.444781 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2873 | 2024.11.06 00:20:45.444821 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2874 | 2024.11.06 00:20:45.445189 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2875 | 2024.11.06 00:20:45.445518 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2876 | 2024.11.06 00:20:45.445681 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001557 sec., 19267.82273603083 rows/sec., 1.32 MiB/sec. | ||
| 2877 | 2024.11.06 00:20:45.445855 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Debug> DynamicQueryHandler: Done processing query | ||
| 2878 | 2024.11.06 00:20:45.445879 [ 3 ] {152b7c9d-7575-47b3-aa6f-71bc472cd726} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2879 | 2024.11.06 00:20:45.445895 [ 3 ] {} <Debug> HTTP-Session: 88cd58d5-98a2-4779-9d45-46c20f0b269c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2880 | 2024.11.06 00:20:45.446143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2881 | 2024.11.06 00:20:49.639257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56947, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2882 | 2024.11.06 00:20:49.898006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34589, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2883 | 2024.11.06 00:20:49.988927 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2884 | 2024.11.06 00:20:50.220021 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61435, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2885 | 2024.11.06 00:20:50.240550 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39399, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2886 | 2024.11.06 00:20:50.248960 [ 286 ] {} <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) | ||
| 2887 | 2024.11.06 00:20:50.284330 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2888 | 2024.11.06 00:20:50.308698 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2889 | 2024.11.06 00:20:50.430996 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57648, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2890 | 2024.11.06 00:20:50.438573 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33732, User-Agent: (none), Length: 16057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2891 | 2024.11.06 00:20:50.438700 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2892 | 2024.11.06 00:20:50.438729 [ 282 ] {} <Debug> HTTP-Session: 21ef4f5e-b3a5-4184-a219-92e0c3ddc7b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33732 | ||
| 2893 | 2024.11.06 00:20:50.438756 [ 282 ] {} <Debug> HTTP-Session: 21ef4f5e-b3a5-4184-a219-92e0c3ddc7b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2894 | 2024.11.06 00:20:50.438774 [ 282 ] {} <Debug> HTTP-Session: 21ef4f5e-b3a5-4184-a219-92e0c3ddc7b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2895 | 2024.11.06 00:20:50.438831 [ 282 ] {} <Trace> HTTP-Session: 21ef4f5e-b3a5-4184-a219-92e0c3ddc7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2896 | 2024.11.06 00:20:50.439053 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33732) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2897 | 2024.11.06 00:20:50.439121 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2898 | 2024.11.06 00:20:50.439456 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2899 | 2024.11.06 00:20:50.439967 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2900 | 2024.11.06 00:20:50.440016 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2901 | 2024.11.06 00:20:50.440441 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2902 | 2024.11.06 00:20:50.440822 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2903 | 2024.11.06 00:20:50.440981 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Debug> executeQuery: Read 106 rows, 9.58 KiB in 0.001999 sec., 53026.513256628314 rows/sec., 4.68 MiB/sec. | ||
| 2904 | 2024.11.06 00:20:50.441005 [ 34 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2905 | 2024.11.06 00:20:50.441093 [ 34 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2906 | 2024.11.06 00:20:50.441158 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2907 | 2024.11.06 00:20:50.441352 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2908 | 2024.11.06 00:20:50.441404 [ 282 ] {56879bfc-b45b-423e-9faa-da4eeb84f99d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2909 | 2024.11.06 00:20:50.441412 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 2910 | 2024.11.06 00:20:50.441430 [ 282 ] {} <Debug> HTTP-Session: 21ef4f5e-b3a5-4184-a219-92e0c3ddc7b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2911 | 2024.11.06 00:20:50.441821 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33732, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2912 | 2024.11.06 00:20:50.441960 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44677, User-Agent: (none), Length: 5787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2913 | 2024.11.06 00:20:50.441996 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2914 | 2024.11.06 00:20:50.442075 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 76 rows starting from the beginning of the part | ||
| 2915 | 2024.11.06 00:20:50.442162 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2916 | 2024.11.06 00:20:50.442270 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 76 rows starting from the beginning of the part | ||
| 2917 | 2024.11.06 00:20:50.442286 [ 283 ] {} <Debug> HTTP-Session: b6402f0a-c1d2-4d96-8e1d-3cdaaebc1c12 Authenticating user 'default' from [fd00:1122:3344:101::d]:44677 | ||
| 2918 | 2024.11.06 00:20:50.442399 [ 283 ] {} <Debug> HTTP-Session: b6402f0a-c1d2-4d96-8e1d-3cdaaebc1c12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2919 | 2024.11.06 00:20:50.442527 [ 283 ] {} <Debug> HTTP-Session: b6402f0a-c1d2-4d96-8e1d-3cdaaebc1c12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2920 | 2024.11.06 00:20:50.442587 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1198 rows starting from the beginning of the part | ||
| 2921 | 2024.11.06 00:20:50.442723 [ 283 ] {} <Trace> HTTP-Session: b6402f0a-c1d2-4d96-8e1d-3cdaaebc1c12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2922 | 2024.11.06 00:20:50.442862 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 26 rows starting from the beginning of the part | ||
| 2923 | 2024.11.06 00:20:50.442962 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
| 2924 | 2024.11.06 00:20:50.443238 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 106 rows starting from the beginning of the part | ||
| 2925 | 2024.11.06 00:20:50.443287 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44677) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2926 | 2024.11.06 00:20:50.443529 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2927 | 2024.11.06 00:20:50.444632 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2928 | 2024.11.06 00:20:50.445749 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2929 | 2024.11.06 00:20:50.445822 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 2930 | 2024.11.06 00:20:50.446528 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1508 rows, containing 5 columns (5 merged, 0 gathered) in 0.005274847 sec., 285885.0692730993 rows/sec., 24.81 MiB/sec. | ||
| 2931 | 2024.11.06 00:20:50.446661 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2932 | 2024.11.06 00:20:50.446784 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2933 | 2024.11.06 00:20:50.447279 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2934 | 2024.11.06 00:20:50.447511 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2935 | 2024.11.06 00:20:50.447597 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.004486 sec., 8916.62951404369 rows/sec., 670.49 KiB/sec. | ||
| 2936 | 2024.11.06 00:20:50.447820 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_16_3} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2937 | 2024.11.06 00:20:50.448137 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 2938 | 2024.11.06 00:20:50.448256 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2939 | 2024.11.06 00:20:50.448284 [ 283 ] {b5ca8337-57c2-4494-a0d7-721eea23901e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2940 | 2024.11.06 00:20:50.448301 [ 283 ] {} <Debug> HTTP-Session: b6402f0a-c1d2-4d96-8e1d-3cdaaebc1c12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2941 | 2024.11.06 00:20:50.448484 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2942 | 2024.11.06 00:20:50.448601 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48917, User-Agent: (none), Length: 11572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2943 | 2024.11.06 00:20:50.448674 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2944 | 2024.11.06 00:20:50.448699 [ 282 ] {} <Debug> HTTP-Session: bfc50b3c-fd50-4005-9d46-8a17afb29ea6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48917 | ||
| 2945 | 2024.11.06 00:20:50.448722 [ 282 ] {} <Debug> HTTP-Session: bfc50b3c-fd50-4005-9d46-8a17afb29ea6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2946 | 2024.11.06 00:20:50.448740 [ 282 ] {} <Debug> HTTP-Session: bfc50b3c-fd50-4005-9d46-8a17afb29ea6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2947 | 2024.11.06 00:20:50.448789 [ 282 ] {} <Trace> HTTP-Session: bfc50b3c-fd50-4005-9d46-8a17afb29ea6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2948 | 2024.11.06 00:20:50.448957 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48917) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2949 | 2024.11.06 00:20:50.449011 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2950 | 2024.11.06 00:20:50.449285 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2951 | 2024.11.06 00:20:50.449702 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2952 | 2024.11.06 00:20:50.449740 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2953 | 2024.11.06 00:20:50.450106 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2954 | 2024.11.06 00:20:50.450481 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2955 | 2024.11.06 00:20:50.450640 [ 34 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2956 | 2024.11.06 00:20:50.450651 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.001744 sec., 38990.82568807339 rows/sec., 3.05 MiB/sec. | ||
| 2957 | 2024.11.06 00:20:50.450689 [ 34 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2024.11.06 00:20:50.450759 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2959 | 2024.11.06 00:20:50.450948 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 2960 | 2024.11.06 00:20:50.450997 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Debug> DynamicQueryHandler: Done processing query | ||
| 2961 | 2024.11.06 00:20:50.451029 [ 282 ] {9aa123b0-0c49-4c76-a435-bdd27cb93238} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2962 | 2024.11.06 00:20:50.451055 [ 282 ] {} <Debug> HTTP-Session: bfc50b3c-fd50-4005-9d46-8a17afb29ea6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2963 | 2024.11.06 00:20:50.451127 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2964 | 2024.11.06 00:20:50.451162 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 65 rows starting from the beginning of the part | ||
| 2965 | 2024.11.06 00:20:50.451399 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48917, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2966 | 2024.11.06 00:20:50.451501 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 53 rows starting from the beginning of the part | ||
| 2967 | 2024.11.06 00:20:50.451536 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44677, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2968 | 2024.11.06 00:20:50.451767 [ 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): | ||
| 2969 | |||
| 2970 | (version 23.8.7.1) | ||
| 2971 | 2024.11.06 00:20:50.451944 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2972 | 2024.11.06 00:20:50.451960 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 511 rows starting from the beginning of the part | ||
| 2973 | 2024.11.06 00:20:50.452017 [ 283 ] {} <Debug> HTTP-Session: c6045b43-526a-4990-96a7-57c85fe174af Authenticating user 'default' from [fd00:1122:3344:101::d]:44677 | ||
| 2974 | 2024.11.06 00:20:50.452070 [ 283 ] {} <Debug> HTTP-Session: c6045b43-526a-4990-96a7-57c85fe174af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2975 | 2024.11.06 00:20:50.452145 [ 283 ] {} <Debug> HTTP-Session: c6045b43-526a-4990-96a7-57c85fe174af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2976 | 2024.11.06 00:20:50.452285 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part | ||
| 2977 | 2024.11.06 00:20:50.452300 [ 283 ] {} <Trace> HTTP-Session: c6045b43-526a-4990-96a7-57c85fe174af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2978 | 2024.11.06 00:20:50.452489 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 2979 | 2024.11.06 00:20:50.452758 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44677) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2980 | 2024.11.06 00:20:50.452814 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 68 rows starting from the beginning of the part | ||
| 2981 | 2024.11.06 00:20:50.452939 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2982 | 2024.11.06 00:20:50.453710 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2983 | 2024.11.06 00:20:50.454681 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2984 | 2024.11.06 00:20:50.454757 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 2985 | 2024.11.06 00:20:50.455752 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 753 rows, containing 5 columns (5 merged, 0 gathered) in 0.004875374 sec., 154449.6893981877 rows/sec., 12.22 MiB/sec. | ||
| 2986 | 2024.11.06 00:20:50.455843 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2987 | 2024.11.06 00:20:50.455941 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2988 | 2024.11.06 00:20:50.456708 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2989 | 2024.11.06 00:20:50.457083 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004549 sec., 21982.85337436799 rows/sec., 1.52 MiB/sec. | ||
| 2990 | 2024.11.06 00:20:50.457099 [ 34 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2991 | 2024.11.06 00:20:50.457322 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2992 | 2024.11.06 00:20:50.457350 [ 34 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2993 | 2024.11.06 00:20:50.457505 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 2994 | 2024.11.06 00:20:50.457645 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_16_3} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2995 | 2024.11.06 00:20:50.457705 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Debug> DynamicQueryHandler: Done processing query | ||
| 2996 | 2024.11.06 00:20:50.457849 [ 283 ] {a7e8b6d6-b1df-4903-a6da-4b18cf026d02} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2997 | 2024.11.06 00:20:50.458049 [ 283 ] {} <Debug> HTTP-Session: c6045b43-526a-4990-96a7-57c85fe174af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2998 | 2024.11.06 00:20:50.458092 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2999 | 2024.11.06 00:20:50.458187 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 3000 | 2024.11.06 00:20:50.458375 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3001 | 2024.11.06 00:20:50.458490 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47376, User-Agent: (none), Length: 66637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3002 | 2024.11.06 00:20:50.458565 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3003 | 2024.11.06 00:20:50.458582 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3004 | 2024.11.06 00:20:50.458620 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1040 rows starting from the beginning of the part | ||
| 3005 | 2024.11.06 00:20:50.458623 [ 282 ] {} <Debug> HTTP-Session: 6cb54027-b3ac-4e5e-b33d-3c471eeca155 Authenticating user 'default' from [fd00:1122:3344:101::d]:47376 | ||
| 3006 | 2024.11.06 00:20:50.458660 [ 282 ] {} <Debug> HTTP-Session: 6cb54027-b3ac-4e5e-b33d-3c471eeca155 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3007 | 2024.11.06 00:20:50.458688 [ 282 ] {} <Debug> HTTP-Session: 6cb54027-b3ac-4e5e-b33d-3c471eeca155 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3008 | 2024.11.06 00:20:50.458753 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part | ||
| 3009 | 2024.11.06 00:20:50.458779 [ 282 ] {} <Trace> HTTP-Session: 6cb54027-b3ac-4e5e-b33d-3c471eeca155 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3010 | 2024.11.06 00:20:50.458944 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4834 rows starting from the beginning of the part | ||
| 3011 | 2024.11.06 00:20:50.459096 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 3012 | 2024.11.06 00:20:50.459229 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part | ||
| 3013 | 2024.11.06 00:20:50.459363 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 100 rows starting from the beginning of the part | ||
| 3014 | 2024.11.06 00:20:50.460299 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47376) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3015 | 2024.11.06 00:20:50.460421 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <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 | ||
| 3016 | 2024.11.06 00:20:50.461301 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3017 | 2024.11.06 00:20:50.462170 [ 283 ] {} <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): | ||
| 3018 | |||
| 3019 | (version 23.8.7.1) | ||
| 3020 | 2024.11.06 00:20:50.462397 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3021 | 2024.11.06 00:20:50.462441 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 3022 | 2024.11.06 00:20:50.463162 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3023 | 2024.11.06 00:20:50.463590 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3024 | 2024.11.06 00:20:50.463788 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.004808 sec., 8319.46755407654 rows/sec., 14.91 MiB/sec. | ||
| 3025 | 2024.11.06 00:20:50.464480 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3026 | 2024.11.06 00:20:50.464522 [ 282 ] {c2465e87-8592-4471-a4cb-ef614c52ee8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 3027 | 2024.11.06 00:20:50.464549 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6234 rows, containing 5 columns (5 merged, 0 gathered) in 0.006881965 sec., 905845.9320848043 rows/sec., 61.00 MiB/sec. | ||
| 3028 | 2024.11.06 00:20:50.464567 [ 282 ] {} <Debug> HTTP-Session: 6cb54027-b3ac-4e5e-b33d-3c471eeca155 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3029 | 2024.11.06 00:20:50.464848 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3030 | 2024.11.06 00:20:50.464989 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47400, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3031 | 2024.11.06 00:20:50.465057 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3032 | 2024.11.06 00:20:50.465082 [ 283 ] {} <Debug> HTTP-Session: c28425bf-ed18-4d1c-ad32-d77de505e3e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:47400 | ||
| 3033 | 2024.11.06 00:20:50.465104 [ 283 ] {} <Debug> HTTP-Session: c28425bf-ed18-4d1c-ad32-d77de505e3e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3034 | 2024.11.06 00:20:50.465121 [ 283 ] {} <Debug> HTTP-Session: c28425bf-ed18-4d1c-ad32-d77de505e3e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3035 | 2024.11.06 00:20:50.465175 [ 283 ] {} <Trace> HTTP-Session: c28425bf-ed18-4d1c-ad32-d77de505e3e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3036 | 2024.11.06 00:20:50.465226 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3037 | 2024.11.06 00:20:50.465359 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47400) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3038 | 2024.11.06 00:20:50.465429 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3039 | 2024.11.06 00:20:50.465851 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3040 | 2024.11.06 00:20:50.465909 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3041 | 2024.11.06 00:20:50.466021 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3042 | 2024.11.06 00:20:50.466173 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 3043 | 2024.11.06 00:20:50.466327 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2024.11.06 00:20:50.466365 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 3045 | 2024.11.06 00:20:50.466740 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3046 | 2024.11.06 00:20:50.467083 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2024.11.06 00:20:50.467244 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00194 sec., 15463.917525773195 rows/sec., 1.06 MiB/sec. | ||
| 3048 | 2024.11.06 00:20:50.467246 [ 34 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3049 | 2024.11.06 00:20:50.467346 [ 34 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3050 | 2024.11.06 00:20:50.467405 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 3051 | 2024.11.06 00:20:50.467543 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Debug> DynamicQueryHandler: Done processing query | ||
| 3052 | 2024.11.06 00:20:50.467549 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 3053 | 2024.11.06 00:20:50.467575 [ 283 ] {ca849d33-9e6d-49f7-8b79-6a724dc63d72} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3054 | 2024.11.06 00:20:50.467599 [ 283 ] {} <Debug> HTTP-Session: c28425bf-ed18-4d1c-ad32-d77de505e3e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3055 | 2024.11.06 00:20:50.467692 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3056 | 2024.11.06 00:20:50.467730 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 312 rows starting from the beginning of the part | ||
| 3057 | 2024.11.06 00:20:50.467881 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
| 3058 | 2024.11.06 00:20:50.467894 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3059 | 2024.11.06 00:20:50.468174 [ 283 ] {} <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): | ||
| 3060 | |||
| 3061 | (version 23.8.7.1) | ||
| 3062 | 2024.11.06 00:20:50.468249 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 3063 | 2024.11.06 00:20:50.468564 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 18 rows starting from the beginning of the part | ||
| 3064 | 2024.11.06 00:20:50.468737 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
| 3065 | 2024.11.06 00:20:50.468995 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 3066 | 2024.11.06 00:20:50.469970 [ 200 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 426 rows, containing 4 columns (4 merged, 0 gathered) in 0.002468973 sec., 172541.37651566055 rows/sec., 11.82 MiB/sec. | ||
| 3067 | 2024.11.06 00:20:50.470197 [ 189 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3068 | 2024.11.06 00:20:50.470663 [ 189 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2024.11.06 00:20:50.470756 [ 189 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_16_3} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3070 | 2024.11.06 00:20:50.470859 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3071 | 2024.11.06 00:20:50.515876 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49214, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3072 | 2024.11.06 00:20:50.627054 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38397, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3073 | 2024.11.06 00:20:50.705495 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3074 | 2024.11.06 00:20:50.761080 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3075 | 2024.11.06 00:20:50.797409 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49175, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3076 | 2024.11.06 00:20:50.811870 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54771, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3077 | 2024.11.06 00:20:50.813096 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52231, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3078 | 2024.11.06 00:20:50.820312 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44614, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3079 | 2024.11.06 00:20:51.008561 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3080 | 2024.11.06 00:20:51.061190 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3081 | 2024.11.06 00:20:51.065498 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:50293, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3082 | 2024.11.06 00:20:51.105753 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3083 | 2024.11.06 00:20:51.328378 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39964, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3084 | 2024.11.06 00:20:51.350847 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3085 | 2024.11.06 00:20:51.359275 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3086 | 2024.11.06 00:20:51.902355 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 314 | ||
| 3087 | 2024.11.06 00:20:51.905031 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3088 | 2024.11.06 00:20:51.905085 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.81 GiB. | ||
| 3089 | 2024.11.06 00:20:51.906653 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3090 | 2024.11.06 00:20:51.907639 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2024.11.06 00:20:51.908567 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 314 | ||
| 3092 | 2024.11.06 00:20:55.436041 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47376, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3093 | 2024.11.06 00:20:55.436189 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3094 | 2024.11.06 00:20:55.436214 [ 282 ] {} <Debug> HTTP-Session: 7b9aa59f-073d-4c21-83a6-f5be8c271670 Authenticating user 'default' from [fd00:1122:3344:101::d]:47376 | ||
| 3095 | 2024.11.06 00:20:55.436238 [ 282 ] {} <Debug> HTTP-Session: 7b9aa59f-073d-4c21-83a6-f5be8c271670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3096 | 2024.11.06 00:20:55.436252 [ 282 ] {} <Debug> HTTP-Session: 7b9aa59f-073d-4c21-83a6-f5be8c271670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3097 | 2024.11.06 00:20:55.436305 [ 282 ] {} <Trace> HTTP-Session: 7b9aa59f-073d-4c21-83a6-f5be8c271670 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3098 | 2024.11.06 00:20:55.436493 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47376) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3099 | 2024.11.06 00:20:55.436562 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3100 | 2024.11.06 00:20:55.436910 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3101 | 2024.11.06 00:20:55.437397 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3102 | 2024.11.06 00:20:55.437444 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3103 | 2024.11.06 00:20:55.437866 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3104 | 2024.11.06 00:20:55.438290 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3105 | 2024.11.06 00:20:55.438467 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002022 sec., 989.1196834817014 rows/sec., 80.66 KiB/sec. | ||
| 3106 | 2024.11.06 00:20:55.438727 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Debug> DynamicQueryHandler: Done processing query | ||
| 3107 | 2024.11.06 00:20:55.438755 [ 282 ] {25e20747-c9a4-4e41-baf5-f4b7e42f8291} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3108 | 2024.11.06 00:20:55.438772 [ 282 ] {} <Debug> HTTP-Session: 7b9aa59f-073d-4c21-83a6-f5be8c271670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3109 | 2024.11.06 00:20:55.439016 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3110 | 2024.11.06 00:20:55.439123 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36969, User-Agent: (none), Length: 3739, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3111 | 2024.11.06 00:20:55.439254 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3112 | 2024.11.06 00:20:55.439279 [ 283 ] {} <Debug> HTTP-Session: ba802d62-8c03-4714-ba23-f2b327d0f0ce Authenticating user 'default' from [fd00:1122:3344:101::d]:36969 | ||
| 3113 | 2024.11.06 00:20:55.439303 [ 283 ] {} <Debug> HTTP-Session: ba802d62-8c03-4714-ba23-f2b327d0f0ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3114 | 2024.11.06 00:20:55.439318 [ 283 ] {} <Debug> HTTP-Session: ba802d62-8c03-4714-ba23-f2b327d0f0ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3115 | 2024.11.06 00:20:55.439374 [ 283 ] {} <Trace> HTTP-Session: ba802d62-8c03-4714-ba23-f2b327d0f0ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3116 | 2024.11.06 00:20:55.439573 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36969) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3117 | 2024.11.06 00:20:55.439657 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3118 | 2024.11.06 00:20:55.440038 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3119 | 2024.11.06 00:20:55.440462 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3120 | 2024.11.06 00:20:55.440501 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3121 | 2024.11.06 00:20:55.440936 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3122 | 2024.11.06 00:20:55.441335 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3123 | 2024.11.06 00:20:55.441475 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Debug> executeQuery: Read 27 rows, 2.05 KiB in 0.001967 sec., 13726.487036095577 rows/sec., 1.02 MiB/sec. | ||
| 3124 | 2024.11.06 00:20:55.441683 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3125 | 2024.11.06 00:20:55.441710 [ 283 ] {296cce09-ff6b-419a-87be-b57b3b34970d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3126 | 2024.11.06 00:20:55.441726 [ 283 ] {} <Debug> HTTP-Session: ba802d62-8c03-4714-ba23-f2b327d0f0ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3127 | 2024.11.06 00:20:55.441950 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3128 | 2024.11.06 00:20:55.442042 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57219, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3129 | 2024.11.06 00:20:55.442128 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3130 | 2024.11.06 00:20:55.442156 [ 282 ] {} <Debug> HTTP-Session: 4f61a9b8-fe75-4789-971b-28a75a0b93b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57219 | ||
| 3131 | 2024.11.06 00:20:55.442176 [ 282 ] {} <Debug> HTTP-Session: 4f61a9b8-fe75-4789-971b-28a75a0b93b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3132 | 2024.11.06 00:20:55.442191 [ 282 ] {} <Debug> HTTP-Session: 4f61a9b8-fe75-4789-971b-28a75a0b93b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3133 | 2024.11.06 00:20:55.442235 [ 282 ] {} <Trace> HTTP-Session: 4f61a9b8-fe75-4789-971b-28a75a0b93b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3134 | 2024.11.06 00:20:55.442362 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57219) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3135 | 2024.11.06 00:20:55.442414 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3136 | 2024.11.06 00:20:55.442699 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3137 | 2024.11.06 00:20:55.443044 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3138 | 2024.11.06 00:20:55.443084 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3139 | 2024.11.06 00:20:55.443470 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3140 | 2024.11.06 00:20:55.443882 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3141 | 2024.11.06 00:20:55.444049 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001708 sec., 1170.9601873536299 rows/sec., 81.76 KiB/sec. | ||
| 3142 | 2024.11.06 00:20:55.444364 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3143 | 2024.11.06 00:20:55.444390 [ 282 ] {9c6f20f3-23be-4035-a70d-d63a8a76008d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3144 | 2024.11.06 00:20:55.444423 [ 282 ] {} <Debug> HTTP-Session: 4f61a9b8-fe75-4789-971b-28a75a0b93b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3145 | 2024.11.06 00:20:55.444589 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57219, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3146 | 2024.11.06 00:20:55.444729 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37138, User-Agent: (none), Length: 5137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3147 | 2024.11.06 00:20:55.444802 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3148 | 2024.11.06 00:20:55.444824 [ 283 ] {} <Debug> HTTP-Session: 6fe3768a-f2c9-46ef-8405-27cb4e9c9cec Authenticating user 'default' from [fd00:1122:3344:101::d]:37138 | ||
| 3149 | 2024.11.06 00:20:55.444844 [ 283 ] {} <Debug> HTTP-Session: 6fe3768a-f2c9-46ef-8405-27cb4e9c9cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3150 | 2024.11.06 00:20:55.444858 [ 283 ] {} <Debug> HTTP-Session: 6fe3768a-f2c9-46ef-8405-27cb4e9c9cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3151 | 2024.11.06 00:20:55.444902 [ 283 ] {} <Trace> HTTP-Session: 6fe3768a-f2c9-46ef-8405-27cb4e9c9cec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3152 | 2024.11.06 00:20:55.445064 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37138) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3153 | 2024.11.06 00:20:55.445115 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3154 | 2024.11.06 00:20:55.445409 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3155 | 2024.11.06 00:20:55.445832 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3156 | 2024.11.06 00:20:55.445872 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3157 | 2024.11.06 00:20:55.446246 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3158 | 2024.11.06 00:20:55.446620 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3159 | 2024.11.06 00:20:55.446754 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001734 sec., 17301.038062283737 rows/sec., 1.35 MiB/sec. | ||
| 3160 | 2024.11.06 00:20:55.446942 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Debug> DynamicQueryHandler: Done processing query | ||
| 3161 | 2024.11.06 00:20:55.446967 [ 283 ] {e128f1e2-5727-4fc4-87bb-6b37434e2f05} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3162 | 2024.11.06 00:20:55.446983 [ 283 ] {} <Debug> HTTP-Session: 6fe3768a-f2c9-46ef-8405-27cb4e9c9cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3163 | 2024.11.06 00:20:55.447173 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3164 | 2024.11.06 00:20:55.447296 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53796, User-Agent: (none), Length: 15520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3165 | 2024.11.06 00:20:55.447369 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3166 | 2024.11.06 00:20:55.447395 [ 282 ] {} <Debug> HTTP-Session: aefdd201-b08f-470e-8661-7d95b39d85d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:53796 | ||
| 3167 | 2024.11.06 00:20:55.447418 [ 282 ] {} <Debug> HTTP-Session: aefdd201-b08f-470e-8661-7d95b39d85d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3168 | 2024.11.06 00:20:55.447435 [ 282 ] {} <Debug> HTTP-Session: aefdd201-b08f-470e-8661-7d95b39d85d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3169 | 2024.11.06 00:20:55.447483 [ 282 ] {} <Trace> HTTP-Session: aefdd201-b08f-470e-8661-7d95b39d85d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3170 | 2024.11.06 00:20:55.447650 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53796) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3171 | 2024.11.06 00:20:55.447713 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3172 | 2024.11.06 00:20:55.447930 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3173 | 2024.11.06 00:20:55.448300 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3174 | 2024.11.06 00:20:55.448338 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3175 | 2024.11.06 00:20:55.448732 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3176 | 2024.11.06 00:20:55.449095 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3177 | 2024.11.06 00:20:55.449249 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Debug> executeQuery: Read 81 rows, 5.75 KiB in 0.001657 sec., 48883.524441762216 rows/sec., 3.39 MiB/sec. | ||
| 3178 | 2024.11.06 00:20:55.449427 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3179 | 2024.11.06 00:20:55.449451 [ 282 ] {828a4711-618a-4292-965d-57cb418adda6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3180 | 2024.11.06 00:20:55.449467 [ 282 ] {} <Debug> HTTP-Session: aefdd201-b08f-470e-8661-7d95b39d85d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3181 | 2024.11.06 00:20:55.449654 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37138, User-Agent: (none), Length: 3721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3182 | 2024.11.06 00:20:55.449669 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53796, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3183 | 2024.11.06 00:20:55.449752 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3184 | 2024.11.06 00:20:55.449785 [ 283 ] {} <Debug> HTTP-Session: a3d3fb0d-2a8f-435b-9c4a-3a194d54b519 Authenticating user 'default' from [fd00:1122:3344:101::d]:37138 | ||
| 3185 | 2024.11.06 00:20:55.449805 [ 283 ] {} <Debug> HTTP-Session: a3d3fb0d-2a8f-435b-9c4a-3a194d54b519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3186 | 2024.11.06 00:20:55.449826 [ 283 ] {} <Debug> HTTP-Session: a3d3fb0d-2a8f-435b-9c4a-3a194d54b519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3187 | 2024.11.06 00:20:55.449878 [ 283 ] {} <Trace> HTTP-Session: a3d3fb0d-2a8f-435b-9c4a-3a194d54b519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3188 | 2024.11.06 00:20:55.450005 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37138) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3189 | 2024.11.06 00:20:55.450057 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3190 | 2024.11.06 00:20:55.450220 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3191 | 2024.11.06 00:20:55.450512 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3192 | 2024.11.06 00:20:55.450550 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3193 | 2024.11.06 00:20:55.450952 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3194 | 2024.11.06 00:20:55.451434 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3195 | 2024.11.06 00:20:55.451584 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Debug> executeQuery: Read 24 rows, 1.68 KiB in 0.00162 sec., 14814.814814814816 rows/sec., 1.01 MiB/sec. | ||
| 3196 | 2024.11.06 00:20:55.451757 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3197 | 2024.11.06 00:20:55.451781 [ 283 ] {3c0393d7-d310-4fe2-9130-1fc1374de8f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3198 | 2024.11.06 00:20:55.451797 [ 283 ] {} <Debug> HTTP-Session: a3d3fb0d-2a8f-435b-9c4a-3a194d54b519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3199 | 2024.11.06 00:20:55.451974 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3200 | 2024.11.06 00:20:56.735505 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3201 | 2024.11.06 00:20:56.735556 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3202 | 2024.11.06 00:21:00.435701 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62363, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3203 | 2024.11.06 00:21:00.435840 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3204 | 2024.11.06 00:21:00.435870 [ 287 ] {} <Debug> HTTP-Session: a45a7820-6f4c-4f70-8bec-09b67219ffef Authenticating user 'default' from [fd00:1122:3344:101::d]:62363 | ||
| 3205 | 2024.11.06 00:21:00.435897 [ 287 ] {} <Debug> HTTP-Session: a45a7820-6f4c-4f70-8bec-09b67219ffef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3206 | 2024.11.06 00:21:00.435915 [ 287 ] {} <Debug> HTTP-Session: a45a7820-6f4c-4f70-8bec-09b67219ffef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3207 | 2024.11.06 00:21:00.435971 [ 287 ] {} <Trace> HTTP-Session: a45a7820-6f4c-4f70-8bec-09b67219ffef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3208 | 2024.11.06 00:21:00.436183 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62363) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3209 | 2024.11.06 00:21:00.436254 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3210 | 2024.11.06 00:21:00.436586 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3211 | 2024.11.06 00:21:00.437108 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3212 | 2024.11.06 00:21:00.437147 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3213 | 2024.11.06 00:21:00.437549 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3214 | 2024.11.06 00:21:00.437926 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3215 | 2024.11.06 00:21:00.438078 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001961 sec., 13258.541560428352 rows/sec., 1009.43 KiB/sec. | ||
| 3216 | 2024.11.06 00:21:00.438515 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3217 | 2024.11.06 00:21:00.438543 [ 287 ] {91c1a8cc-4ff1-499c-bdd6-5693720820a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3218 | 2024.11.06 00:21:00.438560 [ 287 ] {} <Debug> HTTP-Session: a45a7820-6f4c-4f70-8bec-09b67219ffef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3219 | 2024.11.06 00:21:00.438874 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3220 | 2024.11.06 00:21:00.438946 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3221 | 2024.11.06 00:21:00.439145 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3222 | 2024.11.06 00:21:00.439190 [ 286 ] {} <Debug> HTTP-Session: 8aa4e91d-5631-4e8f-bed5-f4072e127e7b Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
| 3223 | 2024.11.06 00:21:00.439230 [ 286 ] {} <Debug> HTTP-Session: 8aa4e91d-5631-4e8f-bed5-f4072e127e7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3224 | 2024.11.06 00:21:00.439256 [ 286 ] {} <Debug> HTTP-Session: 8aa4e91d-5631-4e8f-bed5-f4072e127e7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3225 | 2024.11.06 00:21:00.439311 [ 286 ] {} <Trace> HTTP-Session: 8aa4e91d-5631-4e8f-bed5-f4072e127e7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2024.11.06 00:21:00.439492 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3227 | 2024.11.06 00:21:00.439558 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3228 | 2024.11.06 00:21:00.439891 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3229 | 2024.11.06 00:21:00.440272 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2024.11.06 00:21:00.440312 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3231 | 2024.11.06 00:21:00.440727 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3232 | 2024.11.06 00:21:00.441112 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3233 | 2024.11.06 00:21:00.441297 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001864 sec., 15021.45922746781 rows/sec., 1.17 MiB/sec. | ||
| 3234 | 2024.11.06 00:21:00.441492 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3235 | 2024.11.06 00:21:00.441518 [ 286 ] {34f4fee3-e6e6-48bf-b93a-f27d04fb3ec6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3236 | 2024.11.06 00:21:00.441535 [ 286 ] {} <Debug> HTTP-Session: 8aa4e91d-5631-4e8f-bed5-f4072e127e7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3237 | 2024.11.06 00:21:00.441717 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3238 | 2024.11.06 00:21:00.441812 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33333, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3239 | 2024.11.06 00:21:00.441881 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3240 | 2024.11.06 00:21:00.441905 [ 287 ] {} <Debug> HTTP-Session: d4993695-f0de-4f22-9239-6e7c22a97c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:33333 | ||
| 3241 | 2024.11.06 00:21:00.441926 [ 287 ] {} <Debug> HTTP-Session: d4993695-f0de-4f22-9239-6e7c22a97c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3242 | 2024.11.06 00:21:00.441943 [ 287 ] {} <Debug> HTTP-Session: d4993695-f0de-4f22-9239-6e7c22a97c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3243 | 2024.11.06 00:21:00.441989 [ 287 ] {} <Trace> HTTP-Session: d4993695-f0de-4f22-9239-6e7c22a97c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3244 | 2024.11.06 00:21:00.442168 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33333) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3245 | 2024.11.06 00:21:00.442224 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3246 | 2024.11.06 00:21:00.442403 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3247 | 2024.11.06 00:21:00.442759 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3248 | 2024.11.06 00:21:00.442794 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3249 | 2024.11.06 00:21:00.443185 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3250 | 2024.11.06 00:21:00.443524 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3251 | 2024.11.06 00:21:00.443658 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001559 sec., 64143.68184733803 rows/sec., 4.45 MiB/sec. | ||
| 3252 | 2024.11.06 00:21:00.443839 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Debug> DynamicQueryHandler: Done processing query | ||
| 3253 | 2024.11.06 00:21:00.443864 [ 287 ] {bde7e2da-62f6-40d5-a826-dfdc668b0e03} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3254 | 2024.11.06 00:21:00.443880 [ 287 ] {} <Debug> HTTP-Session: d4993695-f0de-4f22-9239-6e7c22a97c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3255 | 2024.11.06 00:21:00.444063 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33333, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3256 | 2024.11.06 00:21:00.444091 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3257 | 2024.11.06 00:21:00.444181 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3258 | 2024.11.06 00:21:00.444221 [ 286 ] {} <Debug> HTTP-Session: b48f5774-0500-4184-83d2-795827bf031e Authenticating user 'default' from [fd00:1122:3344:101::d]:63453 | ||
| 3259 | 2024.11.06 00:21:00.444245 [ 286 ] {} <Debug> HTTP-Session: b48f5774-0500-4184-83d2-795827bf031e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3260 | 2024.11.06 00:21:00.444263 [ 286 ] {} <Debug> HTTP-Session: b48f5774-0500-4184-83d2-795827bf031e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3261 | 2024.11.06 00:21:00.444308 [ 286 ] {} <Trace> HTTP-Session: b48f5774-0500-4184-83d2-795827bf031e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3262 | 2024.11.06 00:21:00.444462 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63453) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3263 | 2024.11.06 00:21:00.444521 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3264 | 2024.11.06 00:21:00.444718 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3265 | 2024.11.06 00:21:00.445052 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3266 | 2024.11.06 00:21:00.445097 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3267 | 2024.11.06 00:21:00.445511 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3268 | 2024.11.06 00:21:00.445862 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2024.11.06 00:21:00.446001 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001589 sec., 18879.798615481435 rows/sec., 1.29 MiB/sec. | ||
| 3270 | 2024.11.06 00:21:00.446176 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Debug> DynamicQueryHandler: Done processing query | ||
| 3271 | 2024.11.06 00:21:00.446201 [ 286 ] {4107e2aa-7bef-45db-8bdf-5aff3d4dbbee} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3272 | 2024.11.06 00:21:00.446218 [ 286 ] {} <Debug> HTTP-Session: b48f5774-0500-4184-83d2-795827bf031e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3273 | 2024.11.06 00:21:00.446414 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3274 | 2024.11.06 00:21:01.909572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 334 | ||
| 3275 | 2024.11.06 00:21:01.912305 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3276 | 2024.11.06 00:21:01.912356 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3277 | 2024.11.06 00:21:01.913824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3278 | 2024.11.06 00:21:01.914788 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3279 | 2024.11.06 00:21:01.915252 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 334 | ||
| 3280 | 2024.11.06 00:21:05.438016 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51489, User-Agent: (none), Length: 16057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3281 | 2024.11.06 00:21:05.438162 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3282 | 2024.11.06 00:21:05.438192 [ 286 ] {} <Debug> HTTP-Session: 4a41f70f-b67d-4d91-9510-e92672580055 Authenticating user 'default' from [fd00:1122:3344:101::d]:51489 | ||
| 3283 | 2024.11.06 00:21:05.438220 [ 286 ] {} <Debug> HTTP-Session: 4a41f70f-b67d-4d91-9510-e92672580055 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3284 | 2024.11.06 00:21:05.438238 [ 286 ] {} <Debug> HTTP-Session: 4a41f70f-b67d-4d91-9510-e92672580055 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3285 | 2024.11.06 00:21:05.438294 [ 286 ] {} <Trace> HTTP-Session: 4a41f70f-b67d-4d91-9510-e92672580055 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3286 | 2024.11.06 00:21:05.438514 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51489) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3287 | 2024.11.06 00:21:05.438584 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3288 | 2024.11.06 00:21:05.438924 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3289 | 2024.11.06 00:21:05.439562 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3290 | 2024.11.06 00:21:05.439609 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3291 | 2024.11.06 00:21:05.440059 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3292 | 2024.11.06 00:21:05.440463 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3293 | 2024.11.06 00:21:05.440656 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Debug> executeQuery: Read 106 rows, 9.58 KiB in 0.00221 sec., 47963.800904977375 rows/sec., 4.23 MiB/sec. | ||
| 3294 | 2024.11.06 00:21:05.440890 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Debug> DynamicQueryHandler: Done processing query | ||
| 3295 | 2024.11.06 00:21:05.440917 [ 286 ] {d7aa1a7c-479e-4b72-abfe-345c7ddef150} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3296 | 2024.11.06 00:21:05.440934 [ 286 ] {} <Debug> HTTP-Session: 4a41f70f-b67d-4d91-9510-e92672580055 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3297 | 2024.11.06 00:21:05.441137 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3298 | 2024.11.06 00:21:05.441319 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33255, User-Agent: (none), Length: 5787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3299 | 2024.11.06 00:21:05.441438 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3300 | 2024.11.06 00:21:05.441462 [ 287 ] {} <Debug> HTTP-Session: 715696c3-32ed-4b96-abe2-306dbe8e1b4a Authenticating user 'default' from [fd00:1122:3344:101::d]:33255 | ||
| 3301 | 2024.11.06 00:21:05.441485 [ 287 ] {} <Debug> HTTP-Session: 715696c3-32ed-4b96-abe2-306dbe8e1b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3302 | 2024.11.06 00:21:05.441500 [ 287 ] {} <Debug> HTTP-Session: 715696c3-32ed-4b96-abe2-306dbe8e1b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3303 | 2024.11.06 00:21:05.441555 [ 287 ] {} <Trace> HTTP-Session: 715696c3-32ed-4b96-abe2-306dbe8e1b4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3304 | 2024.11.06 00:21:05.441748 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33255) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3305 | 2024.11.06 00:21:05.441815 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3306 | 2024.11.06 00:21:05.442157 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3307 | 2024.11.06 00:21:05.442553 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3308 | 2024.11.06 00:21:05.442595 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3309 | 2024.11.06 00:21:05.443014 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3310 | 2024.11.06 00:21:05.443420 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3311 | 2024.11.06 00:21:05.443557 [ 73 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 3312 | 2024.11.06 00:21:05.443570 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Debug> executeQuery: Read 40 rows, 3.01 KiB in 0.001888 sec., 21186.440677966104 rows/sec., 1.56 MiB/sec. | ||
| 3313 | 2024.11.06 00:21:05.443608 [ 73 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3314 | 2024.11.06 00:21:05.443651 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3315 | 2024.11.06 00:21:05.444002 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full | ||
| 3316 | 2024.11.06 00:21:05.444023 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 3317 | 2024.11.06 00:21:05.444128 [ 287 ] {882d647f-6f32-49e7-948b-75672300c6bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3318 | 2024.11.06 00:21:05.444202 [ 287 ] {} <Debug> HTTP-Session: 715696c3-32ed-4b96-abe2-306dbe8e1b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3319 | 2024.11.06 00:21:05.444390 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3320 | 2024.11.06 00:21:05.444489 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 25 rows starting from the beginning of the part | ||
| 3321 | 2024.11.06 00:21:05.444508 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51489, User-Agent: (none), Length: 11572, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3322 | 2024.11.06 00:21:05.444523 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3323 | 2024.11.06 00:21:05.444795 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3324 | 2024.11.06 00:21:05.444825 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part | ||
| 3325 | 2024.11.06 00:21:05.444861 [ 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): | ||
| 3326 | |||
| 3327 | (version 23.8.7.1) | ||
| 3328 | 2024.11.06 00:21:05.444922 [ 286 ] {} <Debug> HTTP-Session: 92e142f7-cb1b-4a42-afca-b3802407aa95 Authenticating user 'default' from [fd00:1122:3344:101::d]:51489 | ||
| 3329 | 2024.11.06 00:21:05.445045 [ 286 ] {} <Debug> HTTP-Session: 92e142f7-cb1b-4a42-afca-b3802407aa95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3330 | 2024.11.06 00:21:05.445144 [ 286 ] {} <Debug> HTTP-Session: 92e142f7-cb1b-4a42-afca-b3802407aa95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3331 | 2024.11.06 00:21:05.445165 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 19 rows starting from the beginning of the part | ||
| 3332 | 2024.11.06 00:21:05.445333 [ 286 ] {} <Trace> HTTP-Session: 92e142f7-cb1b-4a42-afca-b3802407aa95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3333 | 2024.11.06 00:21:05.445434 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3334 | 2024.11.06 00:21:05.445622 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 3335 | 2024.11.06 00:21:05.445891 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51489) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3336 | 2024.11.06 00:21:05.445924 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part | ||
| 3337 | 2024.11.06 00:21:05.446049 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3338 | 2024.11.06 00:21:05.447061 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3339 | 2024.11.06 00:21:05.448209 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3340 | 2024.11.06 00:21:05.448285 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3341 | 2024.11.06 00:21:05.448744 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 151 rows, containing 5 columns (5 merged, 0 gathered) in 0.004954147 sec., 30479.515444333807 rows/sec., 2.35 MiB/sec. | ||
| 3342 | 2024.11.06 00:21:05.448982 [ 189 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3343 | 2024.11.06 00:21:05.449204 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3344 | 2024.11.06 00:21:05.450201 [ 189 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3345 | 2024.11.06 00:21:05.450373 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3346 | 2024.11.06 00:21:05.450419 [ 189 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_10_2} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 3347 | 2024.11.06 00:21:05.450619 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3348 | 2024.11.06 00:21:05.450715 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Debug> executeQuery: Read 68 rows, 5.44 KiB in 0.005082 sec., 13380.55883510429 rows/sec., 1.05 MiB/sec. | ||
| 3349 | 2024.11.06 00:21:05.450932 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Debug> DynamicQueryHandler: Done processing query | ||
| 3350 | 2024.11.06 00:21:05.450959 [ 286 ] {98de1021-6acd-4e6a-b710-d129704bc244} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3351 | 2024.11.06 00:21:05.450977 [ 286 ] {} <Debug> HTTP-Session: 92e142f7-cb1b-4a42-afca-b3802407aa95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3352 | 2024.11.06 00:21:05.451180 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3353 | 2024.11.06 00:21:05.451291 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40127, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3354 | 2024.11.06 00:21:05.451364 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3355 | 2024.11.06 00:21:05.451390 [ 287 ] {} <Debug> HTTP-Session: 4911feac-0d13-44b5-9e56-9d7ec20f86e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:40127 | ||
| 3356 | 2024.11.06 00:21:05.451413 [ 287 ] {} <Debug> HTTP-Session: 4911feac-0d13-44b5-9e56-9d7ec20f86e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3357 | 2024.11.06 00:21:05.451431 [ 287 ] {} <Debug> HTTP-Session: 4911feac-0d13-44b5-9e56-9d7ec20f86e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3358 | 2024.11.06 00:21:05.451480 [ 287 ] {} <Trace> HTTP-Session: 4911feac-0d13-44b5-9e56-9d7ec20f86e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3359 | 2024.11.06 00:21:05.451683 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40127) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3360 | 2024.11.06 00:21:05.451748 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3361 | 2024.11.06 00:21:05.451963 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3362 | 2024.11.06 00:21:05.452375 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3363 | 2024.11.06 00:21:05.452410 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3364 | 2024.11.06 00:21:05.452814 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3365 | 2024.11.06 00:21:05.453185 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3366 | 2024.11.06 00:21:05.453322 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001726 sec., 57937.427578215524 rows/sec., 4.02 MiB/sec. | ||
| 3367 | 2024.11.06 00:21:05.453512 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Debug> DynamicQueryHandler: Done processing query | ||
| 3368 | 2024.11.06 00:21:05.453537 [ 287 ] {18758b83-d5ce-4a2e-b669-ad77b42bd748} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3369 | 2024.11.06 00:21:05.453553 [ 287 ] {} <Debug> HTTP-Session: 4911feac-0d13-44b5-9e56-9d7ec20f86e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3370 | 2024.11.06 00:21:05.453809 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3371 | 2024.11.06 00:21:05.453871 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51489, User-Agent: (none), Length: 66773, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3372 | 2024.11.06 00:21:05.453973 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3373 | 2024.11.06 00:21:05.454005 [ 286 ] {} <Debug> HTTP-Session: 6f8b815a-187c-476f-959e-ebef1bf66bf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51489 | ||
| 3374 | 2024.11.06 00:21:05.454031 [ 286 ] {} <Debug> HTTP-Session: 6f8b815a-187c-476f-959e-ebef1bf66bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3375 | 2024.11.06 00:21:05.454051 [ 286 ] {} <Debug> HTTP-Session: 6f8b815a-187c-476f-959e-ebef1bf66bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3376 | 2024.11.06 00:21:05.454104 [ 286 ] {} <Trace> HTTP-Session: 6f8b815a-187c-476f-959e-ebef1bf66bf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3377 | 2024.11.06 00:21:05.454854 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51489) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3378 | 2024.11.06 00:21:05.454935 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <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 | ||
| 3379 | 2024.11.06 00:21:05.455435 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3380 | 2024.11.06 00:21:05.456323 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2024.11.06 00:21:05.456360 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3382 | 2024.11.06 00:21:05.457051 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3383 | 2024.11.06 00:21:05.457475 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3384 | 2024.11.06 00:21:05.457670 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <Debug> executeQuery: Read 40 rows, 73.40 KiB in 0.003423 sec., 11685.655857434998 rows/sec., 20.94 MiB/sec. | ||
| 3385 | 2024.11.06 00:21:05.457899 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3386 | 2024.11.06 00:21:05.457923 [ 286 ] {927f1a82-b0a4-48c3-8d1c-c9ae630e650d} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 3387 | 2024.11.06 00:21:05.457939 [ 286 ] {} <Debug> HTTP-Session: 6f8b815a-187c-476f-959e-ebef1bf66bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3388 | 2024.11.06 00:21:05.458095 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3389 | 2024.11.06 00:21:05.458188 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33142, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3390 | 2024.11.06 00:21:05.458259 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3391 | 2024.11.06 00:21:05.458284 [ 287 ] {} <Debug> HTTP-Session: 2c04ef18-2392-4249-aafc-31d78614a49a Authenticating user 'default' from [fd00:1122:3344:101::d]:33142 | ||
| 3392 | 2024.11.06 00:21:05.458306 [ 287 ] {} <Debug> HTTP-Session: 2c04ef18-2392-4249-aafc-31d78614a49a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3393 | 2024.11.06 00:21:05.458324 [ 287 ] {} <Debug> HTTP-Session: 2c04ef18-2392-4249-aafc-31d78614a49a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3394 | 2024.11.06 00:21:05.458368 [ 287 ] {} <Trace> HTTP-Session: 2c04ef18-2392-4249-aafc-31d78614a49a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3395 | 2024.11.06 00:21:05.458516 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33142) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3396 | 2024.11.06 00:21:05.458573 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3397 | 2024.11.06 00:21:05.458766 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3398 | 2024.11.06 00:21:05.459091 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3399 | 2024.11.06 00:21:05.459134 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3400 | 2024.11.06 00:21:05.459531 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3401 | 2024.11.06 00:21:05.459872 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3402 | 2024.11.06 00:21:05.460001 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001538 sec., 19505.851755526655 rows/sec., 1.34 MiB/sec. | ||
| 3403 | 2024.11.06 00:21:05.460175 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3404 | 2024.11.06 00:21:05.460200 [ 287 ] {c4a6c9ee-315f-4ced-8bf7-62ac13dd194f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3405 | 2024.11.06 00:21:05.460216 [ 287 ] {} <Debug> HTTP-Session: 2c04ef18-2392-4249-aafc-31d78614a49a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3406 | 2024.11.06 00:21:05.460441 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3407 | 2024.11.06 00:21:07.632211 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51489, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3408 | 2024.11.06 00:21:07.805657 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3409 | 2024.11.06 00:21:07.839058 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61595, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3410 | 2024.11.06 00:21:07.877371 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3411 | 2024.11.06 00:21:07.946720 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3412 | 2024.11.06 00:21:07.950001 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41730, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3413 | 2024.11.06 00:21:07.954270 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3414 | 2024.11.06 00:21:07.980529 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3415 | 2024.11.06 00:21:10.433237 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53477, User-Agent: (none), Length: 1000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3416 | 2024.11.06 00:21:10.433354 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3417 | 2024.11.06 00:21:10.433382 [ 286 ] {} <Debug> HTTP-Session: a1894d6b-a9bf-43e7-8acd-7639ed78cc4e Authenticating user 'default' from [fd00:1122:3344:101::d]:53477 | ||
| 3418 | 2024.11.06 00:21:10.433407 [ 286 ] {} <Debug> HTTP-Session: a1894d6b-a9bf-43e7-8acd-7639ed78cc4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3419 | 2024.11.06 00:21:10.433422 [ 286 ] {} <Debug> HTTP-Session: a1894d6b-a9bf-43e7-8acd-7639ed78cc4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3420 | 2024.11.06 00:21:10.433473 [ 286 ] {} <Trace> HTTP-Session: a1894d6b-a9bf-43e7-8acd-7639ed78cc4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3421 | 2024.11.06 00:21:10.433720 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53477) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT JSONEachRow; (stage: Complete) | ||
| 3422 | 2024.11.06 00:21:10.434117 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3423 | 2024.11.06 00:21:10.434167 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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')" moved to PREWHERE | ||
| 3424 | 2024.11.06 00:21:10.434497 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3425 | 2024.11.06 00:21:10.434581 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3426 | 2024.11.06 00:21:10.434758 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 3427 | 2024.11.06 00:21:10.434930 [ 296 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3428 | 2024.11.06 00:21:10.434949 [ 294 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3429 | 2024.11.06 00:21:10.435132 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3430 | 2024.11.06 00:21:10.435167 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3431 | 2024.11.06 00:21:10.439411 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3432 | 2024.11.06 00:21:10.441338 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3433 | 2024.11.06 00:21:10.441404 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" | ||
| 3434 | 2024.11.06 00:21:10.441453 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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'))" | ||
| 3435 | 2024.11.06 00:21:10.443202 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.009591 sec., 2606.6103638828067 rows/sec., 105.38 KiB/sec. | ||
| 3436 | 2024.11.06 00:21:10.443560 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Debug> DynamicQueryHandler: Done processing query | ||
| 3437 | 2024.11.06 00:21:10.443587 [ 286 ] {09bf7fd2-af6b-4342-9ebd-f213fa8f0b19} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3438 | 2024.11.06 00:21:10.443605 [ 286 ] {} <Debug> HTTP-Session: a1894d6b-a9bf-43e7-8acd-7639ed78cc4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3439 | 2024.11.06 00:21:10.443956 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3440 | 2024.11.06 00:21:10.444029 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64534, User-Agent: (none), Length: 1033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3441 | 2024.11.06 00:21:10.444138 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3442 | 2024.11.06 00:21:10.444166 [ 287 ] {} <Debug> HTTP-Session: 8ceb1311-d794-4bf7-9149-897b74520c07 Authenticating user 'default' from [fd00:1122:3344:101::d]:64534 | ||
| 3443 | 2024.11.06 00:21:10.444191 [ 287 ] {} <Debug> HTTP-Session: 8ceb1311-d794-4bf7-9149-897b74520c07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3444 | 2024.11.06 00:21:10.444206 [ 287 ] {} <Debug> HTTP-Session: 8ceb1311-d794-4bf7-9149-897b74520c07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3445 | 2024.11.06 00:21:10.444260 [ 287 ] {} <Trace> HTTP-Session: 8ceb1311-d794-4bf7-9149-897b74520c07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3446 | 2024.11.06 00:21:10.444490 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64534) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled') FORMAT JSONEachRow; (stage: Complete) | ||
| 3447 | 2024.11.06 00:21:10.444895 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3448 | 2024.11.06 00:21:10.444944 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled')" moved to PREWHERE | ||
| 3449 | 2024.11.06 00:21:10.445279 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3450 | 2024.11.06 00:21:10.445363 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3451 | 2024.11.06 00:21:10.445542 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 3452 | 2024.11.06 00:21:10.445674 [ 298 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3453 | 2024.11.06 00:21:10.445678 [ 299 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3454 | 2024.11.06 00:21:10.445824 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3455 | 2024.11.06 00:21:10.445851 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3456 | 2024.11.06 00:21:10.445940 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3457 | 2024.11.06 00:21:10.445963 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3458 | 2024.11.06 00:21:10.446006 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled'))" | ||
| 3459 | 2024.11.06 00:21:10.446054 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled'))" | ||
| 3460 | 2024.11.06 00:21:10.447294 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.00291 sec., 8591.06529209622 rows/sec., 347.33 KiB/sec. | ||
| 3461 | 2024.11.06 00:21:10.447611 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Debug> DynamicQueryHandler: Done processing query | ||
| 3462 | 2024.11.06 00:21:10.447638 [ 287 ] {b7a363cf-6eed-4627-b189-5025b4d07f82} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3463 | 2024.11.06 00:21:10.447655 [ 287 ] {} <Debug> HTTP-Session: 8ceb1311-d794-4bf7-9149-897b74520c07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3464 | 2024.11.06 00:21:10.448283 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3465 | 2024.11.06 00:21:10.448373 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42768, User-Agent: (none), Length: 1061, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3466 | 2024.11.06 00:21:10.448486 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3467 | 2024.11.06 00:21:10.448514 [ 282 ] {} <Debug> HTTP-Session: 771152b8-a9dc-44af-8df7-1320d2abe677 Authenticating user 'default' from [fd00:1122:3344:101::d]:42768 | ||
| 3468 | 2024.11.06 00:21:10.448541 [ 282 ] {} <Debug> HTTP-Session: 771152b8-a9dc-44af-8df7-1320d2abe677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3469 | 2024.11.06 00:21:10.448560 [ 282 ] {} <Debug> HTTP-Session: 771152b8-a9dc-44af-8df7-1320d2abe677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3470 | 2024.11.06 00:21:10.448620 [ 282 ] {} <Trace> HTTP-Session: 771152b8-a9dc-44af-8df7-1320d2abe677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3471 | 2024.11.06 00:21:10.448886 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42768) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT JSONEachRow; (stage: Complete) | ||
| 3472 | 2024.11.06 00:21:10.449341 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3473 | 2024.11.06 00:21:10.449399 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up')" moved to PREWHERE | ||
| 3474 | 2024.11.06 00:21:10.449741 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3475 | 2024.11.06 00:21:10.449821 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3476 | 2024.11.06 00:21:10.450004 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 3477 | 2024.11.06 00:21:10.450082 [ 296 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3478 | 2024.11.06 00:21:10.450085 [ 301 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3479 | 2024.11.06 00:21:10.450166 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3480 | 2024.11.06 00:21:10.450191 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3481 | 2024.11.06 00:21:10.450279 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3482 | 2024.11.06 00:21:10.450301 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3483 | 2024.11.06 00:21:10.450344 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 3484 | 2024.11.06 00:21:10.450391 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up'))" | ||
| 3485 | 2024.11.06 00:21:10.451823 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.003066 sec., 8153.9465101108935 rows/sec., 329.66 KiB/sec. | ||
| 3486 | 2024.11.06 00:21:10.452134 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3487 | 2024.11.06 00:21:10.452160 [ 282 ] {4fb82299-fb58-48cd-b9f3-932889b9a8e7} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3488 | 2024.11.06 00:21:10.452176 [ 282 ] {} <Debug> HTTP-Session: 771152b8-a9dc-44af-8df7-1320d2abe677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3489 | 2024.11.06 00:21:10.452436 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3490 | 2024.11.06 00:21:10.452527 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38106, User-Agent: (none), Length: 1086, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3491 | 2024.11.06 00:21:10.452609 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3492 | 2024.11.06 00:21:10.452636 [ 287 ] {} <Debug> HTTP-Session: 6728c575-a919-4ae0-aaee-52b6cde96014 Authenticating user 'default' from [fd00:1122:3344:101::d]:38106 | ||
| 3493 | 2024.11.06 00:21:10.452658 [ 287 ] {} <Debug> HTTP-Session: 6728c575-a919-4ae0-aaee-52b6cde96014 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3494 | 2024.11.06 00:21:10.452676 [ 287 ] {} <Debug> HTTP-Session: 6728c575-a919-4ae0-aaee-52b6cde96014 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3495 | 2024.11.06 00:21:10.452723 [ 287 ] {} <Trace> HTTP-Session: 6728c575-a919-4ae0-aaee-52b6cde96014 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3496 | 2024.11.06 00:21:10.452942 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38106) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 3497 | 2024.11.06 00:21:10.453337 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3498 | 2024.11.06 00:21:10.453393 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity')" moved to PREWHERE | ||
| 3499 | 2024.11.06 00:21:10.453710 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3500 | 2024.11.06 00:21:10.453778 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3501 | 2024.11.06 00:21:10.453936 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 3502 | 2024.11.06 00:21:10.454006 [ 297 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3503 | 2024.11.06 00:21:10.454050 [ 298 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3504 | 2024.11.06 00:21:10.454175 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3505 | 2024.11.06 00:21:10.454206 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3506 | 2024.11.06 00:21:10.454287 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3507 | 2024.11.06 00:21:10.454309 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3508 | 2024.11.06 00:21:10.454352 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 3509 | 2024.11.06 00:21:10.454400 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity'))" | ||
| 3510 | 2024.11.06 00:21:10.455764 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002938 sec., 8509.189925119128 rows/sec., 344.02 KiB/sec. | ||
| 3511 | 2024.11.06 00:21:10.456078 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Debug> DynamicQueryHandler: Done processing query | ||
| 3512 | 2024.11.06 00:21:10.456103 [ 287 ] {a2fe9311-2b30-4ffa-9261-9ff567c88339} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3513 | 2024.11.06 00:21:10.456120 [ 287 ] {} <Debug> HTTP-Session: 6728c575-a919-4ae0-aaee-52b6cde96014 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3514 | 2024.11.06 00:21:10.456359 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3515 | 2024.11.06 00:21:10.456421 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46004, User-Agent: (none), Length: 1112, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3516 | 2024.11.06 00:21:10.456495 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3517 | 2024.11.06 00:21:10.456532 [ 282 ] {} <Debug> HTTP-Session: 791f76f4-eaad-45fe-a8f2-49cac1620590 Authenticating user 'default' from [fd00:1122:3344:101::d]:46004 | ||
| 3518 | 2024.11.06 00:21:10.456557 [ 282 ] {} <Debug> HTTP-Session: 791f76f4-eaad-45fe-a8f2-49cac1620590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3519 | 2024.11.06 00:21:10.456575 [ 282 ] {} <Debug> HTTP-Session: 791f76f4-eaad-45fe-a8f2-49cac1620590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3520 | 2024.11.06 00:21:10.456621 [ 282 ] {} <Trace> HTTP-Session: 791f76f4-eaad-45fe-a8f2-49cac1620590 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3521 | 2024.11.06 00:21:10.456819 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46004) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 3522 | 2024.11.06 00:21:10.457208 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3523 | 2024.11.06 00:21:10.457263 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 3524 | 2024.11.06 00:21:10.457602 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3525 | 2024.11.06 00:21:10.457667 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3526 | 2024.11.06 00:21:10.457816 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 3527 | 2024.11.06 00:21:10.457916 [ 297 ] {748af168-59be-4343-a534-5dba8f5ca109} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3528 | 2024.11.06 00:21:10.457913 [ 296 ] {748af168-59be-4343-a534-5dba8f5ca109} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3529 | 2024.11.06 00:21:10.458017 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3530 | 2024.11.06 00:21:10.458041 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3531 | 2024.11.06 00:21:10.458121 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3532 | 2024.11.06 00:21:10.458142 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3533 | 2024.11.06 00:21:10.458181 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 3534 | 2024.11.06 00:21:10.458227 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 3535 | 2024.11.06 00:21:10.459472 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002754 sec., 9077.70515613653 rows/sec., 367.01 KiB/sec. | ||
| 3536 | 2024.11.06 00:21:10.459746 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Debug> DynamicQueryHandler: Done processing query | ||
| 3537 | 2024.11.06 00:21:10.459770 [ 282 ] {748af168-59be-4343-a534-5dba8f5ca109} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3538 | 2024.11.06 00:21:10.459786 [ 282 ] {} <Debug> HTTP-Session: 791f76f4-eaad-45fe-a8f2-49cac1620590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3539 | 2024.11.06 00:21:10.460036 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3540 | 2024.11.06 00:21:10.460095 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53431, User-Agent: (none), Length: 1136, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3541 | 2024.11.06 00:21:10.460180 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3542 | 2024.11.06 00:21:10.460206 [ 287 ] {} <Debug> HTTP-Session: 2f22042f-175d-4f5a-81ab-8d79f1475381 Authenticating user 'default' from [fd00:1122:3344:101::d]:53431 | ||
| 3543 | 2024.11.06 00:21:10.460227 [ 287 ] {} <Debug> HTTP-Session: 2f22042f-175d-4f5a-81ab-8d79f1475381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3544 | 2024.11.06 00:21:10.460244 [ 287 ] {} <Debug> HTTP-Session: 2f22042f-175d-4f5a-81ab-8d79f1475381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3545 | 2024.11.06 00:21:10.460290 [ 287 ] {} <Trace> HTTP-Session: 2f22042f-175d-4f5a-81ab-8d79f1475381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3546 | 2024.11.06 00:21:10.460485 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53431) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 3547 | 2024.11.06 00:21:10.460813 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3548 | 2024.11.06 00:21:10.460859 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 3549 | 2024.11.06 00:21:10.461167 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3550 | 2024.11.06 00:21:10.461233 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3551 | 2024.11.06 00:21:10.461384 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 3552 | 2024.11.06 00:21:10.461484 [ 297 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3553 | 2024.11.06 00:21:10.461494 [ 296 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3554 | 2024.11.06 00:21:10.461587 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3555 | 2024.11.06 00:21:10.461614 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3556 | 2024.11.06 00:21:10.461694 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3557 | 2024.11.06 00:21:10.461715 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3558 | 2024.11.06 00:21:10.461754 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 3559 | 2024.11.06 00:21:10.461803 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 3560 | 2024.11.06 00:21:10.463288 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002902 sec., 8614.74844934528 rows/sec., 348.29 KiB/sec. | ||
| 3561 | 2024.11.06 00:21:10.463601 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Debug> DynamicQueryHandler: Done processing query | ||
| 3562 | 2024.11.06 00:21:10.463630 [ 287 ] {28260190-6536-4b25-9991-b7ce0f00c270} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3563 | 2024.11.06 00:21:10.463650 [ 287 ] {} <Debug> HTTP-Session: 2f22042f-175d-4f5a-81ab-8d79f1475381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3564 | 2024.11.06 00:21:10.464011 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3565 | 2024.11.06 00:21:10.464080 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55391, User-Agent: (none), Length: 1160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3566 | 2024.11.06 00:21:10.464158 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3567 | 2024.11.06 00:21:10.464188 [ 282 ] {} <Debug> HTTP-Session: 7662368f-e2cf-4337-afd4-2d9dcbb9c852 Authenticating user 'default' from [fd00:1122:3344:101::d]:55391 | ||
| 3568 | 2024.11.06 00:21:10.464209 [ 282 ] {} <Debug> HTTP-Session: 7662368f-e2cf-4337-afd4-2d9dcbb9c852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3569 | 2024.11.06 00:21:10.464226 [ 282 ] {} <Debug> HTTP-Session: 7662368f-e2cf-4337-afd4-2d9dcbb9c852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3570 | 2024.11.06 00:21:10.464271 [ 282 ] {} <Trace> HTTP-Session: 7662368f-e2cf-4337-afd4-2d9dcbb9c852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3571 | 2024.11.06 00:21:10.464478 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55391) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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) | ||
| 3572 | 2024.11.06 00:21:10.464810 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3573 | 2024.11.06 00:21:10.464856 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 3574 | 2024.11.06 00:21:10.465164 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3575 | 2024.11.06 00:21:10.465230 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3576 | 2024.11.06 00:21:10.465378 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 3577 | 2024.11.06 00:21:10.465459 [ 296 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3578 | 2024.11.06 00:21:10.465474 [ 297 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3579 | 2024.11.06 00:21:10.465566 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3580 | 2024.11.06 00:21:10.465593 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3581 | 2024.11.06 00:21:10.465674 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3582 | 2024.11.06 00:21:10.465694 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3583 | 2024.11.06 00:21:10.465734 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 3584 | 2024.11.06 00:21:10.465779 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 3585 | 2024.11.06 00:21:10.466992 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002617 sec., 9552.923194497516 rows/sec., 386.22 KiB/sec. | ||
| 3586 | 2024.11.06 00:21:10.467284 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Debug> DynamicQueryHandler: Done processing query | ||
| 3587 | 2024.11.06 00:21:10.467308 [ 282 ] {ecabe54f-4d37-4ab0-a572-541d154f0ede} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3588 | 2024.11.06 00:21:10.467325 [ 282 ] {} <Debug> HTTP-Session: 7662368f-e2cf-4337-afd4-2d9dcbb9c852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3589 | 2024.11.06 00:21:10.467593 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3590 | 2024.11.06 00:21:10.467685 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39339, User-Agent: (none), Length: 1184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3591 | 2024.11.06 00:21:10.467754 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3592 | 2024.11.06 00:21:10.467778 [ 287 ] {} <Debug> HTTP-Session: 8e7d0348-bc87-4fe3-b747-7fba37e9e336 Authenticating user 'default' from [fd00:1122:3344:101::d]:39339 | ||
| 3593 | 2024.11.06 00:21:10.467799 [ 287 ] {} <Debug> HTTP-Session: 8e7d0348-bc87-4fe3-b747-7fba37e9e336 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3594 | 2024.11.06 00:21:10.467816 [ 287 ] {} <Debug> HTTP-Session: 8e7d0348-bc87-4fe3-b747-7fba37e9e336 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3595 | 2024.11.06 00:21:10.467859 [ 287 ] {} <Trace> HTTP-Session: 8e7d0348-bc87-4fe3-b747-7fba37e9e336 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3596 | 2024.11.06 00:21:10.468067 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39339) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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) | ||
| 3597 | 2024.11.06 00:21:10.468460 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3598 | 2024.11.06 00:21:10.468506 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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')" moved to PREWHERE | ||
| 3599 | 2024.11.06 00:21:10.468818 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3600 | 2024.11.06 00:21:10.468883 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3601 | 2024.11.06 00:21:10.469032 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 3602 | 2024.11.06 00:21:10.469136 [ 296 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3603 | 2024.11.06 00:21:10.469138 [ 297 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3604 | 2024.11.06 00:21:10.469233 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3605 | 2024.11.06 00:21:10.469256 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3606 | 2024.11.06 00:21:10.469335 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3607 | 2024.11.06 00:21:10.469355 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3608 | 2024.11.06 00:21:10.469396 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3609 | 2024.11.06 00:21:10.469442 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3610 | 2024.11.06 00:21:10.470656 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002698 sec., 9266.12305411416 rows/sec., 374.63 KiB/sec. | ||
| 3611 | 2024.11.06 00:21:10.470918 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Debug> DynamicQueryHandler: Done processing query | ||
| 3612 | 2024.11.06 00:21:10.470942 [ 287 ] {64f2805e-9c90-41a7-a36a-20302e76b610} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3613 | 2024.11.06 00:21:10.470959 [ 287 ] {} <Debug> HTTP-Session: 8e7d0348-bc87-4fe3-b747-7fba37e9e336 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3614 | 2024.11.06 00:21:10.471202 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55391, User-Agent: (none), Length: 1211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3615 | 2024.11.06 00:21:10.471215 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39339, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3616 | 2024.11.06 00:21:10.471289 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3617 | 2024.11.06 00:21:10.471325 [ 282 ] {} <Debug> HTTP-Session: 16d92646-ad19-45fe-a485-804605ae0c3d Authenticating user 'default' from [fd00:1122:3344:101::d]:55391 | ||
| 3618 | 2024.11.06 00:21:10.471368 [ 282 ] {} <Debug> HTTP-Session: 16d92646-ad19-45fe-a485-804605ae0c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3619 | 2024.11.06 00:21:10.471393 [ 282 ] {} <Debug> HTTP-Session: 16d92646-ad19-45fe-a485-804605ae0c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3620 | 2024.11.06 00:21:10.471438 [ 282 ] {} <Trace> HTTP-Session: 16d92646-ad19-45fe-a485-804605ae0c3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3621 | 2024.11.06 00:21:10.471642 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55391) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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) | ||
| 3622 | 2024.11.06 00:21:10.472034 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3623 | 2024.11.06 00:21:10.472092 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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')" moved to PREWHERE | ||
| 3624 | 2024.11.06 00:21:10.472477 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3625 | 2024.11.06 00:21:10.472542 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3626 | 2024.11.06 00:21:10.472691 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 3627 | 2024.11.06 00:21:10.472791 [ 297 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3628 | 2024.11.06 00:21:10.472805 [ 296 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3629 | 2024.11.06 00:21:10.472899 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3630 | 2024.11.06 00:21:10.472923 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3631 | 2024.11.06 00:21:10.473002 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3632 | 2024.11.06 00:21:10.473022 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3633 | 2024.11.06 00:21:10.473062 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3634 | 2024.11.06 00:21:10.473108 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3635 | 2024.11.06 00:21:10.474166 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002632 sec., 9498.480243161095 rows/sec., 384.02 KiB/sec. | ||
| 3636 | 2024.11.06 00:21:10.474426 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3637 | 2024.11.06 00:21:10.474449 [ 282 ] {22a5d21e-3a59-484f-8544-ab4551e9bea2} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3638 | 2024.11.06 00:21:10.474466 [ 282 ] {} <Debug> HTTP-Session: 16d92646-ad19-45fe-a485-804605ae0c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3639 | 2024.11.06 00:21:10.474734 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3640 | 2024.11.06 00:21:10.474796 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35195, User-Agent: (none), Length: 1241, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3641 | 2024.11.06 00:21:10.474880 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3642 | 2024.11.06 00:21:10.474905 [ 287 ] {} <Debug> HTTP-Session: 6b320be3-9595-4119-86be-d252504e9012 Authenticating user 'default' from [fd00:1122:3344:101::d]:35195 | ||
| 3643 | 2024.11.06 00:21:10.474926 [ 287 ] {} <Debug> HTTP-Session: 6b320be3-9595-4119-86be-d252504e9012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3644 | 2024.11.06 00:21:10.474944 [ 287 ] {} <Debug> HTTP-Session: 6b320be3-9595-4119-86be-d252504e9012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3645 | 2024.11.06 00:21:10.474988 [ 287 ] {} <Trace> HTTP-Session: 6b320be3-9595-4119-86be-d252504e9012 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3646 | 2024.11.06 00:21:10.475196 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35195) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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) | ||
| 3647 | 2024.11.06 00:21:10.475566 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3648 | 2024.11.06 00:21:10.475614 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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')" moved to PREWHERE | ||
| 3649 | 2024.11.06 00:21:10.475934 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3650 | 2024.11.06 00:21:10.476000 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3651 | 2024.11.06 00:21:10.476150 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 3652 | 2024.11.06 00:21:10.476256 [ 296 ] {728f9322-c964-4df1-82f2-887631318b2d} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3653 | 2024.11.06 00:21:10.476265 [ 297 ] {728f9322-c964-4df1-82f2-887631318b2d} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3654 | 2024.11.06 00:21:10.476359 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3655 | 2024.11.06 00:21:10.476382 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3656 | 2024.11.06 00:21:10.476464 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3657 | 2024.11.06 00:21:10.476485 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3658 | 2024.11.06 00:21:10.476526 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3659 | 2024.11.06 00:21:10.476575 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3660 | 2024.11.06 00:21:10.477836 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002748 sec., 9097.525473071324 rows/sec., 367.81 KiB/sec. | ||
| 3661 | 2024.11.06 00:21:10.478103 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3662 | 2024.11.06 00:21:10.478127 [ 287 ] {728f9322-c964-4df1-82f2-887631318b2d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3663 | 2024.11.06 00:21:10.478144 [ 287 ] {} <Debug> HTTP-Session: 6b320be3-9595-4119-86be-d252504e9012 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3664 | 2024.11.06 00:21:10.478387 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3665 | 2024.11.06 00:21:10.478484 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62988, User-Agent: (none), Length: 1271, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3666 | 2024.11.06 00:21:10.478550 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3667 | 2024.11.06 00:21:10.478574 [ 282 ] {} <Debug> HTTP-Session: f36c1c1c-5c06-4770-8267-25725036c17c Authenticating user 'default' from [fd00:1122:3344:101::d]:62988 | ||
| 3668 | 2024.11.06 00:21:10.478595 [ 282 ] {} <Debug> HTTP-Session: f36c1c1c-5c06-4770-8267-25725036c17c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3669 | 2024.11.06 00:21:10.478611 [ 282 ] {} <Debug> HTTP-Session: f36c1c1c-5c06-4770-8267-25725036c17c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3670 | 2024.11.06 00:21:10.478655 [ 282 ] {} <Trace> HTTP-Session: f36c1c1c-5c06-4770-8267-25725036c17c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3671 | 2024.11.06 00:21:10.478859 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62988) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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) | ||
| 3672 | 2024.11.06 00:21:10.479257 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3673 | 2024.11.06 00:21:10.479317 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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')" moved to PREWHERE | ||
| 3674 | 2024.11.06 00:21:10.479668 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3675 | 2024.11.06 00:21:10.479733 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3676 | 2024.11.06 00:21:10.479883 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 3677 | 2024.11.06 00:21:10.479990 [ 296 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3678 | 2024.11.06 00:21:10.480004 [ 297 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3679 | 2024.11.06 00:21:10.480098 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3680 | 2024.11.06 00:21:10.480127 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3681 | 2024.11.06 00:21:10.480207 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3682 | 2024.11.06 00:21:10.480227 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3683 | 2024.11.06 00:21:10.480267 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3684 | 2024.11.06 00:21:10.480313 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3685 | 2024.11.06 00:21:10.481847 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.003097 sec., 8072.328059412334 rows/sec., 326.36 KiB/sec. | ||
| 3686 | 2024.11.06 00:21:10.482130 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3687 | 2024.11.06 00:21:10.482153 [ 282 ] {4f433ae1-8fd9-4de8-b945-bd31e59cfe2f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3688 | 2024.11.06 00:21:10.482171 [ 282 ] {} <Debug> HTTP-Session: f36c1c1c-5c06-4770-8267-25725036c17c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3689 | 2024.11.06 00:21:10.486199 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35195, User-Agent: (none), Length: 1298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3690 | 2024.11.06 00:21:10.486216 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3691 | 2024.11.06 00:21:10.486293 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3692 | 2024.11.06 00:21:10.486325 [ 287 ] {} <Debug> HTTP-Session: 874fc78e-134c-4ae8-970c-3a7602ffa17d Authenticating user 'default' from [fd00:1122:3344:101::d]:35195 | ||
| 3693 | 2024.11.06 00:21:10.486348 [ 287 ] {} <Debug> HTTP-Session: 874fc78e-134c-4ae8-970c-3a7602ffa17d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3694 | 2024.11.06 00:21:10.486365 [ 287 ] {} <Debug> HTTP-Session: 874fc78e-134c-4ae8-970c-3a7602ffa17d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3695 | 2024.11.06 00:21:10.486410 [ 287 ] {} <Trace> HTTP-Session: 874fc78e-134c-4ae8-970c-3a7602ffa17d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3696 | 2024.11.06 00:21:10.486420 [ 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): | ||
| 3697 | |||
| 3698 | (version 23.8.7.1) | ||
| 3699 | 2024.11.06 00:21:10.486607 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35195) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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) | ||
| 3700 | 2024.11.06 00:21:10.486944 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3701 | 2024.11.06 00:21:10.486993 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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 | ||
| 3702 | 2024.11.06 00:21:10.487315 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3703 | 2024.11.06 00:21:10.487380 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3704 | 2024.11.06 00:21:10.487529 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 3705 | 2024.11.06 00:21:10.487628 [ 297 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3706 | 2024.11.06 00:21:10.487641 [ 296 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3707 | 2024.11.06 00:21:10.487740 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 3708 | 2024.11.06 00:21:10.487767 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3709 | 2024.11.06 00:21:10.487847 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3710 | 2024.11.06 00:21:10.487868 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 25 rows with 2 streams | ||
| 3711 | 2024.11.06 00:21:10.487907 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3712 | 2024.11.06 00:21:10.487954 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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', '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'))" | ||
| 3713 | 2024.11.06 00:21:10.489239 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Debug> executeQuery: Read 25 rows, 1.01 KiB in 0.002721 sec., 9187.798603454612 rows/sec., 371.46 KiB/sec. | ||
| 3714 | 2024.11.06 00:21:10.489522 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3715 | 2024.11.06 00:21:10.489546 [ 287 ] {b03778ec-2b62-4f19-80a9-8f49be0f800d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 3716 | 2024.11.06 00:21:10.489564 [ 287 ] {} <Debug> HTTP-Session: 874fc78e-134c-4ae8-970c-3a7602ffa17d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3717 | 2024.11.06 00:21:10.492584 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3718 | 2024.11.06 00:21:10.492619 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57622, User-Agent: (none), Length: 3916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3719 | 2024.11.06 00:21:10.492727 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3720 | 2024.11.06 00:21:10.492773 [ 282 ] {} <Debug> HTTP-Session: 44d9d143-6124-48c4-917d-e8074adf420d Authenticating user 'default' from [fd00:1122:3344:101::d]:57622 | ||
| 3721 | 2024.11.06 00:21:10.492808 [ 282 ] {} <Debug> HTTP-Session: 44d9d143-6124-48c4-917d-e8074adf420d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3722 | 2024.11.06 00:21:10.492833 [ 282 ] {} <Debug> HTTP-Session: 44d9d143-6124-48c4-917d-e8074adf420d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3723 | 2024.11.06 00:21:10.492884 [ 282 ] {} <Trace> HTTP-Session: 44d9d143-6124-48c4-917d-e8074adf420d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3724 | 2024.11.06 00:21:10.493043 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57622) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3725 | 2024.11.06 00:21:10.493105 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3726 | 2024.11.06 00:21:10.493359 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3727 | 2024.11.06 00:21:10.493720 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3728 | 2024.11.06 00:21:10.493757 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3729 | 2024.11.06 00:21:10.494265 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3730 | 2024.11.06 00:21:10.494583 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3731 | 2024.11.06 00:21:10.494715 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Debug> executeQuery: Read 12 rows, 2.06 KiB in 0.001737 sec., 6908.462867012089 rows/sec., 1.16 MiB/sec. | ||
| 3732 | 2024.11.06 00:21:10.495064 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3733 | 2024.11.06 00:21:10.495089 [ 282 ] {2d78507f-1249-46d1-9ea3-bfedc0b6c49f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3734 | 2024.11.06 00:21:10.495106 [ 282 ] {} <Debug> HTTP-Session: 44d9d143-6124-48c4-917d-e8074adf420d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3735 | 2024.11.06 00:21:10.495308 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3736 | 2024.11.06 00:21:10.495419 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43410, User-Agent: (none), Length: 24162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3737 | 2024.11.06 00:21:10.495496 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3738 | 2024.11.06 00:21:10.495537 [ 287 ] {} <Debug> HTTP-Session: 545b2853-8759-4d58-9b73-1c820893ab92 Authenticating user 'default' from [fd00:1122:3344:101::d]:43410 | ||
| 3739 | 2024.11.06 00:21:10.495571 [ 287 ] {} <Debug> HTTP-Session: 545b2853-8759-4d58-9b73-1c820893ab92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3740 | 2024.11.06 00:21:10.495598 [ 287 ] {} <Debug> HTTP-Session: 545b2853-8759-4d58-9b73-1c820893ab92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3741 | 2024.11.06 00:21:10.495664 [ 287 ] {} <Trace> HTTP-Session: 545b2853-8759-4d58-9b73-1c820893ab92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3742 | 2024.11.06 00:21:10.495964 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43410) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3743 | 2024.11.06 00:21:10.496052 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3744 | 2024.11.06 00:21:10.496541 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3745 | 2024.11.06 00:21:10.496982 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3746 | 2024.11.06 00:21:10.497022 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3747 | 2024.11.06 00:21:10.497423 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3748 | 2024.11.06 00:21:10.497807 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3749 | 2024.11.06 00:21:10.497990 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Debug> executeQuery: Read 159 rows, 14.46 KiB in 0.002168 sec., 73339.48339483395 rows/sec., 6.51 MiB/sec. | ||
| 3750 | 2024.11.06 00:21:10.498332 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3751 | 2024.11.06 00:21:10.498371 [ 287 ] {7ae4bc01-01f3-4800-9356-2f291e90e61e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3752 | 2024.11.06 00:21:10.498400 [ 287 ] {} <Debug> HTTP-Session: 545b2853-8759-4d58-9b73-1c820893ab92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3753 | 2024.11.06 00:21:10.498622 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3754 | 2024.11.06 00:21:10.498621 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57622, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3755 | 2024.11.06 00:21:10.498730 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3756 | 2024.11.06 00:21:10.498763 [ 282 ] {} <Debug> HTTP-Session: 0bfa4f48-f88b-478f-ab51-928ffae8d8c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57622 | ||
| 3757 | 2024.11.06 00:21:10.498792 [ 282 ] {} <Debug> HTTP-Session: 0bfa4f48-f88b-478f-ab51-928ffae8d8c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3758 | 2024.11.06 00:21:10.498811 [ 282 ] {} <Debug> HTTP-Session: 0bfa4f48-f88b-478f-ab51-928ffae8d8c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3759 | 2024.11.06 00:21:10.498855 [ 282 ] {} <Trace> HTTP-Session: 0bfa4f48-f88b-478f-ab51-928ffae8d8c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3760 | 2024.11.06 00:21:10.498989 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57622) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3761 | 2024.11.06 00:21:10.499045 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3762 | 2024.11.06 00:21:10.499367 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3763 | 2024.11.06 00:21:10.499702 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3764 | 2024.11.06 00:21:10.499738 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3765 | 2024.11.06 00:21:10.500108 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3766 | 2024.11.06 00:21:10.500469 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3767 | 2024.11.06 00:21:10.500596 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001648 sec., 8495.145631067962 rows/sec., 594.94 KiB/sec. | ||
| 3768 | 2024.11.06 00:21:10.500904 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Debug> DynamicQueryHandler: Done processing query | ||
| 3769 | 2024.11.06 00:21:10.500928 [ 282 ] {9ede301b-5d9b-41c8-baac-bbe2c5e13377} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3770 | 2024.11.06 00:21:10.500944 [ 282 ] {} <Debug> HTTP-Session: 0bfa4f48-f88b-478f-ab51-928ffae8d8c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3771 | 2024.11.06 00:21:10.501100 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57622, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3772 | 2024.11.06 00:21:10.501159 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56281, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3773 | 2024.11.06 00:21:10.501241 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3774 | 2024.11.06 00:21:10.501271 [ 287 ] {} <Debug> HTTP-Session: e0596168-338f-40ec-a47b-c39e7d946911 Authenticating user 'default' from [fd00:1122:3344:101::d]:56281 | ||
| 3775 | 2024.11.06 00:21:10.501305 [ 287 ] {} <Debug> HTTP-Session: e0596168-338f-40ec-a47b-c39e7d946911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3776 | 2024.11.06 00:21:10.501324 [ 287 ] {} <Debug> HTTP-Session: e0596168-338f-40ec-a47b-c39e7d946911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3777 | 2024.11.06 00:21:10.501366 [ 287 ] {} <Trace> HTTP-Session: e0596168-338f-40ec-a47b-c39e7d946911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3778 | 2024.11.06 00:21:10.501492 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56281) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3779 | 2024.11.06 00:21:10.501538 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3780 | 2024.11.06 00:21:10.501800 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3781 | 2024.11.06 00:21:10.502115 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3782 | 2024.11.06 00:21:10.502152 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3783 | 2024.11.06 00:21:10.502511 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3784 | 2024.11.06 00:21:10.502889 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3785 | 2024.11.06 00:21:10.503052 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001587 sec., 3780.7183364839316 rows/sec., 223.37 KiB/sec. | ||
| 3786 | 2024.11.06 00:21:10.503342 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Debug> DynamicQueryHandler: Done processing query | ||
| 3787 | 2024.11.06 00:21:10.503366 [ 287 ] {a5e2f1e3-d7c3-45c7-96c7-f3d52ed9cf95} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3788 | 2024.11.06 00:21:10.503382 [ 287 ] {} <Debug> HTTP-Session: e0596168-338f-40ec-a47b-c39e7d946911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3789 | 2024.11.06 00:21:10.503563 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3790 | 2024.11.06 00:21:10.503644 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64971, User-Agent: (none), Length: 55699, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3791 | 2024.11.06 00:21:10.503711 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3792 | 2024.11.06 00:21:10.503735 [ 282 ] {} <Debug> HTTP-Session: 15c783b5-2921-4990-a4db-7324409a5931 Authenticating user 'default' from [fd00:1122:3344:101::d]:64971 | ||
| 3793 | 2024.11.06 00:21:10.503755 [ 282 ] {} <Debug> HTTP-Session: 15c783b5-2921-4990-a4db-7324409a5931 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3794 | 2024.11.06 00:21:10.503773 [ 282 ] {} <Debug> HTTP-Session: 15c783b5-2921-4990-a4db-7324409a5931 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3795 | 2024.11.06 00:21:10.503816 [ 282 ] {} <Trace> HTTP-Session: 15c783b5-2921-4990-a4db-7324409a5931 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2024.11.06 00:21:10.504066 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64971) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3797 | 2024.11.06 00:21:10.504119 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3798 | 2024.11.06 00:21:10.504426 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3799 | 2024.11.06 00:21:10.504935 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3800 | 2024.11.06 00:21:10.504970 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3801 | 2024.11.06 00:21:10.505339 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3802 | 2024.11.06 00:21:10.505709 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3803 | 2024.11.06 00:21:10.505837 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Debug> executeQuery: Read 346 rows, 24.80 KiB in 0.001901 sec., 182009.46870068385 rows/sec., 12.74 MiB/sec. | ||
| 3804 | 2024.11.06 00:21:10.505998 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Debug> DynamicQueryHandler: Done processing query | ||
| 3805 | 2024.11.06 00:21:10.506022 [ 282 ] {59437aaa-40f0-45f1-9c48-b627991d9d09} <Debug> MemoryTracker: Peak memory usage (for query): 4.39 MiB. | ||
| 3806 | 2024.11.06 00:21:10.506038 [ 282 ] {} <Debug> HTTP-Session: 15c783b5-2921-4990-a4db-7324409a5931 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3807 | 2024.11.06 00:21:10.506206 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56281, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3808 | 2024.11.06 00:21:10.506217 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3809 | 2024.11.06 00:21:10.506294 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3810 | 2024.11.06 00:21:10.506329 [ 287 ] {} <Debug> HTTP-Session: dabba0dd-545d-4035-9efc-87ee1b4c3d3e Authenticating user 'default' from [fd00:1122:3344:101::d]:56281 | ||
| 3811 | 2024.11.06 00:21:10.506357 [ 287 ] {} <Debug> HTTP-Session: dabba0dd-545d-4035-9efc-87ee1b4c3d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3812 | 2024.11.06 00:21:10.506386 [ 287 ] {} <Debug> HTTP-Session: dabba0dd-545d-4035-9efc-87ee1b4c3d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3813 | 2024.11.06 00:21:10.506431 [ 287 ] {} <Trace> HTTP-Session: dabba0dd-545d-4035-9efc-87ee1b4c3d3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3814 | 2024.11.06 00:21:10.506556 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56281) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3815 | 2024.11.06 00:21:10.506611 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3816 | 2024.11.06 00:21:10.506799 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3817 | 2024.11.06 00:21:10.507114 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3818 | 2024.11.06 00:21:10.507156 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3819 | 2024.11.06 00:21:10.507569 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3820 | 2024.11.06 00:21:10.507898 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3821 | 2024.11.06 00:21:10.508049 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. | ||
| 3822 | 2024.11.06 00:21:10.508308 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3823 | 2024.11.06 00:21:10.508333 [ 287 ] {c9347ff9-6abf-4902-8025-a74b55414e2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3824 | 2024.11.06 00:21:10.508349 [ 287 ] {} <Debug> HTTP-Session: dabba0dd-545d-4035-9efc-87ee1b4c3d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3825 | 2024.11.06 00:21:10.508511 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3826 | 2024.11.06 00:21:10.508602 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50866, User-Agent: (none), Length: 33156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3827 | 2024.11.06 00:21:10.508683 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3828 | 2024.11.06 00:21:10.508707 [ 282 ] {} <Debug> HTTP-Session: cf3e68a4-7a0c-4263-b673-6848facacfc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:50866 | ||
| 3829 | 2024.11.06 00:21:10.508725 [ 282 ] {} <Debug> HTTP-Session: cf3e68a4-7a0c-4263-b673-6848facacfc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3830 | 2024.11.06 00:21:10.508739 [ 282 ] {} <Debug> HTTP-Session: cf3e68a4-7a0c-4263-b673-6848facacfc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3831 | 2024.11.06 00:21:10.508776 [ 282 ] {} <Trace> HTTP-Session: cf3e68a4-7a0c-4263-b673-6848facacfc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3832 | 2024.11.06 00:21:10.508936 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50866) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3833 | 2024.11.06 00:21:10.508986 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3834 | 2024.11.06 00:21:10.509174 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3835 | 2024.11.06 00:21:10.509553 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2024.11.06 00:21:10.509588 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3837 | 2024.11.06 00:21:10.509965 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3838 | 2024.11.06 00:21:10.510298 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2024.11.06 00:21:10.510425 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001556 sec., 113753.21336760925 rows/sec., 7.50 MiB/sec. | ||
| 3840 | 2024.11.06 00:21:10.510582 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Debug> DynamicQueryHandler: Done processing query | ||
| 3841 | 2024.11.06 00:21:10.510605 [ 282 ] {aa2814d0-3494-4619-bd8f-7b5bfd696d52} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3842 | 2024.11.06 00:21:10.510621 [ 282 ] {} <Debug> HTTP-Session: cf3e68a4-7a0c-4263-b673-6848facacfc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3843 | 2024.11.06 00:21:10.510792 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50866, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3844 | 2024.11.06 00:21:10.510866 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53585, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3845 | 2024.11.06 00:21:10.510945 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3846 | 2024.11.06 00:21:10.510973 [ 287 ] {} <Debug> HTTP-Session: 3336d050-1200-4811-8f8e-e3c41bd4e912 Authenticating user 'default' from [fd00:1122:3344:101::d]:53585 | ||
| 3847 | 2024.11.06 00:21:10.510993 [ 287 ] {} <Debug> HTTP-Session: 3336d050-1200-4811-8f8e-e3c41bd4e912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3848 | 2024.11.06 00:21:10.511010 [ 287 ] {} <Debug> HTTP-Session: 3336d050-1200-4811-8f8e-e3c41bd4e912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3849 | 2024.11.06 00:21:10.511054 [ 287 ] {} <Trace> HTTP-Session: 3336d050-1200-4811-8f8e-e3c41bd4e912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3850 | 2024.11.06 00:21:10.511174 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53585) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3851 | 2024.11.06 00:21:10.511230 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3852 | 2024.11.06 00:21:10.511418 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3853 | 2024.11.06 00:21:10.511711 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3854 | 2024.11.06 00:21:10.511746 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3855 | 2024.11.06 00:21:10.512096 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3856 | 2024.11.06 00:21:10.512448 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3857 | 2024.11.06 00:21:10.512600 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001455 sec., 687.2852233676977 rows/sec., 46.31 KiB/sec. | ||
| 3858 | 2024.11.06 00:21:10.512916 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 3859 | 2024.11.06 00:21:10.512941 [ 287 ] {019b4574-21c4-414c-953b-248b8d1889ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3860 | 2024.11.06 00:21:10.512957 [ 287 ] {} <Debug> HTTP-Session: 3336d050-1200-4811-8f8e-e3c41bd4e912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3861 | 2024.11.06 00:21:10.513095 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3862 | 2024.11.06 00:21:10.513217 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39768, User-Agent: (none), Length: 7662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3863 | 2024.11.06 00:21:10.513284 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3864 | 2024.11.06 00:21:10.513308 [ 282 ] {} <Debug> HTTP-Session: e501b6cc-8d8c-42a0-9c98-13735860ef0f Authenticating user 'default' from [fd00:1122:3344:101::d]:39768 | ||
| 3865 | 2024.11.06 00:21:10.513329 [ 282 ] {} <Debug> HTTP-Session: e501b6cc-8d8c-42a0-9c98-13735860ef0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3866 | 2024.11.06 00:21:10.513346 [ 282 ] {} <Debug> HTTP-Session: e501b6cc-8d8c-42a0-9c98-13735860ef0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3867 | 2024.11.06 00:21:10.513390 [ 282 ] {} <Trace> HTTP-Session: e501b6cc-8d8c-42a0-9c98-13735860ef0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3868 | 2024.11.06 00:21:10.513532 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39768) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3869 | 2024.11.06 00:21:10.513580 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3870 | 2024.11.06 00:21:10.513738 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3871 | 2024.11.06 00:21:10.514028 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3872 | 2024.11.06 00:21:10.514063 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3873 | 2024.11.06 00:21:10.514411 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3874 | 2024.11.06 00:21:10.514730 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3875 | 2024.11.06 00:21:10.514851 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001368 sec., 38011.695906432746 rows/sec., 2.35 MiB/sec. | ||
| 3876 | 2024.11.06 00:21:10.515048 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Debug> DynamicQueryHandler: Done processing query | ||
| 3877 | 2024.11.06 00:21:10.515073 [ 282 ] {5bef0de6-c9ba-447a-9cd5-70a22499be29} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3878 | 2024.11.06 00:21:10.515089 [ 282 ] {} <Debug> HTTP-Session: e501b6cc-8d8c-42a0-9c98-13735860ef0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3879 | 2024.11.06 00:21:10.515323 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3880 | 2024.11.06 00:21:11.001173 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 157.09 MiB, peak 163.78 MiB, free memory in arenas 0.00 B, will set to 155.42 MiB (RSS), difference: -1.67 MiB | ||
| 3881 | 2024.11.06 00:21:11.735816 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3882 | 2024.11.06 00:21:11.735912 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3883 | 2024.11.06 00:21:11.916257 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 388 | ||
| 3884 | 2024.11.06 00:21:11.919824 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3885 | 2024.11.06 00:21:11.919881 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3886 | 2024.11.06 00:21:11.921497 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3887 | 2024.11.06 00:21:11.922586 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3888 | 2024.11.06 00:21:11.922842 [ 133 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3889 | 2024.11.06 00:21:11.922978 [ 133 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3890 | 2024.11.06 00:21:11.923062 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3891 | 2024.11.06 00:21:11.923686 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 3892 | 2024.11.06 00:21:11.924532 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 388 | ||
| 3893 | 2024.11.06 00:21:11.925194 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3894 | 2024.11.06 00:21:11.925361 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 224 rows starting from the beginning of the part | ||
| 3895 | 2024.11.06 00:21:11.925976 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
| 3896 | 2024.11.06 00:21:11.926544 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 54 rows starting from the beginning of the part | ||
| 3897 | 2024.11.06 00:21:11.927103 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part | ||
| 3898 | 2024.11.06 00:21:11.927709 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 3899 | 2024.11.06 00:21:11.928213 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 54 rows starting from the beginning of the part | ||
| 3900 | 2024.11.06 00:21:11.936555 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 388 rows, containing 72 columns (72 merged, 0 gathered) in 0.013337866 sec., 29090.11081682782 rows/sec., 24.40 MiB/sec. | ||
| 3901 | 2024.11.06 00:21:11.937366 [ 192 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3902 | 2024.11.06 00:21:11.938845 [ 192 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2024.11.06 00:21:11.938934 [ 192 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_11_2} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3904 | 2024.11.06 00:21:11.939135 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3905 | 2024.11.06 00:21:12.001284 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000909607 sec. | ||
| 3906 | 2024.11.06 00:21:15.436170 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44352, User-Agent: (none), Length: 3606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3907 | 2024.11.06 00:21:15.436311 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3908 | 2024.11.06 00:21:15.436341 [ 282 ] {} <Debug> HTTP-Session: 1d103346-04aa-4b2b-b39e-4ff8e9fad007 Authenticating user 'default' from [fd00:1122:3344:101::d]:44352 | ||
| 3909 | 2024.11.06 00:21:15.436369 [ 282 ] {} <Debug> HTTP-Session: 1d103346-04aa-4b2b-b39e-4ff8e9fad007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3910 | 2024.11.06 00:21:15.436386 [ 282 ] {} <Debug> HTTP-Session: 1d103346-04aa-4b2b-b39e-4ff8e9fad007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3911 | 2024.11.06 00:21:15.436443 [ 282 ] {} <Trace> HTTP-Session: 1d103346-04aa-4b2b-b39e-4ff8e9fad007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3912 | 2024.11.06 00:21:15.436653 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44352) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3913 | 2024.11.06 00:21:15.436722 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3914 | 2024.11.06 00:21:15.437064 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3915 | 2024.11.06 00:21:15.437575 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3916 | 2024.11.06 00:21:15.437626 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3917 | 2024.11.06 00:21:15.438051 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3918 | 2024.11.06 00:21:15.438439 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3919 | 2024.11.06 00:21:15.438601 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002006 sec., 12961.116650049851 rows/sec., 986.79 KiB/sec. | ||
| 3920 | 2024.11.06 00:21:15.438622 [ 125 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3921 | 2024.11.06 00:21:15.438716 [ 125 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3922 | 2024.11.06 00:21:15.438776 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3923 | 2024.11.06 00:21:15.438951 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Debug> DynamicQueryHandler: Done processing query | ||
| 3924 | 2024.11.06 00:21:15.439040 [ 282 ] {546fbab3-90ba-4e29-aa42-2d73d3940a25} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3925 | 2024.11.06 00:21:15.439132 [ 282 ] {} <Debug> HTTP-Session: 1d103346-04aa-4b2b-b39e-4ff8e9fad007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3926 | 2024.11.06 00:21:15.439414 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 3927 | 2024.11.06 00:21:15.439519 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44352, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3928 | 2024.11.06 00:21:15.439570 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53585, User-Agent: (none), Length: 4796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3929 | 2024.11.06 00:21:15.439779 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3930 | 2024.11.06 00:21:15.439860 [ 287 ] {} <Debug> HTTP-Session: 79c44255-2098-4b1a-9c03-52b1ae281036 Authenticating user 'default' from [fd00:1122:3344:101::d]:53585 | ||
| 3931 | 2024.11.06 00:21:15.439916 [ 287 ] {} <Debug> HTTP-Session: 79c44255-2098-4b1a-9c03-52b1ae281036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3932 | 2024.11.06 00:21:15.439963 [ 287 ] {} <Debug> HTTP-Session: 79c44255-2098-4b1a-9c03-52b1ae281036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3933 | 2024.11.06 00:21:15.440021 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3934 | 2024.11.06 00:21:15.440054 [ 287 ] {} <Trace> HTTP-Session: 79c44255-2098-4b1a-9c03-52b1ae281036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3935 | 2024.11.06 00:21:15.440087 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1248 rows starting from the beginning of the part | ||
| 3936 | 2024.11.06 00:21:15.440288 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 27 rows starting from the beginning of the part | ||
| 3937 | 2024.11.06 00:21:15.440410 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53585) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3938 | 2024.11.06 00:21:15.440596 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3939 | 2024.11.06 00:21:15.440653 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 26 rows starting from the beginning of the part | ||
| 3940 | 2024.11.06 00:21:15.441034 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 106 rows starting from the beginning of the part | ||
| 3941 | 2024.11.06 00:21:15.441354 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 159 rows starting from the beginning of the part | ||
| 3942 | 2024.11.06 00:21:15.441768 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part | ||
| 3943 | 2024.11.06 00:21:15.442236 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3944 | 2024.11.06 00:21:15.443262 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3945 | 2024.11.06 00:21:15.443341 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3946 | 2024.11.06 00:21:15.444374 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3947 | 2024.11.06 00:21:15.444828 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1592 rows, containing 5 columns (5 merged, 0 gathered) in 0.005923906 sec., 268741.6039349713 rows/sec., 23.43 MiB/sec. | ||
| 3948 | 2024.11.06 00:21:15.445150 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3949 | 2024.11.06 00:21:15.445327 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3950 | 2024.11.06 00:21:15.445662 [ 125 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3951 | 2024.11.06 00:21:15.445749 [ 125 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3952 | 2024.11.06 00:21:15.445834 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3953 | 2024.11.06 00:21:15.445934 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.005665 sec., 4942.630185348632 rows/sec., 394.76 KiB/sec. | ||
| 3954 | 2024.11.06 00:21:15.446400 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 3955 | 2024.11.06 00:21:15.446943 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3956 | 2024.11.06 00:21:15.446967 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3957 | 2024.11.06 00:21:15.447007 [ 287 ] {376f83d6-e7bd-4504-b8a9-86a73d40dcc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3958 | 2024.11.06 00:21:15.447071 [ 287 ] {} <Debug> HTTP-Session: 79c44255-2098-4b1a-9c03-52b1ae281036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3959 | 2024.11.06 00:21:15.447088 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 546 rows starting from the beginning of the part | ||
| 3960 | 2024.11.06 00:21:15.447153 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3961 | 2024.11.06 00:21:15.447519 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3962 | 2024.11.06 00:21:15.447573 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
| 3963 | 2024.11.06 00:21:15.447618 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61593, User-Agent: (none), Length: 19147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3964 | 2024.11.06 00:21:15.447774 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_21_4} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3965 | 2024.11.06 00:21:15.447920 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3966 | 2024.11.06 00:21:15.448036 [ 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): | ||
| 3967 | |||
| 3968 | (version 23.8.7.1) | ||
| 3969 | 2024.11.06 00:21:15.448107 [ 282 ] {} <Debug> HTTP-Session: a1010761-dcdd-4822-b810-8ba7dea4964a Authenticating user 'default' from [fd00:1122:3344:101::d]:61593 | ||
| 3970 | 2024.11.06 00:21:15.448182 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 3971 | 2024.11.06 00:21:15.448284 [ 282 ] {} <Debug> HTTP-Session: a1010761-dcdd-4822-b810-8ba7dea4964a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3972 | 2024.11.06 00:21:15.448379 [ 282 ] {} <Debug> HTTP-Session: a1010761-dcdd-4822-b810-8ba7dea4964a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3973 | 2024.11.06 00:21:15.448393 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 3974 | 2024.11.06 00:21:15.448584 [ 282 ] {} <Trace> HTTP-Session: a1010761-dcdd-4822-b810-8ba7dea4964a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3975 | 2024.11.06 00:21:15.448622 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 68 rows starting from the beginning of the part | ||
| 3976 | 2024.11.06 00:21:15.448709 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 346 rows starting from the beginning of the part | ||
| 3977 | 2024.11.06 00:21:15.448869 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 3978 | 2024.11.06 00:21:15.448934 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61593) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3979 | 2024.11.06 00:21:15.449202 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3980 | 2024.11.06 00:21:15.449592 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3981 | 2024.11.06 00:21:15.450293 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3982 | 2024.11.06 00:21:15.450340 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3983 | 2024.11.06 00:21:15.450904 [ 198 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1046 rows, containing 5 columns (5 merged, 0 gathered) in 0.004892185 sec., 213810.39351537195 rows/sec., 16.51 MiB/sec. | ||
| 3984 | 2024.11.06 00:21:15.450960 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3985 | 2024.11.06 00:21:15.451105 [ 198 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3986 | 2024.11.06 00:21:15.451961 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3987 | 2024.11.06 00:21:15.452277 [ 125 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3988 | 2024.11.06 00:21:15.452325 [ 186 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_21_4} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3989 | 2024.11.06 00:21:15.452357 [ 125 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3990 | 2024.11.06 00:21:15.452338 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.003561 sec., 28081.999438360013 rows/sec., 1.95 MiB/sec. | ||
| 3991 | 2024.11.06 00:21:15.452442 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 3992 | 2024.11.06 00:21:15.452757 [ 186 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_21_4} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3993 | 2024.11.06 00:21:15.452901 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 3994 | 2024.11.06 00:21:15.453027 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Debug> DynamicQueryHandler: Done processing query | ||
| 3995 | 2024.11.06 00:21:15.453055 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. | ||
| 3996 | 2024.11.06 00:21:15.453087 [ 282 ] {e19c8ec6-cb37-47cb-b025-e5c2dbb5fd07} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3997 | 2024.11.06 00:21:15.453161 [ 282 ] {} <Debug> HTTP-Session: a1010761-dcdd-4822-b810-8ba7dea4964a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3998 | 2024.11.06 00:21:15.453254 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3999 | 2024.11.06 00:21:15.453290 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6234 rows starting from the beginning of the part | ||
| 4000 | 2024.11.06 00:21:15.453394 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4001 | 2024.11.06 00:21:15.453549 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 81 rows starting from the beginning of the part | ||
| 4002 | 2024.11.06 00:21:15.453618 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53003, User-Agent: (none), Length: 4637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4003 | 2024.11.06 00:21:15.453764 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part | ||
| 4004 | 2024.11.06 00:21:15.453835 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4005 | 2024.11.06 00:21:15.453981 [ 287 ] {} <Debug> HTTP-Session: 9eaec595-1eeb-4deb-a7f0-3ccab5077b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:53003 | ||
| 4006 | 2024.11.06 00:21:15.453998 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 100 rows starting from the beginning of the part | ||
| 4007 | 2024.11.06 00:21:15.454068 [ 287 ] {} <Debug> HTTP-Session: 9eaec595-1eeb-4deb-a7f0-3ccab5077b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4008 | 2024.11.06 00:21:15.454159 [ 287 ] {} <Debug> HTTP-Session: 9eaec595-1eeb-4deb-a7f0-3ccab5077b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4009 | 2024.11.06 00:21:15.454251 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 177 rows starting from the beginning of the part | ||
| 4010 | 2024.11.06 00:21:15.454313 [ 287 ] {} <Trace> HTTP-Session: 9eaec595-1eeb-4deb-a7f0-3ccab5077b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4011 | 2024.11.06 00:21:15.454512 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part | ||
| 4012 | 2024.11.06 00:21:15.454843 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53003) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4013 | 2024.11.06 00:21:15.454965 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4014 | 2024.11.06 00:21:15.455487 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4015 | 2024.11.06 00:21:15.456007 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4016 | 2024.11.06 00:21:15.456082 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4017 | 2024.11.06 00:21:15.457153 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4018 | 2024.11.06 00:21:15.457884 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4019 | 2024.11.06 00:21:15.458021 [ 125 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4020 | 2024.11.06 00:21:15.458031 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003422 sec., 8766.803039158387 rows/sec., 614.99 KiB/sec. | ||
| 4021 | 2024.11.06 00:21:15.458074 [ 125 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2024.11.06 00:21:15.458178 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4023 | 2024.11.06 00:21:15.458650 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Debug> DynamicQueryHandler: Done processing query | ||
| 4024 | 2024.11.06 00:21:15.458646 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 4025 | 2024.11.06 00:21:15.458763 [ 287 ] {78e47acb-4100-4fcb-bf6d-264b4a603ebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4026 | 2024.11.06 00:21:15.458849 [ 287 ] {} <Debug> HTTP-Session: 9eaec595-1eeb-4deb-a7f0-3ccab5077b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4027 | 2024.11.06 00:21:15.459236 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53003, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4028 | 2024.11.06 00:21:15.459351 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6792 rows, containing 5 columns (5 merged, 0 gathered) in 0.006751891 sec., 1005940.4098792471 rows/sec., 67.82 MiB/sec. | ||
| 4029 | 2024.11.06 00:21:15.459600 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4030 | 2024.11.06 00:21:15.459679 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 426 rows starting from the beginning of the part | ||
| 4031 | 2024.11.06 00:21:15.459891 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4032 | 2024.11.06 00:21:15.459921 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part | ||
| 4033 | 2024.11.06 00:21:15.460241 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
| 4034 | 2024.11.06 00:21:15.460606 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
| 4035 | 2024.11.06 00:21:15.460969 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 52 rows starting from the beginning of the part | ||
| 4036 | 2024.11.06 00:21:15.461304 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
| 4037 | 2024.11.06 00:21:15.461768 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4038 | 2024.11.06 00:21:15.461943 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4039 | 2024.11.06 00:21:15.462087 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. | ||
| 4040 | 2024.11.06 00:21:15.462929 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.004613827 sec., 128309.96914275286 rows/sec., 8.72 MiB/sec. | ||
| 4041 | 2024.11.06 00:21:15.463091 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4042 | 2024.11.06 00:21:15.463476 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4043 | 2024.11.06 00:21:15.463558 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_21_4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4044 | 2024.11.06 00:21:15.463644 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4045 | 2024.11.06 00:21:19.656428 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50985, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4046 | 2024.11.06 00:21:19.891939 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4047 | 2024.11.06 00:21:19.892043 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4048 | 2024.11.06 00:21:19.892086 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4049 | 2024.11.06 00:21:19.892269 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::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 | ||
| 4050 | 2024.11.06 00:21:19.892646 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4051 | 2024.11.06 00:21:19.892721 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 77 rows starting from the beginning of the part | ||
| 4052 | 2024.11.06 00:21:19.892963 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 25 rows starting from the beginning of the part | ||
| 4053 | 2024.11.06 00:21:19.893163 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
| 4054 | 2024.11.06 00:21:19.893378 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 4055 | 2024.11.06 00:21:19.893556 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part | ||
| 4056 | 2024.11.06 00:21:19.896162 [ 187 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 197 rows, containing 19 columns (19 merged, 0 gathered) in 0.003990559 sec., 49366.51732251045 rows/sec., 88.46 MiB/sec. | ||
| 4057 | 2024.11.06 00:21:19.896830 [ 193 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4058 | 2024.11.06 00:21:19.897487 [ 193 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4059 | 2024.11.06 00:21:19.897581 [ 193 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_9_2} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4060 | 2024.11.06 00:21:19.897741 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. | ||
| 4061 | 2024.11.06 00:21:19.898522 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4062 | 2024.11.06 00:21:19.999568 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4063 | 2024.11.06 00:21:20.235628 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4064 | 2024.11.06 00:21:20.247906 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4065 | 2024.11.06 00:21:20.260224 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4066 | 2024.11.06 00:21:20.294631 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58512, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4067 | 2024.11.06 00:21:20.315027 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4068 | 2024.11.06 00:21:20.442077 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50783, User-Agent: (none), Length: 36936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4069 | 2024.11.06 00:21:20.442167 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4070 | 2024.11.06 00:21:20.442195 [ 287 ] {} <Debug> HTTP-Session: ee61fd44-68d0-4e4d-8ae0-f49beae9edb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50783 | ||
| 4071 | 2024.11.06 00:21:20.442224 [ 287 ] {} <Debug> HTTP-Session: ee61fd44-68d0-4e4d-8ae0-f49beae9edb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4072 | 2024.11.06 00:21:20.442242 [ 287 ] {} <Debug> HTTP-Session: ee61fd44-68d0-4e4d-8ae0-f49beae9edb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4073 | 2024.11.06 00:21:20.442299 [ 287 ] {} <Trace> HTTP-Session: ee61fd44-68d0-4e4d-8ae0-f49beae9edb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4074 | 2024.11.06 00:21:20.442575 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50783) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4075 | 2024.11.06 00:21:20.442650 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4076 | 2024.11.06 00:21:20.442993 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4077 | 2024.11.06 00:21:20.443717 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4078 | 2024.11.06 00:21:20.443760 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4079 | 2024.11.06 00:21:20.444193 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4080 | 2024.11.06 00:21:20.444599 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4081 | 2024.11.06 00:21:20.444771 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Debug> executeQuery: Read 241 rows, 22.26 KiB in 0.002322 sec., 103789.83634797588 rows/sec., 9.36 MiB/sec. | ||
| 4082 | 2024.11.06 00:21:20.445153 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4083 | 2024.11.06 00:21:20.445211 [ 287 ] {5a6a9316-2780-43d4-b4b0-8e827c496de9} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 4084 | 2024.11.06 00:21:20.445239 [ 287 ] {} <Debug> HTTP-Session: ee61fd44-68d0-4e4d-8ae0-f49beae9edb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4085 | 2024.11.06 00:21:20.445481 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50783, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4086 | 2024.11.06 00:21:20.445552 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39858, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4087 | 2024.11.06 00:21:20.445688 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4088 | 2024.11.06 00:21:20.445719 [ 282 ] {} <Debug> HTTP-Session: 8009e489-cb22-468b-beda-f00910b1a63b Authenticating user 'default' from [fd00:1122:3344:101::d]:39858 | ||
| 4089 | 2024.11.06 00:21:20.445749 [ 282 ] {} <Debug> HTTP-Session: 8009e489-cb22-468b-beda-f00910b1a63b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4090 | 2024.11.06 00:21:20.445769 [ 282 ] {} <Debug> HTTP-Session: 8009e489-cb22-468b-beda-f00910b1a63b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4091 | 2024.11.06 00:21:20.445829 [ 282 ] {} <Trace> HTTP-Session: 8009e489-cb22-468b-beda-f00910b1a63b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4092 | 2024.11.06 00:21:20.446045 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39858) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4093 | 2024.11.06 00:21:20.446122 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4094 | 2024.11.06 00:21:20.446523 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4095 | 2024.11.06 00:21:20.446949 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4096 | 2024.11.06 00:21:20.446992 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4097 | 2024.11.06 00:21:20.447308 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4098 | 2024.11.06 00:21:20.447519 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4099 | 2024.11.06 00:21:20.447937 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4100 | 2024.11.06 00:21:20.448093 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002125 sec., 19294.11764705882 rows/sec., 1.42 MiB/sec. | ||
| 4101 | 2024.11.06 00:21:20.448312 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Debug> DynamicQueryHandler: Done processing query | ||
| 4102 | 2024.11.06 00:21:20.448339 [ 282 ] {f2356130-4d39-4ec4-928b-546cbdb34a57} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4103 | 2024.11.06 00:21:20.448356 [ 282 ] {} <Debug> HTTP-Session: 8009e489-cb22-468b-beda-f00910b1a63b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4104 | 2024.11.06 00:21:20.448515 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4105 | 2024.11.06 00:21:20.448612 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52348, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4106 | 2024.11.06 00:21:20.448675 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4107 | 2024.11.06 00:21:20.448696 [ 287 ] {} <Debug> HTTP-Session: 2dcec604-31e6-49b6-92df-81c3158cc193 Authenticating user 'default' from [fd00:1122:3344:101::d]:52348 | ||
| 4108 | 2024.11.06 00:21:20.448715 [ 287 ] {} <Debug> HTTP-Session: 2dcec604-31e6-49b6-92df-81c3158cc193 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4109 | 2024.11.06 00:21:20.448729 [ 287 ] {} <Debug> HTTP-Session: 2dcec604-31e6-49b6-92df-81c3158cc193 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4110 | 2024.11.06 00:21:20.448771 [ 287 ] {} <Trace> HTTP-Session: 2dcec604-31e6-49b6-92df-81c3158cc193 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4111 | 2024.11.06 00:21:20.448896 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52348) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4112 | 2024.11.06 00:21:20.448947 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4113 | 2024.11.06 00:21:20.449218 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4114 | 2024.11.06 00:21:20.449546 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4115 | 2024.11.06 00:21:20.449585 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4116 | 2024.11.06 00:21:20.449962 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4117 | 2024.11.06 00:21:20.450342 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4118 | 2024.11.06 00:21:20.450503 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001638 sec., 8547.008547008547 rows/sec., 598.58 KiB/sec. | ||
| 4119 | 2024.11.06 00:21:20.450691 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 4120 | 2024.11.06 00:21:20.450716 [ 287 ] {e8885b96-9c70-437e-b88b-a53da480c0ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4121 | 2024.11.06 00:21:20.450732 [ 287 ] {} <Debug> HTTP-Session: 2dcec604-31e6-49b6-92df-81c3158cc193 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4122 | 2024.11.06 00:21:20.450856 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52348, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4123 | 2024.11.06 00:21:20.450916 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39858, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4124 | 2024.11.06 00:21:20.451020 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4125 | 2024.11.06 00:21:20.451050 [ 282 ] {} <Debug> HTTP-Session: 7df3d93f-7ecf-4210-aada-20a97bcac2ca Authenticating user 'default' from [fd00:1122:3344:101::d]:39858 | ||
| 4126 | 2024.11.06 00:21:20.451074 [ 282 ] {} <Debug> HTTP-Session: 7df3d93f-7ecf-4210-aada-20a97bcac2ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4127 | 2024.11.06 00:21:20.451091 [ 282 ] {} <Debug> HTTP-Session: 7df3d93f-7ecf-4210-aada-20a97bcac2ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4128 | 2024.11.06 00:21:20.451139 [ 282 ] {} <Trace> HTTP-Session: 7df3d93f-7ecf-4210-aada-20a97bcac2ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4129 | 2024.11.06 00:21:20.451277 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39858) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4130 | 2024.11.06 00:21:20.451336 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4131 | 2024.11.06 00:21:20.451661 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4132 | 2024.11.06 00:21:20.451993 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4133 | 2024.11.06 00:21:20.452031 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4134 | 2024.11.06 00:21:20.452405 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4135 | 2024.11.06 00:21:20.452791 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4136 | 2024.11.06 00:21:20.452921 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001684 sec., 3562.9453681710215 rows/sec., 210.51 KiB/sec. | ||
| 4137 | 2024.11.06 00:21:20.453440 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4138 | 2024.11.06 00:21:20.453465 [ 282 ] {5aab3793-6f44-4c7b-b102-2d359baac8cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4139 | 2024.11.06 00:21:20.453481 [ 282 ] {} <Debug> HTTP-Session: 7df3d93f-7ecf-4210-aada-20a97bcac2ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4140 | 2024.11.06 00:21:20.453665 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4141 | 2024.11.06 00:21:20.453795 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37442, User-Agent: (none), Length: 62645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4142 | 2024.11.06 00:21:20.453855 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4143 | 2024.11.06 00:21:20.453876 [ 287 ] {} <Debug> HTTP-Session: 6353bdba-f5df-4eea-a536-4439e585cf90 Authenticating user 'default' from [fd00:1122:3344:101::d]:37442 | ||
| 4144 | 2024.11.06 00:21:20.453894 [ 287 ] {} <Debug> HTTP-Session: 6353bdba-f5df-4eea-a536-4439e585cf90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4145 | 2024.11.06 00:21:20.453908 [ 287 ] {} <Debug> HTTP-Session: 6353bdba-f5df-4eea-a536-4439e585cf90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4146 | 2024.11.06 00:21:20.453946 [ 287 ] {} <Trace> HTTP-Session: 6353bdba-f5df-4eea-a536-4439e585cf90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4147 | 2024.11.06 00:21:20.454176 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37442) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4148 | 2024.11.06 00:21:20.454224 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4149 | 2024.11.06 00:21:20.454476 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4150 | 2024.11.06 00:21:20.455046 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4151 | 2024.11.06 00:21:20.455083 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4152 | 2024.11.06 00:21:20.455459 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4153 | 2024.11.06 00:21:20.455824 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4154 | 2024.11.06 00:21:20.455982 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Debug> executeQuery: Read 387 rows, 28.09 KiB in 0.001925 sec., 201038.96103896105 rows/sec., 14.25 MiB/sec. | ||
| 4155 | 2024.11.06 00:21:20.456172 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Debug> DynamicQueryHandler: Done processing query | ||
| 4156 | 2024.11.06 00:21:20.456196 [ 287 ] {68077ce7-81bd-4bee-b407-af0ef3d33497} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4157 | 2024.11.06 00:21:20.456212 [ 287 ] {} <Debug> HTTP-Session: 6353bdba-f5df-4eea-a536-4439e585cf90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4158 | 2024.11.06 00:21:20.456403 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4159 | 2024.11.06 00:21:20.456405 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39858, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4160 | 2024.11.06 00:21:20.456512 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4161 | 2024.11.06 00:21:20.456540 [ 282 ] {} <Debug> HTTP-Session: f7618019-e906-460c-babb-f63b648f25d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39858 | ||
| 4162 | 2024.11.06 00:21:20.456576 [ 282 ] {} <Debug> HTTP-Session: f7618019-e906-460c-babb-f63b648f25d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4163 | 2024.11.06 00:21:20.456597 [ 282 ] {} <Debug> HTTP-Session: f7618019-e906-460c-babb-f63b648f25d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4164 | 2024.11.06 00:21:20.456645 [ 282 ] {} <Trace> HTTP-Session: f7618019-e906-460c-babb-f63b648f25d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4165 | 2024.11.06 00:21:20.456772 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39858) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4166 | 2024.11.06 00:21:20.456821 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4167 | 2024.11.06 00:21:20.456986 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4168 | 2024.11.06 00:21:20.457281 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2024.11.06 00:21:20.457316 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4170 | 2024.11.06 00:21:20.457678 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4171 | 2024.11.06 00:21:20.458013 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2024.11.06 00:21:20.458146 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. | ||
| 4173 | 2024.11.06 00:21:20.458523 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Debug> DynamicQueryHandler: Done processing query | ||
| 4174 | 2024.11.06 00:21:20.458550 [ 282 ] {74aac77e-4c0f-4d20-b55d-ce4e22631cec} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4175 | 2024.11.06 00:21:20.458567 [ 282 ] {} <Debug> HTTP-Session: f7618019-e906-460c-babb-f63b648f25d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4176 | 2024.11.06 00:21:20.458741 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4177 | 2024.11.06 00:21:20.458815 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36269, User-Agent: (none), Length: 33156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4178 | 2024.11.06 00:21:20.458877 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4179 | 2024.11.06 00:21:20.458901 [ 287 ] {} <Debug> HTTP-Session: d9bf6d35-7a07-47d5-884a-744ea20169f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36269 | ||
| 4180 | 2024.11.06 00:21:20.458918 [ 287 ] {} <Debug> HTTP-Session: d9bf6d35-7a07-47d5-884a-744ea20169f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4181 | 2024.11.06 00:21:20.458932 [ 287 ] {} <Debug> HTTP-Session: d9bf6d35-7a07-47d5-884a-744ea20169f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4182 | 2024.11.06 00:21:20.458970 [ 287 ] {} <Trace> HTTP-Session: d9bf6d35-7a07-47d5-884a-744ea20169f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4183 | 2024.11.06 00:21:20.459169 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36269) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4184 | 2024.11.06 00:21:20.459219 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4185 | 2024.11.06 00:21:20.459382 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4186 | 2024.11.06 00:21:20.459901 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4187 | 2024.11.06 00:21:20.459937 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4188 | 2024.11.06 00:21:20.460335 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4189 | 2024.11.06 00:21:20.460685 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4190 | 2024.11.06 00:21:20.460819 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Debug> executeQuery: Read 177 rows, 11.96 KiB in 0.001759 sec., 100625.35531552018 rows/sec., 6.64 MiB/sec. | ||
| 4191 | 2024.11.06 00:21:20.460999 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4192 | 2024.11.06 00:21:20.461022 [ 287 ] {4d49ac82-2299-4113-b573-6aaef4c1c6b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4193 | 2024.11.06 00:21:20.461038 [ 287 ] {} <Debug> HTTP-Session: d9bf6d35-7a07-47d5-884a-744ea20169f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4194 | 2024.11.06 00:21:20.461183 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36269, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4195 | 2024.11.06 00:21:20.461273 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35182, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4196 | 2024.11.06 00:21:20.461343 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4197 | 2024.11.06 00:21:20.461364 [ 282 ] {} <Debug> HTTP-Session: 5963e6c9-7099-4022-8830-07761aaee0f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35182 | ||
| 4198 | 2024.11.06 00:21:20.461383 [ 282 ] {} <Debug> HTTP-Session: 5963e6c9-7099-4022-8830-07761aaee0f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4199 | 2024.11.06 00:21:20.461397 [ 282 ] {} <Debug> HTTP-Session: 5963e6c9-7099-4022-8830-07761aaee0f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4200 | 2024.11.06 00:21:20.461437 [ 282 ] {} <Trace> HTTP-Session: 5963e6c9-7099-4022-8830-07761aaee0f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4201 | 2024.11.06 00:21:20.461543 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35182) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4202 | 2024.11.06 00:21:20.461596 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4203 | 2024.11.06 00:21:20.461762 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4204 | 2024.11.06 00:21:20.462033 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2024.11.06 00:21:20.462069 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4206 | 2024.11.06 00:21:20.462425 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4207 | 2024.11.06 00:21:20.462775 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4208 | 2024.11.06 00:21:20.462917 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001393 sec., 717.8750897343863 rows/sec., 48.37 KiB/sec. | ||
| 4209 | 2024.11.06 00:21:20.463212 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4210 | 2024.11.06 00:21:20.463239 [ 282 ] {a8bde47f-96bf-4915-8d20-442a18e1101c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4211 | 2024.11.06 00:21:20.463255 [ 282 ] {} <Debug> HTTP-Session: 5963e6c9-7099-4022-8830-07761aaee0f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4212 | 2024.11.06 00:21:20.463453 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4213 | 2024.11.06 00:21:20.463600 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61981, User-Agent: (none), Length: 68428, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4214 | 2024.11.06 00:21:20.463707 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4215 | 2024.11.06 00:21:20.463746 [ 287 ] {} <Debug> HTTP-Session: 8d221a5b-0078-41ec-b80e-6f231533ea3d Authenticating user 'default' from [fd00:1122:3344:101::d]:61981 | ||
| 4216 | 2024.11.06 00:21:20.463774 [ 287 ] {} <Debug> HTTP-Session: 8d221a5b-0078-41ec-b80e-6f231533ea3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4217 | 2024.11.06 00:21:20.463791 [ 287 ] {} <Debug> HTTP-Session: 8d221a5b-0078-41ec-b80e-6f231533ea3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4218 | 2024.11.06 00:21:20.463835 [ 287 ] {} <Trace> HTTP-Session: 8d221a5b-0078-41ec-b80e-6f231533ea3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4219 | 2024.11.06 00:21:20.464925 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61981) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4220 | 2024.11.06 00:21:20.465005 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <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 | ||
| 4221 | 2024.11.06 00:21:20.465485 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4222 | 2024.11.06 00:21:20.466503 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4223 | 2024.11.06 00:21:20.466540 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4224 | 2024.11.06 00:21:20.467206 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4225 | 2024.11.06 00:21:20.467625 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4226 | 2024.11.06 00:21:20.467774 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003832 sec., 10699.37369519833 rows/sec., 19.17 MiB/sec. | ||
| 4227 | 2024.11.06 00:21:20.468022 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <Debug> DynamicQueryHandler: Done processing query | ||
| 4228 | 2024.11.06 00:21:20.468046 [ 287 ] {009fed4e-1b7c-4a1a-b98d-b52b815fe755} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 4229 | 2024.11.06 00:21:20.468063 [ 287 ] {} <Debug> HTTP-Session: 8d221a5b-0078-41ec-b80e-6f231533ea3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4230 | 2024.11.06 00:21:20.468225 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61981, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4231 | 2024.11.06 00:21:20.468242 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35182, User-Agent: (none), Length: 7662, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4232 | 2024.11.06 00:21:20.468330 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4233 | 2024.11.06 00:21:20.468369 [ 282 ] {} <Debug> HTTP-Session: 269a6971-2b62-4028-872d-036e97c50db2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35182 | ||
| 4234 | 2024.11.06 00:21:20.468394 [ 282 ] {} <Debug> HTTP-Session: 269a6971-2b62-4028-872d-036e97c50db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4235 | 2024.11.06 00:21:20.468415 [ 282 ] {} <Debug> HTTP-Session: 269a6971-2b62-4028-872d-036e97c50db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4236 | 2024.11.06 00:21:20.468461 [ 282 ] {} <Trace> HTTP-Session: 269a6971-2b62-4028-872d-036e97c50db2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4237 | 2024.11.06 00:21:20.468618 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35182) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4238 | 2024.11.06 00:21:20.468675 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4239 | 2024.11.06 00:21:20.468849 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4240 | 2024.11.06 00:21:20.469147 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4241 | 2024.11.06 00:21:20.469184 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4242 | 2024.11.06 00:21:20.469554 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4243 | 2024.11.06 00:21:20.469889 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4244 | 2024.11.06 00:21:20.470042 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Debug> executeQuery: Read 52 rows, 3.30 KiB in 0.001484 sec., 35040.43126684636 rows/sec., 2.17 MiB/sec. | ||
| 4245 | 2024.11.06 00:21:20.470204 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Debug> DynamicQueryHandler: Done processing query | ||
| 4246 | 2024.11.06 00:21:20.470229 [ 282 ] {a3be52d2-4e4a-494c-8d1b-b587ef7ed449} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4247 | 2024.11.06 00:21:20.470245 [ 282 ] {} <Debug> HTTP-Session: 269a6971-2b62-4028-872d-036e97c50db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4248 | 2024.11.06 00:21:20.470468 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4249 | 2024.11.06 00:21:20.536848 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4250 | 2024.11.06 00:21:20.641280 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4251 | 2024.11.06 00:21:20.706928 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41128, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4252 | 2024.11.06 00:21:20.769475 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4253 | 2024.11.06 00:21:20.803812 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61446, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4254 | 2024.11.06 00:21:20.823510 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4255 | 2024.11.06 00:21:20.824866 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37431, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4256 | 2024.11.06 00:21:20.832260 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4257 | 2024.11.06 00:21:21.014000 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45112, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4258 | 2024.11.06 00:21:21.071756 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45979, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4259 | 2024.11.06 00:21:21.075052 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4260 | 2024.11.06 00:21:21.116353 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4261 | 2024.11.06 00:21:21.343956 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4262 | 2024.11.06 00:21:21.366372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34909, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4263 | 2024.11.06 00:21:21.374889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4264 | 2024.11.06 00:21:21.925640 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 416 | ||
| 4265 | 2024.11.06 00:21:21.928591 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4266 | 2024.11.06 00:21:21.928652 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4267 | 2024.11.06 00:21:21.930195 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4268 | 2024.11.06 00:21:21.931194 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4269 | 2024.11.06 00:21:21.932415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 416 | ||
| 4270 | 2024.11.06 00:21:25.432594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40181, User-Agent: (none), Length: 1337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4271 | 2024.11.06 00:21:25.432740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4272 | 2024.11.06 00:21:25.432770 [ 3 ] {} <Debug> HTTP-Session: 9ee14646-dbff-4c95-aecd-baa2d28a57d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40181 | ||
| 4273 | 2024.11.06 00:21:25.432797 [ 3 ] {} <Debug> HTTP-Session: 9ee14646-dbff-4c95-aecd-baa2d28a57d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4274 | 2024.11.06 00:21:25.432811 [ 3 ] {} <Debug> HTTP-Session: 9ee14646-dbff-4c95-aecd-baa2d28a57d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4275 | 2024.11.06 00:21:25.432863 [ 3 ] {} <Trace> HTTP-Session: 9ee14646-dbff-4c95-aecd-baa2d28a57d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4276 | 2024.11.06 00:21:25.433120 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40181) 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', 'oximeter_collector:collections', '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', '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) | ||
| 4277 | 2024.11.06 00:21:25.433539 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4278 | 2024.11.06 00:21:25.433593 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <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', 'oximeter_collector:collections', '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', '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 | ||
| 4279 | 2024.11.06 00:21:25.433969 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4280 | 2024.11.06 00:21:25.434051 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4281 | 2024.11.06 00:21:25.434234 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 4282 | 2024.11.06 00:21:25.434411 [ 301 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 4283 | 2024.11.06 00:21:25.434437 [ 300 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 4284 | 2024.11.06 00:21:25.434437 [ 298 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 4285 | 2024.11.06 00:21:25.434591 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 4286 | 2024.11.06 00:21:25.434623 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4287 | 2024.11.06 00:21:25.434746 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4288 | 2024.11.06 00:21:25.434771 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 4289 | 2024.11.06 00:21:25.434817 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <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', 'oximeter_collector:collections', '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', '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'))" | ||
| 4290 | 2024.11.06 00:21:25.434868 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <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', 'oximeter_collector:collections', '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', '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'))" | ||
| 4291 | 2024.11.06 00:21:25.434912 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <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', 'oximeter_collector:collections', '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', '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'))" | ||
| 4292 | 2024.11.06 00:21:25.436864 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003861 sec., 9583.009583009583 rows/sec., 362.20 KiB/sec. | ||
| 4293 | 2024.11.06 00:21:25.437252 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Debug> DynamicQueryHandler: Done processing query | ||
| 4294 | 2024.11.06 00:21:25.437280 [ 3 ] {0db2a6cc-bd51-45e7-aacf-a06927b740af} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 4295 | 2024.11.06 00:21:25.437298 [ 3 ] {} <Debug> HTTP-Session: 9ee14646-dbff-4c95-aecd-baa2d28a57d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4296 | 2024.11.06 00:21:25.437664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4297 | 2024.11.06 00:21:25.437731 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51106, User-Agent: (none), Length: 1376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4298 | 2024.11.06 00:21:25.437804 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4299 | 2024.11.06 00:21:25.437831 [ 289 ] {} <Debug> HTTP-Session: ce0f4437-8431-445a-99a3-6bca450ed90e Authenticating user 'default' from [fd00:1122:3344:101::d]:51106 | ||
| 4300 | 2024.11.06 00:21:25.437853 [ 289 ] {} <Debug> HTTP-Session: ce0f4437-8431-445a-99a3-6bca450ed90e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4301 | 2024.11.06 00:21:25.437870 [ 289 ] {} <Debug> HTTP-Session: ce0f4437-8431-445a-99a3-6bca450ed90e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4302 | 2024.11.06 00:21:25.437911 [ 289 ] {} <Trace> HTTP-Session: ce0f4437-8431-445a-99a3-6bca450ed90e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4303 | 2024.11.06 00:21:25.438115 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51106) 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', 'oximeter_collector:collections', '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_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) | ||
| 4304 | 2024.11.06 00:21:25.438486 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4305 | 2024.11.06 00:21:25.438565 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <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', 'oximeter_collector:collections', '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_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 | ||
| 4306 | 2024.11.06 00:21:25.438942 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4307 | 2024.11.06 00:21:25.439010 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4308 | 2024.11.06 00:21:25.439157 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 4309 | 2024.11.06 00:21:25.439303 [ 303 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 4310 | 2024.11.06 00:21:25.439324 [ 299 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 4311 | 2024.11.06 00:21:25.439340 [ 302 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 4312 | 2024.11.06 00:21:25.439483 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 4313 | 2024.11.06 00:21:25.439508 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4314 | 2024.11.06 00:21:25.439615 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4315 | 2024.11.06 00:21:25.439637 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 4316 | 2024.11.06 00:21:25.439678 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <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', 'oximeter_collector:collections', '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_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'))" | ||
| 4317 | 2024.11.06 00:21:25.439722 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <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', 'oximeter_collector:collections', '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_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'))" | ||
| 4318 | 2024.11.06 00:21:25.439764 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <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', 'oximeter_collector:collections', '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_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'))" | ||
| 4319 | 2024.11.06 00:21:25.441496 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003485 sec., 10616.929698708753 rows/sec., 401.27 KiB/sec. | ||
| 4320 | 2024.11.06 00:21:25.441850 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Debug> DynamicQueryHandler: Done processing query | ||
| 4321 | 2024.11.06 00:21:25.441874 [ 289 ] {a1b03e1e-02e6-480f-a58b-4e1772fb1286} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 4322 | 2024.11.06 00:21:25.441891 [ 289 ] {} <Debug> HTTP-Session: ce0f4437-8431-445a-99a3-6bca450ed90e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4323 | 2024.11.06 00:21:25.442160 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4324 | 2024.11.06 00:21:25.442267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65127, User-Agent: (none), Length: 1417, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4325 | 2024.11.06 00:21:25.442333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4326 | 2024.11.06 00:21:25.442358 [ 3 ] {} <Debug> HTTP-Session: a28a489f-0d15-4f13-833c-78233231ddfd Authenticating user 'default' from [fd00:1122:3344:101::d]:65127 | ||
| 4327 | 2024.11.06 00:21:25.442380 [ 3 ] {} <Debug> HTTP-Session: a28a489f-0d15-4f13-833c-78233231ddfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4328 | 2024.11.06 00:21:25.442398 [ 3 ] {} <Debug> HTTP-Session: a28a489f-0d15-4f13-833c-78233231ddfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4329 | 2024.11.06 00:21:25.442437 [ 3 ] {} <Trace> HTTP-Session: a28a489f-0d15-4f13-833c-78233231ddfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4330 | 2024.11.06 00:21:25.442630 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65127) 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', 'oximeter_collector:collections', '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_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) | ||
| 4331 | 2024.11.06 00:21:25.442964 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4332 | 2024.11.06 00:21:25.443018 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <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', 'oximeter_collector:collections', '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_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 | ||
| 4333 | 2024.11.06 00:21:25.443352 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4334 | 2024.11.06 00:21:25.443420 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4335 | 2024.11.06 00:21:25.443568 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 4336 | 2024.11.06 00:21:25.443725 [ 300 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 4337 | 2024.11.06 00:21:25.443734 [ 298 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 4338 | 2024.11.06 00:21:25.443752 [ 296 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 4339 | 2024.11.06 00:21:25.443907 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 4340 | 2024.11.06 00:21:25.443937 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4341 | 2024.11.06 00:21:25.444047 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4342 | 2024.11.06 00:21:25.444070 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 4343 | 2024.11.06 00:21:25.444112 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <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', 'oximeter_collector:collections', '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_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'))" | ||
| 4344 | 2024.11.06 00:21:25.444158 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <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', 'oximeter_collector:collections', '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_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'))" | ||
| 4345 | 2024.11.06 00:21:25.444201 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <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', 'oximeter_collector:collections', '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_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'))" | ||
| 4346 | 2024.11.06 00:21:25.445961 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003434 sec., 10774.606872451952 rows/sec., 407.23 KiB/sec. | ||
| 4347 | 2024.11.06 00:21:25.446310 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4348 | 2024.11.06 00:21:25.446335 [ 3 ] {9393b18f-5b6a-4394-b953-58d2eaf624eb} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 4349 | 2024.11.06 00:21:25.446353 [ 3 ] {} <Debug> HTTP-Session: a28a489f-0d15-4f13-833c-78233231ddfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4350 | 2024.11.06 00:21:25.446609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4351 | 2024.11.06 00:21:25.446675 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57589, User-Agent: (none), Length: 1445, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4352 | 2024.11.06 00:21:25.446729 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4353 | 2024.11.06 00:21:25.446750 [ 289 ] {} <Debug> HTTP-Session: a70b8310-63b4-4e8c-867c-d7a1101a8a3b Authenticating user 'default' from [fd00:1122:3344:101::d]:57589 | ||
| 4354 | 2024.11.06 00:21:25.446767 [ 289 ] {} <Debug> HTTP-Session: a70b8310-63b4-4e8c-867c-d7a1101a8a3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4355 | 2024.11.06 00:21:25.446781 [ 289 ] {} <Debug> HTTP-Session: a70b8310-63b4-4e8c-867c-d7a1101a8a3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4356 | 2024.11.06 00:21:25.446813 [ 289 ] {} <Trace> HTTP-Session: a70b8310-63b4-4e8c-867c-d7a1101a8a3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4357 | 2024.11.06 00:21:25.446971 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57589) 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', 'oximeter_collector:collections', '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) | ||
| 4358 | 2024.11.06 00:21:25.447272 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 4359 | 2024.11.06 00:21:25.447321 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <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', 'oximeter_collector:collections', '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 | ||
| 4360 | 2024.11.06 00:21:25.447649 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4361 | 2024.11.06 00:21:25.447714 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 4362 | 2024.11.06 00:21:25.447855 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 4363 | 2024.11.06 00:21:25.447984 [ 300 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 4364 | 2024.11.06 00:21:25.448007 [ 303 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 4365 | 2024.11.06 00:21:25.448031 [ 299 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 4366 | 2024.11.06 00:21:25.448142 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (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 | ||
| 4367 | 2024.11.06 00:21:25.448171 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 4368 | 2024.11.06 00:21:25.448279 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 4369 | 2024.11.06 00:21:25.448301 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Debug> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 4370 | 2024.11.06 00:21:25.448342 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <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', 'oximeter_collector:collections', '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'))" | ||
| 4371 | 2024.11.06 00:21:25.448386 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <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', 'oximeter_collector:collections', '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'))" | ||
| 4372 | 2024.11.06 00:21:25.448428 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <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', 'oximeter_collector:collections', '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'))" | ||
| 4373 | 2024.11.06 00:21:25.450136 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Debug> executeQuery: Read 37 rows, 1.40 KiB in 0.003245 sec., 11402.15716486903 rows/sec., 430.95 KiB/sec. | ||
| 4374 | 2024.11.06 00:21:25.450475 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4375 | 2024.11.06 00:21:25.450526 [ 289 ] {a6dbc8d6-7629-4de6-9460-b8409ddcfdc8} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 4376 | 2024.11.06 00:21:25.450543 [ 289 ] {} <Debug> HTTP-Session: a70b8310-63b4-4e8c-867c-d7a1101a8a3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4377 | 2024.11.06 00:21:25.453843 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57589, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4378 | 2024.11.06 00:21:25.453938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57230, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4379 | 2024.11.06 00:21:25.453993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4380 | 2024.11.06 00:21:25.454015 [ 3 ] {} <Debug> HTTP-Session: e17fa82d-b905-477b-8cb7-db51e227e564 Authenticating user 'default' from [fd00:1122:3344:101::d]:57230 | ||
| 4381 | 2024.11.06 00:21:25.454033 [ 3 ] {} <Debug> HTTP-Session: e17fa82d-b905-477b-8cb7-db51e227e564 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4382 | 2024.11.06 00:21:25.454048 [ 3 ] {} <Debug> HTTP-Session: e17fa82d-b905-477b-8cb7-db51e227e564 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4383 | 2024.11.06 00:21:25.454080 [ 3 ] {} <Trace> HTTP-Session: e17fa82d-b905-477b-8cb7-db51e227e564 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4384 | 2024.11.06 00:21:25.454226 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57230) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 4385 | 2024.11.06 00:21:25.454275 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 4386 | 2024.11.06 00:21:25.454455 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4387 | 2024.11.06 00:21:25.454804 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4388 | 2024.11.06 00:21:25.454844 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4389 | 2024.11.06 00:21:25.455344 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4390 | 2024.11.06 00:21:25.455666 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Trace> oximeter.timeseries_schema (0045d4af-da8b-4b38-9604-e800a913aac5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4391 | 2024.11.06 00:21:25.455842 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.001646 sec., 2430.1336573511544 rows/sec., 309.11 KiB/sec. | ||
| 4392 | 2024.11.06 00:21:25.456120 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4393 | 2024.11.06 00:21:25.456144 [ 3 ] {4624e479-1fb2-4014-a12c-c6d870076ff8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4394 | 2024.11.06 00:21:25.456160 [ 3 ] {} <Debug> HTTP-Session: e17fa82d-b905-477b-8cb7-db51e227e564 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4395 | 2024.11.06 00:21:25.456290 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57589, User-Agent: (none), Length: 4184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4396 | 2024.11.06 00:21:25.456319 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4397 | 2024.11.06 00:21:25.456347 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4398 | 2024.11.06 00:21:25.456371 [ 289 ] {} <Debug> HTTP-Session: 711c4718-fa11-4a37-8c83-3ee9ae1f756f Authenticating user 'default' from [fd00:1122:3344:101::d]:57589 | ||
| 4399 | 2024.11.06 00:21:25.456390 [ 289 ] {} <Debug> HTTP-Session: 711c4718-fa11-4a37-8c83-3ee9ae1f756f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4400 | 2024.11.06 00:21:25.456404 [ 289 ] {} <Debug> HTTP-Session: 711c4718-fa11-4a37-8c83-3ee9ae1f756f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4401 | 2024.11.06 00:21:25.456436 [ 289 ] {} <Trace> HTTP-Session: 711c4718-fa11-4a37-8c83-3ee9ae1f756f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4402 | 2024.11.06 00:21:25.456548 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57589) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4403 | 2024.11.06 00:21:25.456593 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4404 | 2024.11.06 00:21:25.456846 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4405 | 2024.11.06 00:21:25.457192 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4406 | 2024.11.06 00:21:25.457230 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4407 | 2024.11.06 00:21:25.457586 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4408 | 2024.11.06 00:21:25.457957 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4409 | 2024.11.06 00:21:25.458116 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001595 sec., 18808.777429467085 rows/sec., 1.42 MiB/sec. | ||
| 4410 | 2024.11.06 00:21:25.458293 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Debug> DynamicQueryHandler: Done processing query | ||
| 4411 | 2024.11.06 00:21:25.458317 [ 289 ] {036d5c20-e1fb-4513-b734-bde2a5d2b845} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4412 | 2024.11.06 00:21:25.458333 [ 289 ] {} <Debug> HTTP-Session: 711c4718-fa11-4a37-8c83-3ee9ae1f756f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4413 | 2024.11.06 00:21:25.458477 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57589, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4414 | 2024.11.06 00:21:25.458557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59891, User-Agent: (none), Length: 6152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4415 | 2024.11.06 00:21:25.458621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4416 | 2024.11.06 00:21:25.458640 [ 3 ] {} <Debug> HTTP-Session: 942d4ae7-7043-436d-80be-72908e30a82e Authenticating user 'default' from [fd00:1122:3344:101::d]:59891 | ||
| 4417 | 2024.11.06 00:21:25.458659 [ 3 ] {} <Debug> HTTP-Session: 942d4ae7-7043-436d-80be-72908e30a82e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4418 | 2024.11.06 00:21:25.458673 [ 3 ] {} <Debug> HTTP-Session: 942d4ae7-7043-436d-80be-72908e30a82e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4419 | 2024.11.06 00:21:25.458705 [ 3 ] {} <Trace> HTTP-Session: 942d4ae7-7043-436d-80be-72908e30a82e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4420 | 2024.11.06 00:21:25.458821 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59891) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4421 | 2024.11.06 00:21:25.458866 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4422 | 2024.11.06 00:21:25.459102 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4423 | 2024.11.06 00:21:25.459449 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4424 | 2024.11.06 00:21:25.459486 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4425 | 2024.11.06 00:21:25.459849 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4426 | 2024.11.06 00:21:25.460220 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4427 | 2024.11.06 00:21:25.460382 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001594 sec., 22584.69259723965 rows/sec., 1.76 MiB/sec. | ||
| 4428 | 2024.11.06 00:21:25.460565 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Debug> DynamicQueryHandler: Done processing query | ||
| 4429 | 2024.11.06 00:21:25.460590 [ 3 ] {a0567070-1403-4452-92af-ed3cb52af551} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4430 | 2024.11.06 00:21:25.460606 [ 3 ] {} <Debug> HTTP-Session: 942d4ae7-7043-436d-80be-72908e30a82e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4431 | 2024.11.06 00:21:25.460764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4432 | 2024.11.06 00:21:25.460847 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37056, User-Agent: (none), Length: 16895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4433 | 2024.11.06 00:21:25.460897 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4434 | 2024.11.06 00:21:25.460916 [ 289 ] {} <Debug> HTTP-Session: 52218132-891c-44b3-8d40-ab649653ea27 Authenticating user 'default' from [fd00:1122:3344:101::d]:37056 | ||
| 4435 | 2024.11.06 00:21:25.460933 [ 289 ] {} <Debug> HTTP-Session: 52218132-891c-44b3-8d40-ab649653ea27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4436 | 2024.11.06 00:21:25.460946 [ 289 ] {} <Debug> HTTP-Session: 52218132-891c-44b3-8d40-ab649653ea27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4437 | 2024.11.06 00:21:25.460977 [ 289 ] {} <Trace> HTTP-Session: 52218132-891c-44b3-8d40-ab649653ea27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4438 | 2024.11.06 00:21:25.461109 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4439 | 2024.11.06 00:21:25.461155 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4440 | 2024.11.06 00:21:25.461301 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4441 | 2024.11.06 00:21:25.461646 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4442 | 2024.11.06 00:21:25.461681 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4443 | 2024.11.06 00:21:25.462056 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4444 | 2024.11.06 00:21:25.462406 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4445 | 2024.11.06 00:21:25.462568 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Debug> executeQuery: Read 88 rows, 6.29 KiB in 0.001502 sec., 58588.548601864175 rows/sec., 4.09 MiB/sec. | ||
| 4446 | 2024.11.06 00:21:25.462896 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Debug> DynamicQueryHandler: Done processing query | ||
| 4447 | 2024.11.06 00:21:25.462921 [ 289 ] {c67c4a1c-d39a-43f6-9342-3078ae633f13} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4448 | 2024.11.06 00:21:25.462937 [ 289 ] {} <Debug> HTTP-Session: 52218132-891c-44b3-8d40-ab649653ea27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4449 | 2024.11.06 00:21:25.463066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59891, User-Agent: (none), Length: 4877, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4450 | 2024.11.06 00:21:25.463076 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4451 | 2024.11.06 00:21:25.463123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4452 | 2024.11.06 00:21:25.463146 [ 3 ] {} <Debug> HTTP-Session: f8c41194-182e-4b1b-ae21-52837ffe68af Authenticating user 'default' from [fd00:1122:3344:101::d]:59891 | ||
| 4453 | 2024.11.06 00:21:25.463164 [ 3 ] {} <Debug> HTTP-Session: f8c41194-182e-4b1b-ae21-52837ffe68af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4454 | 2024.11.06 00:21:25.463180 [ 3 ] {} <Debug> HTTP-Session: f8c41194-182e-4b1b-ae21-52837ffe68af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4455 | 2024.11.06 00:21:25.463212 [ 3 ] {} <Trace> HTTP-Session: f8c41194-182e-4b1b-ae21-52837ffe68af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4456 | 2024.11.06 00:21:25.463327 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59891) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4457 | 2024.11.06 00:21:25.463374 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4458 | 2024.11.06 00:21:25.463523 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4459 | 2024.11.06 00:21:25.463808 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4460 | 2024.11.06 00:21:25.463845 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4461 | 2024.11.06 00:21:25.464215 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4462 | 2024.11.06 00:21:25.464534 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4463 | 2024.11.06 00:21:25.464694 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Debug> executeQuery: Read 32 rows, 2.19 KiB in 0.001404 sec., 22792.02279202279 rows/sec., 1.52 MiB/sec. | ||
| 4464 | 2024.11.06 00:21:25.464864 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4465 | 2024.11.06 00:21:25.464889 [ 3 ] {d238d7b8-2208-4d23-9e3a-b3a79bd809d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4466 | 2024.11.06 00:21:25.464904 [ 3 ] {} <Debug> HTTP-Session: f8c41194-182e-4b1b-ae21-52837ffe68af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4467 | 2024.11.06 00:21:25.465094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4468 | 2024.11.06 00:21:26.736165 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4469 | 2024.11.06 00:21:26.736217 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4470 | 2024.11.06 00:21:30.436474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57714, User-Agent: (none), Length: 4184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4471 | 2024.11.06 00:21:30.436622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4472 | 2024.11.06 00:21:30.436652 [ 3 ] {} <Debug> HTTP-Session: a7af9baf-4646-4156-8d1c-287ed9af4df7 Authenticating user 'default' from [fd00:1122:3344:101::d]:57714 | ||
| 4473 | 2024.11.06 00:21:30.436682 [ 3 ] {} <Debug> HTTP-Session: a7af9baf-4646-4156-8d1c-287ed9af4df7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4474 | 2024.11.06 00:21:30.436700 [ 3 ] {} <Debug> HTTP-Session: a7af9baf-4646-4156-8d1c-287ed9af4df7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4475 | 2024.11.06 00:21:30.436758 [ 3 ] {} <Trace> HTTP-Session: a7af9baf-4646-4156-8d1c-287ed9af4df7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4476 | 2024.11.06 00:21:30.436964 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57714) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4477 | 2024.11.06 00:21:30.437034 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4478 | 2024.11.06 00:21:30.437375 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4479 | 2024.11.06 00:21:30.437860 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4480 | 2024.11.06 00:21:30.437904 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4481 | 2024.11.06 00:21:30.438326 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4482 | 2024.11.06 00:21:30.438717 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2024.11.06 00:21:30.438893 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001986 sec., 15105.740181268882 rows/sec., 1.14 MiB/sec. | ||
| 4484 | 2024.11.06 00:21:30.439233 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4485 | 2024.11.06 00:21:30.439263 [ 3 ] {6abcab4d-4990-4b2b-a2bc-dccd4c0905a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4486 | 2024.11.06 00:21:30.439281 [ 3 ] {} <Debug> HTTP-Session: a7af9baf-4646-4156-8d1c-287ed9af4df7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4487 | 2024.11.06 00:21:30.439475 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57714, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4488 | 2024.11.06 00:21:30.439576 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56135, User-Agent: (none), Length: 6152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4489 | 2024.11.06 00:21:30.439654 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4490 | 2024.11.06 00:21:30.439680 [ 289 ] {} <Debug> HTTP-Session: 5ab8e4f9-3484-4e9e-bb55-c85a313ab7a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56135 | ||
| 4491 | 2024.11.06 00:21:30.439702 [ 289 ] {} <Debug> HTTP-Session: 5ab8e4f9-3484-4e9e-bb55-c85a313ab7a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4492 | 2024.11.06 00:21:30.439719 [ 289 ] {} <Debug> HTTP-Session: 5ab8e4f9-3484-4e9e-bb55-c85a313ab7a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4493 | 2024.11.06 00:21:30.439758 [ 289 ] {} <Trace> HTTP-Session: 5ab8e4f9-3484-4e9e-bb55-c85a313ab7a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4494 | 2024.11.06 00:21:30.439907 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56135) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4495 | 2024.11.06 00:21:30.439955 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4496 | 2024.11.06 00:21:30.440218 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4497 | 2024.11.06 00:21:30.440587 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4498 | 2024.11.06 00:21:30.440625 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4499 | 2024.11.06 00:21:30.440990 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4500 | 2024.11.06 00:21:30.441350 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4501 | 2024.11.06 00:21:30.441520 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001649 sec., 21831.41297756216 rows/sec., 1.70 MiB/sec. | ||
| 4502 | 2024.11.06 00:21:30.441810 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4503 | 2024.11.06 00:21:30.441837 [ 289 ] {c87aab0c-047c-41ee-851e-7b0c718b218f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4504 | 2024.11.06 00:21:30.441853 [ 289 ] {} <Debug> HTTP-Session: 5ab8e4f9-3484-4e9e-bb55-c85a313ab7a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4505 | 2024.11.06 00:21:30.442032 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4506 | 2024.11.06 00:21:30.442121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36364, User-Agent: (none), Length: 21102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4507 | 2024.11.06 00:21:30.442187 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4508 | 2024.11.06 00:21:30.442212 [ 3 ] {} <Debug> HTTP-Session: 6fba7a68-385a-41a7-a7e0-19757c948139 Authenticating user 'default' from [fd00:1122:3344:101::d]:36364 | ||
| 4509 | 2024.11.06 00:21:30.442233 [ 3 ] {} <Debug> HTTP-Session: 6fba7a68-385a-41a7-a7e0-19757c948139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4510 | 2024.11.06 00:21:30.442250 [ 3 ] {} <Debug> HTTP-Session: 6fba7a68-385a-41a7-a7e0-19757c948139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4511 | 2024.11.06 00:21:30.442289 [ 3 ] {} <Trace> HTTP-Session: 6fba7a68-385a-41a7-a7e0-19757c948139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4512 | 2024.11.06 00:21:30.442458 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36364) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4513 | 2024.11.06 00:21:30.442518 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4514 | 2024.11.06 00:21:30.442719 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4515 | 2024.11.06 00:21:30.443111 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4516 | 2024.11.06 00:21:30.443148 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4517 | 2024.11.06 00:21:30.443536 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4518 | 2024.11.06 00:21:30.443876 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4519 | 2024.11.06 00:21:30.444047 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001659 sec., 66305.00301386377 rows/sec., 4.63 MiB/sec. | ||
| 4520 | 2024.11.06 00:21:30.444376 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Debug> DynamicQueryHandler: Done processing query | ||
| 4521 | 2024.11.06 00:21:30.444403 [ 3 ] {e4ac1c84-d4e6-42a5-90c1-339117687395} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4522 | 2024.11.06 00:21:30.444419 [ 3 ] {} <Debug> HTTP-Session: 6fba7a68-385a-41a7-a7e0-19757c948139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4523 | 2024.11.06 00:21:30.444582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4524 | 2024.11.06 00:21:30.444650 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45055, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4525 | 2024.11.06 00:21:30.444714 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4526 | 2024.11.06 00:21:30.444740 [ 289 ] {} <Debug> HTTP-Session: 644462ca-10a9-45f6-912e-e871e33c23ab Authenticating user 'default' from [fd00:1122:3344:101::d]:45055 | ||
| 4527 | 2024.11.06 00:21:30.444760 [ 289 ] {} <Debug> HTTP-Session: 644462ca-10a9-45f6-912e-e871e33c23ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4528 | 2024.11.06 00:21:30.444777 [ 289 ] {} <Debug> HTTP-Session: 644462ca-10a9-45f6-912e-e871e33c23ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4529 | 2024.11.06 00:21:30.444815 [ 289 ] {} <Trace> HTTP-Session: 644462ca-10a9-45f6-912e-e871e33c23ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4530 | 2024.11.06 00:21:30.444959 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45055) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4531 | 2024.11.06 00:21:30.445019 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4532 | 2024.11.06 00:21:30.445196 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4533 | 2024.11.06 00:21:30.445532 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4534 | 2024.11.06 00:21:30.445576 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4535 | 2024.11.06 00:21:30.445981 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4536 | 2024.11.06 00:21:30.446299 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4537 | 2024.11.06 00:21:30.446453 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001546 sec., 25873.221216041395 rows/sec., 1.73 MiB/sec. | ||
| 4538 | 2024.11.06 00:21:30.446624 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Debug> DynamicQueryHandler: Done processing query | ||
| 4539 | 2024.11.06 00:21:30.446648 [ 289 ] {8f3eef08-ff95-4f3b-aa4e-e539e4a8d411} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4540 | 2024.11.06 00:21:30.446663 [ 289 ] {} <Debug> HTTP-Session: 644462ca-10a9-45f6-912e-e871e33c23ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4541 | 2024.11.06 00:21:30.446908 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4542 | 2024.11.06 00:21:31.933366 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 442 | ||
| 4543 | 2024.11.06 00:21:31.936270 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2024.11.06 00:21:31.936328 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4545 | 2024.11.06 00:21:31.937907 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4546 | 2024.11.06 00:21:31.938916 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2024.11.06 00:21:31.939517 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 442 | ||
| 4548 | 2024.11.06 00:21:35.442959 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39760, User-Agent: (none), Length: 37514, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4549 | 2024.11.06 00:21:35.443098 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4550 | 2024.11.06 00:21:35.443128 [ 290 ] {} <Debug> HTTP-Session: e19d719c-eedb-48dc-bfd1-b7d715c41621 Authenticating user 'default' from [fd00:1122:3344:101::d]:39760 | ||
| 4551 | 2024.11.06 00:21:35.443156 [ 290 ] {} <Debug> HTTP-Session: e19d719c-eedb-48dc-bfd1-b7d715c41621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4552 | 2024.11.06 00:21:35.443173 [ 290 ] {} <Debug> HTTP-Session: e19d719c-eedb-48dc-bfd1-b7d715c41621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4553 | 2024.11.06 00:21:35.443231 [ 290 ] {} <Trace> HTTP-Session: e19d719c-eedb-48dc-bfd1-b7d715c41621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4554 | 2024.11.06 00:21:35.443517 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39760) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4555 | 2024.11.06 00:21:35.443595 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4556 | 2024.11.06 00:21:35.443981 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4557 | 2024.11.06 00:21:35.444573 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4558 | 2024.11.06 00:21:35.444620 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4559 | 2024.11.06 00:21:35.445064 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4560 | 2024.11.06 00:21:35.445469 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4561 | 2024.11.06 00:21:35.445635 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Debug> executeQuery: Read 245 rows, 22.60 KiB in 0.00225 sec., 108888.88888888889 rows/sec., 9.81 MiB/sec. | ||
| 4562 | 2024.11.06 00:21:35.445869 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 4563 | 2024.11.06 00:21:35.445896 [ 290 ] {aa4ef6e0-be3f-476d-b394-0d4c4479e0ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 4564 | 2024.11.06 00:21:35.445912 [ 290 ] {} <Debug> HTTP-Session: e19d719c-eedb-48dc-bfd1-b7d715c41621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4565 | 2024.11.06 00:21:35.446145 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4566 | 2024.11.06 00:21:35.446146 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45055, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4567 | 2024.11.06 00:21:35.446309 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4568 | 2024.11.06 00:21:35.446339 [ 289 ] {} <Debug> HTTP-Session: 0375285b-3b97-4e71-b0ac-8ed2550d3087 Authenticating user 'default' from [fd00:1122:3344:101::d]:45055 | ||
| 4569 | 2024.11.06 00:21:35.446364 [ 289 ] {} <Debug> HTTP-Session: 0375285b-3b97-4e71-b0ac-8ed2550d3087 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4570 | 2024.11.06 00:21:35.446379 [ 289 ] {} <Debug> HTTP-Session: 0375285b-3b97-4e71-b0ac-8ed2550d3087 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4571 | 2024.11.06 00:21:35.446435 [ 289 ] {} <Trace> HTTP-Session: 0375285b-3b97-4e71-b0ac-8ed2550d3087 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4572 | 2024.11.06 00:21:35.446635 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45055) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4573 | 2024.11.06 00:21:35.446703 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4574 | 2024.11.06 00:21:35.447056 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4575 | 2024.11.06 00:21:35.447455 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4576 | 2024.11.06 00:21:35.447502 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4577 | 2024.11.06 00:21:35.447928 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4578 | 2024.11.06 00:21:35.448320 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2024.11.06 00:21:35.448501 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001932 sec., 21221.53209109731 rows/sec., 1.56 MiB/sec. | ||
| 4580 | 2024.11.06 00:21:35.448860 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4581 | 2024.11.06 00:21:35.448888 [ 289 ] {3756b3f2-b0f5-416d-9f83-550e70a8bcd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4582 | 2024.11.06 00:21:35.448905 [ 289 ] {} <Debug> HTTP-Session: 0375285b-3b97-4e71-b0ac-8ed2550d3087 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4583 | 2024.11.06 00:21:35.449120 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4584 | 2024.11.06 00:21:35.449188 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61274, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4585 | 2024.11.06 00:21:35.449284 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4586 | 2024.11.06 00:21:35.449318 [ 290 ] {} <Debug> HTTP-Session: d4ceab53-060f-478e-b8d2-b5ea8e8041e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61274 | ||
| 4587 | 2024.11.06 00:21:35.449342 [ 290 ] {} <Debug> HTTP-Session: d4ceab53-060f-478e-b8d2-b5ea8e8041e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4588 | 2024.11.06 00:21:35.449360 [ 290 ] {} <Debug> HTTP-Session: d4ceab53-060f-478e-b8d2-b5ea8e8041e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4589 | 2024.11.06 00:21:35.449410 [ 290 ] {} <Trace> HTTP-Session: d4ceab53-060f-478e-b8d2-b5ea8e8041e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4590 | 2024.11.06 00:21:35.449551 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61274) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4591 | 2024.11.06 00:21:35.449612 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4592 | 2024.11.06 00:21:35.449922 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4593 | 2024.11.06 00:21:35.450260 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4594 | 2024.11.06 00:21:35.450299 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4595 | 2024.11.06 00:21:35.450664 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4596 | 2024.11.06 00:21:35.451036 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4597 | 2024.11.06 00:21:35.451165 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001656 sec., 8454.106280193237 rows/sec., 592.07 KiB/sec. | ||
| 4598 | 2024.11.06 00:21:35.451337 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4599 | 2024.11.06 00:21:35.451361 [ 290 ] {0ea073db-e9af-4662-88b5-86a1198adab7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4600 | 2024.11.06 00:21:35.451377 [ 290 ] {} <Debug> HTTP-Session: d4ceab53-060f-478e-b8d2-b5ea8e8041e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4601 | 2024.11.06 00:21:35.451516 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4602 | 2024.11.06 00:21:35.451640 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45638, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4603 | 2024.11.06 00:21:35.451752 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4604 | 2024.11.06 00:21:35.451781 [ 291 ] {} <Debug> HTTP-Session: 76df47bb-1506-4d5a-bfd5-f369b29ee990 Authenticating user 'default' from [fd00:1122:3344:101::d]:45638 | ||
| 4605 | 2024.11.06 00:21:35.451808 [ 291 ] {} <Debug> HTTP-Session: 76df47bb-1506-4d5a-bfd5-f369b29ee990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4606 | 2024.11.06 00:21:35.451826 [ 291 ] {} <Debug> HTTP-Session: 76df47bb-1506-4d5a-bfd5-f369b29ee990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4607 | 2024.11.06 00:21:35.451886 [ 291 ] {} <Trace> HTTP-Session: 76df47bb-1506-4d5a-bfd5-f369b29ee990 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4608 | 2024.11.06 00:21:35.452066 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45638) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4609 | 2024.11.06 00:21:35.452130 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4610 | 2024.11.06 00:21:35.452473 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4611 | 2024.11.06 00:21:35.452819 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4612 | 2024.11.06 00:21:35.452861 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4613 | 2024.11.06 00:21:35.453283 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4614 | 2024.11.06 00:21:35.453675 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4615 | 2024.11.06 00:21:35.453856 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001841 sec., 3259.0983161325366 rows/sec., 192.55 KiB/sec. | ||
| 4616 | 2024.11.06 00:21:35.454131 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4617 | 2024.11.06 00:21:35.454159 [ 291 ] {7416bcf6-3b53-4b28-b250-e8157e3959a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4618 | 2024.11.06 00:21:35.454175 [ 291 ] {} <Debug> HTTP-Session: 76df47bb-1506-4d5a-bfd5-f369b29ee990 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4619 | 2024.11.06 00:21:35.454509 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61274, User-Agent: (none), Length: 64001, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4620 | 2024.11.06 00:21:35.454524 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45638, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4621 | 2024.11.06 00:21:35.454612 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4622 | 2024.11.06 00:21:35.454647 [ 290 ] {} <Debug> HTTP-Session: 2e47f8c1-8179-42ba-b8d5-80fa0fb08192 Authenticating user 'default' from [fd00:1122:3344:101::d]:61274 | ||
| 4623 | 2024.11.06 00:21:35.454676 [ 290 ] {} <Debug> HTTP-Session: 2e47f8c1-8179-42ba-b8d5-80fa0fb08192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4624 | 2024.11.06 00:21:35.454702 [ 290 ] {} <Debug> HTTP-Session: 2e47f8c1-8179-42ba-b8d5-80fa0fb08192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4625 | 2024.11.06 00:21:35.454760 [ 290 ] {} <Trace> HTTP-Session: 2e47f8c1-8179-42ba-b8d5-80fa0fb08192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4626 | 2024.11.06 00:21:35.455029 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61274) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4627 | 2024.11.06 00:21:35.455080 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4628 | 2024.11.06 00:21:35.455344 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4629 | 2024.11.06 00:21:35.455917 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4630 | 2024.11.06 00:21:35.455954 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4631 | 2024.11.06 00:21:35.456333 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4632 | 2024.11.06 00:21:35.456692 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4633 | 2024.11.06 00:21:35.456833 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Debug> executeQuery: Read 395 rows, 28.73 KiB in 0.001947 sec., 202876.21982537236 rows/sec., 14.41 MiB/sec. | ||
| 4634 | 2024.11.06 00:21:35.457009 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Debug> DynamicQueryHandler: Done processing query | ||
| 4635 | 2024.11.06 00:21:35.457033 [ 290 ] {8ad09a94-a29b-4ea1-8ef3-f43584b1be04} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4636 | 2024.11.06 00:21:35.457048 [ 290 ] {} <Debug> HTTP-Session: 2e47f8c1-8179-42ba-b8d5-80fa0fb08192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4637 | 2024.11.06 00:21:35.457258 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61274, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4638 | 2024.11.06 00:21:35.457314 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37694, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4639 | 2024.11.06 00:21:35.457401 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4640 | 2024.11.06 00:21:35.457427 [ 291 ] {} <Debug> HTTP-Session: cd708b9f-09c1-4779-ba9c-c8b5f0391df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:37694 | ||
| 4641 | 2024.11.06 00:21:35.457450 [ 291 ] {} <Debug> HTTP-Session: cd708b9f-09c1-4779-ba9c-c8b5f0391df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4642 | 2024.11.06 00:21:35.457469 [ 291 ] {} <Debug> HTTP-Session: cd708b9f-09c1-4779-ba9c-c8b5f0391df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4643 | 2024.11.06 00:21:35.457518 [ 291 ] {} <Trace> HTTP-Session: cd708b9f-09c1-4779-ba9c-c8b5f0391df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4644 | 2024.11.06 00:21:35.457653 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37694) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4645 | 2024.11.06 00:21:35.457714 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4646 | 2024.11.06 00:21:35.457908 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4647 | 2024.11.06 00:21:35.458206 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4648 | 2024.11.06 00:21:35.458242 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4649 | 2024.11.06 00:21:35.458618 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4650 | 2024.11.06 00:21:35.458962 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4651 | 2024.11.06 00:21:35.459127 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00151 sec., 3973.5099337748343 rows/sec., 207.60 KiB/sec. | ||
| 4652 | 2024.11.06 00:21:35.459419 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4653 | 2024.11.06 00:21:35.459444 [ 291 ] {406c35c4-6c34-4ded-ad84-1deaf835051e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4654 | 2024.11.06 00:21:35.459460 [ 291 ] {} <Debug> HTTP-Session: cd708b9f-09c1-4779-ba9c-c8b5f0391df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4655 | 2024.11.06 00:21:35.459680 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4656 | 2024.11.06 00:21:35.459808 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36104, User-Agent: (none), Length: 35111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4657 | 2024.11.06 00:21:35.459876 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4658 | 2024.11.06 00:21:35.459899 [ 290 ] {} <Debug> HTTP-Session: fda6f5bf-6219-4a60-9961-db05fb061af2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36104 | ||
| 4659 | 2024.11.06 00:21:35.459921 [ 290 ] {} <Debug> HTTP-Session: fda6f5bf-6219-4a60-9961-db05fb061af2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4660 | 2024.11.06 00:21:35.459938 [ 290 ] {} <Debug> HTTP-Session: fda6f5bf-6219-4a60-9961-db05fb061af2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4661 | 2024.11.06 00:21:35.459983 [ 290 ] {} <Trace> HTTP-Session: fda6f5bf-6219-4a60-9961-db05fb061af2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4662 | 2024.11.06 00:21:35.460157 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36104) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4663 | 2024.11.06 00:21:35.460207 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4664 | 2024.11.06 00:21:35.460371 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4665 | 2024.11.06 00:21:35.460784 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4666 | 2024.11.06 00:21:35.460819 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4667 | 2024.11.06 00:21:35.461214 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4668 | 2024.11.06 00:21:35.461549 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4669 | 2024.11.06 00:21:35.461680 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Debug> executeQuery: Read 187 rows, 12.72 KiB in 0.001592 sec., 117462.31155778894 rows/sec., 7.80 MiB/sec. | ||
| 4670 | 2024.11.06 00:21:35.462010 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4671 | 2024.11.06 00:21:35.462036 [ 290 ] {87bdabb7-5c3d-4297-be23-9c66fdfffd4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4672 | 2024.11.06 00:21:35.462052 [ 290 ] {} <Debug> HTTP-Session: fda6f5bf-6219-4a60-9961-db05fb061af2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4673 | 2024.11.06 00:21:35.462266 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37694, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4674 | 2024.11.06 00:21:35.462290 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36104, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4675 | 2024.11.06 00:21:35.462399 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4676 | 2024.11.06 00:21:35.462454 [ 291 ] {} <Debug> HTTP-Session: 23559ece-b5e8-49f7-a4bc-3b9c396130af Authenticating user 'default' from [fd00:1122:3344:101::d]:37694 | ||
| 4677 | 2024.11.06 00:21:35.462497 [ 291 ] {} <Debug> HTTP-Session: 23559ece-b5e8-49f7-a4bc-3b9c396130af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4678 | 2024.11.06 00:21:35.462525 [ 291 ] {} <Debug> HTTP-Session: 23559ece-b5e8-49f7-a4bc-3b9c396130af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4679 | 2024.11.06 00:21:35.462594 [ 291 ] {} <Trace> HTTP-Session: 23559ece-b5e8-49f7-a4bc-3b9c396130af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4680 | 2024.11.06 00:21:35.462782 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37694) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4681 | 2024.11.06 00:21:35.462870 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4682 | 2024.11.06 00:21:35.463112 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4683 | 2024.11.06 00:21:35.463437 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4684 | 2024.11.06 00:21:35.463474 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4685 | 2024.11.06 00:21:35.463830 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4686 | 2024.11.06 00:21:35.464158 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4687 | 2024.11.06 00:21:35.464321 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001596 sec., 626.5664160401003 rows/sec., 42.22 KiB/sec. | ||
| 4688 | 2024.11.06 00:21:35.464496 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Debug> DynamicQueryHandler: Done processing query | ||
| 4689 | 2024.11.06 00:21:35.464522 [ 291 ] {914323c4-b7e7-4b6b-bd48-530e1645d296} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4690 | 2024.11.06 00:21:35.464537 [ 291 ] {} <Debug> HTTP-Session: 23559ece-b5e8-49f7-a4bc-3b9c396130af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4691 | 2024.11.06 00:21:35.464724 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4692 | 2024.11.06 00:21:35.464813 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41503, User-Agent: (none), Length: 68386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4693 | 2024.11.06 00:21:35.464878 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4694 | 2024.11.06 00:21:35.464903 [ 290 ] {} <Debug> HTTP-Session: ff21448c-b95d-4cf6-91f0-abe640369926 Authenticating user 'default' from [fd00:1122:3344:101::d]:41503 | ||
| 4695 | 2024.11.06 00:21:35.464924 [ 290 ] {} <Debug> HTTP-Session: ff21448c-b95d-4cf6-91f0-abe640369926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4696 | 2024.11.06 00:21:35.464941 [ 290 ] {} <Debug> HTTP-Session: ff21448c-b95d-4cf6-91f0-abe640369926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4697 | 2024.11.06 00:21:35.464986 [ 290 ] {} <Trace> HTTP-Session: ff21448c-b95d-4cf6-91f0-abe640369926 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4698 | 2024.11.06 00:21:35.465652 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41503) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4699 | 2024.11.06 00:21:35.465743 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <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 | ||
| 4700 | 2024.11.06 00:21:35.466259 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4701 | 2024.11.06 00:21:35.467108 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4702 | 2024.11.06 00:21:35.467144 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4703 | 2024.11.06 00:21:35.467812 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4704 | 2024.11.06 00:21:35.468222 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4705 | 2024.11.06 00:21:35.468372 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003268 sec., 12545.899632802937 rows/sec., 22.48 MiB/sec. | ||
| 4706 | 2024.11.06 00:21:35.468593 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4707 | 2024.11.06 00:21:35.468617 [ 290 ] {1d93ed90-db0c-4681-9998-9af7eeec883c} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 4708 | 2024.11.06 00:21:35.468634 [ 290 ] {} <Debug> HTTP-Session: ff21448c-b95d-4cf6-91f0-abe640369926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4709 | 2024.11.06 00:21:35.468807 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41503, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4710 | 2024.11.06 00:21:35.468841 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37694, User-Agent: (none), Length: 9107, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4711 | 2024.11.06 00:21:35.468914 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4712 | 2024.11.06 00:21:35.468948 [ 291 ] {} <Debug> HTTP-Session: b6237009-d9e2-4765-b784-d41c7b348fd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:37694 | ||
| 4713 | 2024.11.06 00:21:35.468969 [ 291 ] {} <Debug> HTTP-Session: b6237009-d9e2-4765-b784-d41c7b348fd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4714 | 2024.11.06 00:21:35.468984 [ 291 ] {} <Debug> HTTP-Session: b6237009-d9e2-4765-b784-d41c7b348fd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4715 | 2024.11.06 00:21:35.469022 [ 291 ] {} <Trace> HTTP-Session: b6237009-d9e2-4765-b784-d41c7b348fd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4716 | 2024.11.06 00:21:35.469157 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37694) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4717 | 2024.11.06 00:21:35.469205 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4718 | 2024.11.06 00:21:35.469363 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4719 | 2024.11.06 00:21:35.469690 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4720 | 2024.11.06 00:21:35.469726 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.80 GiB. | ||
| 4721 | 2024.11.06 00:21:35.470087 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4722 | 2024.11.06 00:21:35.470412 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4723 | 2024.11.06 00:21:35.470583 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Debug> executeQuery: Read 62 rows, 3.93 KiB in 0.001471 sec., 42148.19850441876 rows/sec., 2.61 MiB/sec. | ||
| 4724 | 2024.11.06 00:21:35.470759 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Debug> DynamicQueryHandler: Done processing query | ||
| 4725 | 2024.11.06 00:21:35.470783 [ 291 ] {a302aeb3-fc20-4c99-89ba-7e260ea8ad87} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4726 | 2024.11.06 00:21:35.470801 [ 291 ] {} <Debug> HTTP-Session: b6237009-d9e2-4765-b784-d41c7b348fd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4727 | 2024.11.06 00:21:35.471064 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37694, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4728 | 2024.11.06 00:21:37.635577 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4729 | 2024.11.06 00:21:37.814055 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4730 | 2024.11.06 00:21:37.842418 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62629, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4731 | 2024.11.06 00:21:37.882794 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37874, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4732 | 2024.11.06 00:21:37.955259 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4733 | 2024.11.06 00:21:37.960548 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42021, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4734 | 2024.11.06 00:21:37.966896 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33423, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4735 | 2024.11.06 00:21:37.993243 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48697, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4736 | 2024.11.06 00:21:40.438076 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35398, User-Agent: (none), Length: 1613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4737 | 2024.11.06 00:21:40.438222 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4738 | 2024.11.06 00:21:40.438251 [ 291 ] {} <Debug> HTTP-Session: eace48f6-2ead-4d55-bf44-566ae87b42bb Authenticating user 'default' from [fd00:1122:3344:101::d]:35398 | ||
| 4739 | 2024.11.06 00:21:40.438279 [ 291 ] {} <Debug> HTTP-Session: eace48f6-2ead-4d55-bf44-566ae87b42bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4740 | 2024.11.06 00:21:40.438297 [ 291 ] {} <Debug> HTTP-Session: eace48f6-2ead-4d55-bf44-566ae87b42bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4741 | 2024.11.06 00:21:40.438354 [ 291 ] {} <Trace> HTTP-Session: eace48f6-2ead-4d55-bf44-566ae87b42bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4742 | 2024.11.06 00:21:40.438552 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35398) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4743 | 2024.11.06 00:21:40.438628 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4744 | 2024.11.06 00:21:40.439019 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4745 | 2024.11.06 00:21:40.439506 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2024.11.06 00:21:40.439550 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4747 | 2024.11.06 00:21:40.439963 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4748 | 2024.11.06 00:21:40.440357 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4749 | 2024.11.06 00:21:40.440538 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.002043 sec., 4894.762604013705 rows/sec., 399.13 KiB/sec. | ||
| 4750 | 2024.11.06 00:21:40.440908 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Debug> DynamicQueryHandler: Done processing query | ||
| 4751 | 2024.11.06 00:21:40.440936 [ 291 ] {4479d1f0-c7fc-4ff6-a2db-d34baf568a58} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4752 | 2024.11.06 00:21:40.440953 [ 291 ] {} <Debug> HTTP-Session: eace48f6-2ead-4d55-bf44-566ae87b42bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4753 | 2024.11.06 00:21:40.441163 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4754 | 2024.11.06 00:21:40.441306 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43180, User-Agent: (none), Length: 8479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4755 | 2024.11.06 00:21:40.441430 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4756 | 2024.11.06 00:21:40.441459 [ 290 ] {} <Debug> HTTP-Session: b9c1f097-4e26-4297-ab9c-21cc13fd002d Authenticating user 'default' from [fd00:1122:3344:101::d]:43180 | ||
| 4757 | 2024.11.06 00:21:40.441486 [ 290 ] {} <Debug> HTTP-Session: b9c1f097-4e26-4297-ab9c-21cc13fd002d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4758 | 2024.11.06 00:21:40.441504 [ 290 ] {} <Debug> HTTP-Session: b9c1f097-4e26-4297-ab9c-21cc13fd002d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4759 | 2024.11.06 00:21:40.441564 [ 290 ] {} <Trace> HTTP-Session: b9c1f097-4e26-4297-ab9c-21cc13fd002d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4760 | 2024.11.06 00:21:40.441787 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43180) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4761 | 2024.11.06 00:21:40.441864 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4762 | 2024.11.06 00:21:40.442241 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4763 | 2024.11.06 00:21:40.442689 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2024.11.06 00:21:40.442732 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4765 | 2024.11.06 00:21:40.443155 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4766 | 2024.11.06 00:21:40.443546 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4767 | 2024.11.06 00:21:40.443684 [ 132 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4768 | 2024.11.06 00:21:40.443695 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Debug> executeQuery: Read 61 rows, 4.74 KiB in 0.001992 sec., 30622.48995983936 rows/sec., 2.33 MiB/sec. | ||
| 4769 | 2024.11.06 00:21:40.443723 [ 132 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4770 | 2024.11.06 00:21:40.443756 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4771 | 2024.11.06 00:21:40.443908 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 4772 | 2024.11.06 00:21:40.443961 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4773 | 2024.11.06 00:21:40.443994 [ 290 ] {fc97ef2a-0351-4cac-8e56-0d11c84015a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4774 | 2024.11.06 00:21:40.444020 [ 290 ] {} <Debug> HTTP-Session: b9c1f097-4e26-4297-ab9c-21cc13fd002d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4775 | 2024.11.06 00:21:40.444087 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4776 | 2024.11.06 00:21:40.444125 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1382 rows starting from the beginning of the part | ||
| 4777 | 2024.11.06 00:21:40.444245 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4778 | 2024.11.06 00:21:40.444259 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 241 rows starting from the beginning of the part | ||
| 4779 | 2024.11.06 00:21:40.444463 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35398, User-Agent: (none), Length: 1449, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4780 | 2024.11.06 00:21:40.444741 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
| 4781 | 2024.11.06 00:21:40.444943 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4782 | 2024.11.06 00:21:40.445215 [ 291 ] {} <Debug> HTTP-Session: 86b36c33-63ba-4ce1-a400-873c3b066eb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:35398 | ||
| 4783 | 2024.11.06 00:21:40.445278 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
| 4784 | 2024.11.06 00:21:40.445307 [ 291 ] {} <Debug> HTTP-Session: 86b36c33-63ba-4ce1-a400-873c3b066eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4785 | 2024.11.06 00:21:40.445391 [ 291 ] {} <Debug> HTTP-Session: 86b36c33-63ba-4ce1-a400-873c3b066eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4786 | 2024.11.06 00:21:40.445583 [ 291 ] {} <Trace> HTTP-Session: 86b36c33-63ba-4ce1-a400-873c3b066eb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4787 | 2024.11.06 00:21:40.445655 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 245 rows starting from the beginning of the part | ||
| 4788 | 2024.11.06 00:21:40.445947 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 61 rows starting from the beginning of the part | ||
| 4789 | 2024.11.06 00:21:40.445967 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35398) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4790 | 2024.11.06 00:21:40.446133 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4791 | 2024.11.06 00:21:40.447110 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4792 | 2024.11.06 00:21:40.448050 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4793 | 2024.11.06 00:21:40.448127 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4794 | 2024.11.06 00:21:40.448863 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4795 | 2024.11.06 00:21:40.449253 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1989 rows, containing 5 columns (5 merged, 0 gathered) in 0.005422901 sec., 366777.85561639426 rows/sec., 32.49 MiB/sec. | ||
| 4796 | 2024.11.06 00:21:40.449533 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4797 | 2024.11.06 00:21:40.449701 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4798 | 2024.11.06 00:21:40.450087 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Debug> executeQuery: Read 10 rows, 715.00 B in 0.004267 sec., 2343.5669088352474 rows/sec., 163.64 KiB/sec. | ||
| 4799 | 2024.11.06 00:21:40.450582 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Debug> DynamicQueryHandler: Done processing query | ||
| 4800 | 2024.11.06 00:21:40.450631 [ 291 ] {c836b83c-955c-4c55-82e9-d1e6a9390b44} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4801 | 2024.11.06 00:21:40.450663 [ 291 ] {} <Debug> HTTP-Session: 86b36c33-63ba-4ce1-a400-873c3b066eb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4802 | 2024.11.06 00:21:40.450731 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4803 | 2024.11.06 00:21:40.450881 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_26_5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4804 | 2024.11.06 00:21:40.450927 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35398, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4805 | 2024.11.06 00:21:40.450990 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61045, User-Agent: (none), Length: 12595, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4806 | 2024.11.06 00:21:40.451156 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 4807 | 2024.11.06 00:21:40.451187 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4808 | 2024.11.06 00:21:40.451236 [ 290 ] {} <Debug> HTTP-Session: fc6e43e5-2124-465a-b4d4-9f28e363821e Authenticating user 'default' from [fd00:1122:3344:101::d]:61045 | ||
| 4809 | 2024.11.06 00:21:40.451262 [ 290 ] {} <Debug> HTTP-Session: fc6e43e5-2124-465a-b4d4-9f28e363821e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4810 | 2024.11.06 00:21:40.451280 [ 290 ] {} <Debug> HTTP-Session: fc6e43e5-2124-465a-b4d4-9f28e363821e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4811 | 2024.11.06 00:21:40.451329 [ 290 ] {} <Trace> HTTP-Session: fc6e43e5-2124-465a-b4d4-9f28e363821e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4812 | 2024.11.06 00:21:40.451510 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61045) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4813 | 2024.11.06 00:21:40.451569 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4814 | 2024.11.06 00:21:40.451883 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4815 | 2024.11.06 00:21:40.452278 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4816 | 2024.11.06 00:21:40.452316 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4817 | 2024.11.06 00:21:40.452678 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4818 | 2024.11.06 00:21:40.453036 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4819 | 2024.11.06 00:21:40.453162 [ 132 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4820 | 2024.11.06 00:21:40.453166 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001719 sec., 43048.28388598022 rows/sec., 3.37 MiB/sec. | ||
| 4821 | 2024.11.06 00:21:40.453202 [ 132 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4822 | 2024.11.06 00:21:40.453246 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4823 | 2024.11.06 00:21:40.453424 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 4824 | 2024.11.06 00:21:40.453473 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Debug> DynamicQueryHandler: Done processing query | ||
| 4825 | 2024.11.06 00:21:40.453525 [ 290 ] {c4eb344a-9762-4374-85c9-65a5c5fe1761} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4826 | 2024.11.06 00:21:40.453582 [ 290 ] {} <Debug> HTTP-Session: fc6e43e5-2124-465a-b4d4-9f28e363821e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4827 | 2024.11.06 00:21:40.453726 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4828 | 2024.11.06 00:21:40.453762 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 866 rows starting from the beginning of the part | ||
| 4829 | 2024.11.06 00:21:40.453854 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4830 | 2024.11.06 00:21:40.454056 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 387 rows starting from the beginning of the part | ||
| 4831 | 2024.11.06 00:21:40.454212 [ 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): | ||
| 4832 | |||
| 4833 | (version 23.8.7.1) | ||
| 4834 | 2024.11.06 00:21:40.454295 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53599, User-Agent: (none), Length: 25480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4835 | 2024.11.06 00:21:40.454436 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part | ||
| 4836 | 2024.11.06 00:21:40.454690 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part | ||
| 4837 | 2024.11.06 00:21:40.454693 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4838 | 2024.11.06 00:21:40.454858 [ 291 ] {} <Debug> HTTP-Session: 9043945a-d948-4e8f-b16d-d2a598d981b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:53599 | ||
| 4839 | 2024.11.06 00:21:40.454980 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 395 rows starting from the beginning of the part | ||
| 4840 | 2024.11.06 00:21:40.455013 [ 291 ] {} <Debug> HTTP-Session: 9043945a-d948-4e8f-b16d-d2a598d981b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4841 | 2024.11.06 00:21:40.455125 [ 291 ] {} <Debug> HTTP-Session: 9043945a-d948-4e8f-b16d-d2a598d981b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4842 | 2024.11.06 00:21:40.455238 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 74 rows starting from the beginning of the part | ||
| 4843 | 2024.11.06 00:21:40.455279 [ 291 ] {} <Trace> HTTP-Session: 9043945a-d948-4e8f-b16d-d2a598d981b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4844 | 2024.11.06 00:21:40.455759 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53599) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4845 | 2024.11.06 00:21:40.455836 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4846 | 2024.11.06 00:21:40.456461 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4847 | 2024.11.06 00:21:40.457468 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4848 | 2024.11.06 00:21:40.457544 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4849 | 2024.11.06 00:21:40.458325 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1794 rows, containing 5 columns (5 merged, 0 gathered) in 0.004992688 sec., 359325.47757841065 rows/sec., 27.33 MiB/sec. | ||
| 4850 | 2024.11.06 00:21:40.458369 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4851 | 2024.11.06 00:21:40.458812 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4852 | 2024.11.06 00:21:40.459083 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4853 | 2024.11.06 00:21:40.459319 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4854 | 2024.11.06 00:21:40.459382 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Debug> executeQuery: Read 133 rows, 9.48 KiB in 0.003837 sec., 34662.49674224655 rows/sec., 2.41 MiB/sec. | ||
| 4855 | 2024.11.06 00:21:40.459445 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4856 | 2024.11.06 00:21:40.459543 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4857 | 2024.11.06 00:21:40.460073 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4858 | 2024.11.06 00:21:40.460161 [ 291 ] {42c80a81-3c43-411b-abb6-8af83056a83b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4859 | 2024.11.06 00:21:40.460219 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 4860 | 2024.11.06 00:21:40.460236 [ 291 ] {} <Debug> HTTP-Session: 9043945a-d948-4e8f-b16d-d2a598d981b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4861 | 2024.11.06 00:21:40.460499 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4862 | 2024.11.06 00:21:40.460696 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55386, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4863 | 2024.11.06 00:21:40.460827 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4864 | 2024.11.06 00:21:40.460888 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4865 | 2024.11.06 00:21:40.460912 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4866 | 2024.11.06 00:21:40.460929 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6792 rows starting from the beginning of the part | ||
| 4867 | 2024.11.06 00:21:40.460997 [ 290 ] {} <Debug> HTTP-Session: b6f2fc1a-d171-4ae8-8d84-6b2e7513a495 Authenticating user 'default' from [fd00:1122:3344:101::d]:55386 | ||
| 4868 | 2024.11.06 00:21:40.461101 [ 290 ] {} <Debug> HTTP-Session: b6f2fc1a-d171-4ae8-8d84-6b2e7513a495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4869 | 2024.11.06 00:21:40.461194 [ 290 ] {} <Debug> HTTP-Session: b6f2fc1a-d171-4ae8-8d84-6b2e7513a495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4870 | 2024.11.06 00:21:40.461235 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_26_5} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4871 | 2024.11.06 00:21:40.461329 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 177 rows starting from the beginning of the part | ||
| 4872 | 2024.11.06 00:21:40.461337 [ 290 ] {} <Trace> HTTP-Session: b6f2fc1a-d171-4ae8-8d84-6b2e7513a495 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4873 | 2024.11.06 00:21:40.461579 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 4874 | 2024.11.06 00:21:40.461860 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 88 rows starting from the beginning of the part | ||
| 4875 | 2024.11.06 00:21:40.461990 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55386) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4876 | 2024.11.06 00:21:40.462158 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 110 rows starting from the beginning of the part | ||
| 4877 | 2024.11.06 00:21:40.462264 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4878 | 2024.11.06 00:21:40.462472 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 187 rows starting from the beginning of the part | ||
| 4879 | 2024.11.06 00:21:40.462783 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 133 rows starting from the beginning of the part | ||
| 4880 | 2024.11.06 00:21:40.463352 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4881 | 2024.11.06 00:21:40.464087 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4882 | 2024.11.06 00:21:40.464126 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4883 | 2024.11.06 00:21:40.464741 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4884 | 2024.11.06 00:21:40.465653 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4885 | 2024.11.06 00:21:40.465823 [ 132 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4886 | 2024.11.06 00:21:40.465824 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004132 sec., 11616.650532429816 rows/sec., 801.67 KiB/sec. | ||
| 4887 | 2024.11.06 00:21:40.465867 [ 132 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4888 | 2024.11.06 00:21:40.465915 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4889 | 2024.11.06 00:21:40.466212 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4890 | 2024.11.06 00:21:40.466212 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 4891 | 2024.11.06 00:21:40.466269 [ 290 ] {f349c8a4-1f06-4dcc-b065-83ad63e12d8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4892 | 2024.11.06 00:21:40.466328 [ 290 ] {} <Debug> HTTP-Session: b6f2fc1a-d171-4ae8-8d84-6b2e7513a495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4893 | 2024.11.06 00:21:40.466570 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4894 | 2024.11.06 00:21:40.466700 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 592 rows starting from the beginning of the part | ||
| 4895 | 2024.11.06 00:21:40.466811 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4896 | 2024.11.06 00:21:40.467359 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7487 rows, containing 5 columns (5 merged, 0 gathered) in 0.007598846 sec., 985281.1861169445 rows/sec., 66.47 MiB/sec. | ||
| 4897 | 2024.11.06 00:21:40.467362 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part | ||
| 4898 | 2024.11.06 00:21:40.467503 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 4899 | 2024.11.06 00:21:40.467698 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part | ||
| 4900 | 2024.11.06 00:21:40.467920 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 62 rows starting from the beginning of the part | ||
| 4901 | 2024.11.06 00:21:40.468020 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4902 | 2024.11.06 00:21:40.468227 [ 190 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 48 rows starting from the beginning of the part | ||
| 4903 | 2024.11.06 00:21:40.469267 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4904 | 2024.11.06 00:21:40.469453 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4905 | 2024.11.06 00:21:40.469588 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
| 4906 | 2024.11.06 00:21:40.470272 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 826 rows, containing 4 columns (4 merged, 0 gathered) in 0.004207656 sec., 196308.82372513344 rows/sec., 13.14 MiB/sec. | ||
| 4907 | 2024.11.06 00:21:40.470609 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4908 | 2024.11.06 00:21:40.471255 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2024.11.06 00:21:40.471335 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_26_5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4910 | 2024.11.06 00:21:40.471425 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4911 | 2024.11.06 00:21:41.736469 [ 130 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4912 | 2024.11.06 00:21:41.736555 [ 130 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4913 | 2024.11.06 00:21:41.940501 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 474 | ||
| 4914 | 2024.11.06 00:21:41.943473 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2024.11.06 00:21:41.943525 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4916 | 2024.11.06 00:21:41.945085 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4917 | 2024.11.06 00:21:41.946100 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4918 | 2024.11.06 00:21:41.946672 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 474 | ||
| 4919 | 2024.11.06 00:21:45.439247 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34534, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4920 | 2024.11.06 00:21:45.439386 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4921 | 2024.11.06 00:21:45.439416 [ 290 ] {} <Debug> HTTP-Session: 31e49136-63ba-4ea2-ac6d-6ed95eba6e1e Authenticating user 'default' from [fd00:1122:3344:101::d]:34534 | ||
| 4922 | 2024.11.06 00:21:45.439443 [ 290 ] {} <Debug> HTTP-Session: 31e49136-63ba-4ea2-ac6d-6ed95eba6e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4923 | 2024.11.06 00:21:45.439460 [ 290 ] {} <Debug> HTTP-Session: 31e49136-63ba-4ea2-ac6d-6ed95eba6e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4924 | 2024.11.06 00:21:45.439517 [ 290 ] {} <Trace> HTTP-Session: 31e49136-63ba-4ea2-ac6d-6ed95eba6e1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4925 | 2024.11.06 00:21:45.439733 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34534) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4926 | 2024.11.06 00:21:45.439808 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4927 | 2024.11.06 00:21:45.440196 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4928 | 2024.11.06 00:21:45.440682 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4929 | 2024.11.06 00:21:45.440724 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4930 | 2024.11.06 00:21:45.441154 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4931 | 2024.11.06 00:21:45.441560 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4932 | 2024.11.06 00:21:45.441732 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002074 sec., 27000.964320154293 rows/sec., 2.06 MiB/sec. | ||
| 4933 | 2024.11.06 00:21:45.441956 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Debug> DynamicQueryHandler: Done processing query | ||
| 4934 | 2024.11.06 00:21:45.441984 [ 290 ] {50ed456d-acf1-4fc5-8751-6f0e408d9634} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4935 | 2024.11.06 00:21:45.442000 [ 290 ] {} <Debug> HTTP-Session: 31e49136-63ba-4ea2-ac6d-6ed95eba6e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4936 | 2024.11.06 00:21:45.442197 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34534, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4937 | 2024.11.06 00:21:45.442359 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41010, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4938 | 2024.11.06 00:21:45.442535 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4939 | 2024.11.06 00:21:45.442580 [ 291 ] {} <Debug> HTTP-Session: f5e9a757-c34f-413b-81fa-6b7ac20ae58d Authenticating user 'default' from [fd00:1122:3344:101::d]:41010 | ||
| 4940 | 2024.11.06 00:21:45.442620 [ 291 ] {} <Debug> HTTP-Session: f5e9a757-c34f-413b-81fa-6b7ac20ae58d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4941 | 2024.11.06 00:21:45.442648 [ 291 ] {} <Debug> HTTP-Session: f5e9a757-c34f-413b-81fa-6b7ac20ae58d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4942 | 2024.11.06 00:21:45.442735 [ 291 ] {} <Trace> HTTP-Session: f5e9a757-c34f-413b-81fa-6b7ac20ae58d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4943 | 2024.11.06 00:21:45.443056 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41010) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4944 | 2024.11.06 00:21:45.443165 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4945 | 2024.11.06 00:21:45.443560 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4946 | 2024.11.06 00:21:45.443981 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4947 | 2024.11.06 00:21:45.444027 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4948 | 2024.11.06 00:21:45.444467 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4949 | 2024.11.06 00:21:45.444883 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4950 | 2024.11.06 00:21:45.445077 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002145 sec., 29836.829836829835 rows/sec., 2.33 MiB/sec. | ||
| 4951 | 2024.11.06 00:21:45.445313 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Debug> DynamicQueryHandler: Done processing query | ||
| 4952 | 2024.11.06 00:21:45.445340 [ 291 ] {2bcc0ba4-db51-4b85-9569-ae8a81c40c22} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4953 | 2024.11.06 00:21:45.445357 [ 291 ] {} <Debug> HTTP-Session: f5e9a757-c34f-413b-81fa-6b7ac20ae58d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4954 | 2024.11.06 00:21:45.445621 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4955 | 2024.11.06 00:21:45.445678 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38590, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4956 | 2024.11.06 00:21:45.445749 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4957 | 2024.11.06 00:21:45.445784 [ 290 ] {} <Debug> HTTP-Session: afb5f143-5a17-481e-a1d8-d5e9193b678b Authenticating user 'default' from [fd00:1122:3344:101::d]:38590 | ||
| 4958 | 2024.11.06 00:21:45.445806 [ 290 ] {} <Debug> HTTP-Session: afb5f143-5a17-481e-a1d8-d5e9193b678b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4959 | 2024.11.06 00:21:45.445821 [ 290 ] {} <Debug> HTTP-Session: afb5f143-5a17-481e-a1d8-d5e9193b678b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4960 | 2024.11.06 00:21:45.445863 [ 290 ] {} <Trace> HTTP-Session: afb5f143-5a17-481e-a1d8-d5e9193b678b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4961 | 2024.11.06 00:21:45.446045 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38590) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4962 | 2024.11.06 00:21:45.446100 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4963 | 2024.11.06 00:21:45.446292 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4964 | 2024.11.06 00:21:45.446699 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4965 | 2024.11.06 00:21:45.446737 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4966 | 2024.11.06 00:21:45.447142 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4967 | 2024.11.06 00:21:45.447513 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4968 | 2024.11.06 00:21:45.447678 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001719 sec., 93077.37056428156 rows/sec., 6.48 MiB/sec. | ||
| 4969 | 2024.11.06 00:21:45.447860 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 4970 | 2024.11.06 00:21:45.447886 [ 290 ] {bffd6f92-c058-47d5-a2aa-345acec478b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4971 | 2024.11.06 00:21:45.447902 [ 290 ] {} <Debug> HTTP-Session: afb5f143-5a17-481e-a1d8-d5e9193b678b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4972 | 2024.11.06 00:21:45.448067 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4973 | 2024.11.06 00:21:45.448213 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50228, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4974 | 2024.11.06 00:21:45.448330 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4975 | 2024.11.06 00:21:45.448368 [ 291 ] {} <Debug> HTTP-Session: 174cdb2c-b0cf-4dd6-b655-25831bde70a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:50228 | ||
| 4976 | 2024.11.06 00:21:45.448402 [ 291 ] {} <Debug> HTTP-Session: 174cdb2c-b0cf-4dd6-b655-25831bde70a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4977 | 2024.11.06 00:21:45.448431 [ 291 ] {} <Debug> HTTP-Session: 174cdb2c-b0cf-4dd6-b655-25831bde70a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4978 | 2024.11.06 00:21:45.448503 [ 291 ] {} <Trace> HTTP-Session: 174cdb2c-b0cf-4dd6-b655-25831bde70a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4979 | 2024.11.06 00:21:45.448750 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50228) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4980 | 2024.11.06 00:21:45.448843 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4981 | 2024.11.06 00:21:45.449133 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4982 | 2024.11.06 00:21:45.449510 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4983 | 2024.11.06 00:21:45.449548 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 4984 | 2024.11.06 00:21:45.449935 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4985 | 2024.11.06 00:21:45.450278 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4986 | 2024.11.06 00:21:45.450460 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001798 sec., 33370.41156840935 rows/sec., 2.25 MiB/sec. | ||
| 4987 | 2024.11.06 00:21:45.450647 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4988 | 2024.11.06 00:21:45.450672 [ 291 ] {56fe6997-5f51-48c0-b3ad-15d1dabb4d3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4989 | 2024.11.06 00:21:45.450688 [ 291 ] {} <Debug> HTTP-Session: 174cdb2c-b0cf-4dd6-b655-25831bde70a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4990 | 2024.11.06 00:21:45.450965 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4991 | 2024.11.06 00:21:49.675888 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4992 | 2024.11.06 00:21:49.915337 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4993 | 2024.11.06 00:21:50.007461 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4994 | 2024.11.06 00:21:50.251469 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4995 | 2024.11.06 00:21:50.253846 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4996 | 2024.11.06 00:21:50.263157 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4997 | 2024.11.06 00:21:50.312483 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65298, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4998 | 2024.11.06 00:21:50.325742 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54999, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4999 | 2024.11.06 00:21:50.444803 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38590, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5000 | 2024.11.06 00:21:50.444921 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5001 | 2024.11.06 00:21:50.444945 [ 290 ] {} <Debug> HTTP-Session: ceeb5bb8-aab0-40a2-9363-f6bb645a5914 Authenticating user 'default' from [fd00:1122:3344:101::d]:38590 | ||
| 5002 | 2024.11.06 00:21:50.444969 [ 290 ] {} <Debug> HTTP-Session: ceeb5bb8-aab0-40a2-9363-f6bb645a5914 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5003 | 2024.11.06 00:21:50.444983 [ 290 ] {} <Debug> HTTP-Session: ceeb5bb8-aab0-40a2-9363-f6bb645a5914 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5004 | 2024.11.06 00:21:50.445034 [ 290 ] {} <Trace> HTTP-Session: ceeb5bb8-aab0-40a2-9363-f6bb645a5914 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5005 | 2024.11.06 00:21:50.445305 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38590) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5006 | 2024.11.06 00:21:50.445373 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5007 | 2024.11.06 00:21:50.445712 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5008 | 2024.11.06 00:21:50.446506 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5009 | 2024.11.06 00:21:50.446550 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5010 | 2024.11.06 00:21:50.447000 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5011 | 2024.11.06 00:21:50.447393 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5012 | 2024.11.06 00:21:50.447554 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002378 sec., 113961.31202691338 rows/sec., 10.13 MiB/sec. | ||
| 5013 | 2024.11.06 00:21:50.447774 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Debug> DynamicQueryHandler: Done processing query | ||
| 5014 | 2024.11.06 00:21:50.447803 [ 290 ] {4ad8165e-e09a-4ab2-9a87-1efb56ed2510} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5015 | 2024.11.06 00:21:50.447820 [ 290 ] {} <Debug> HTTP-Session: ceeb5bb8-aab0-40a2-9363-f6bb645a5914 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5016 | 2024.11.06 00:21:50.448068 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38590, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5017 | 2024.11.06 00:21:50.448134 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5018 | 2024.11.06 00:21:50.448286 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5019 | 2024.11.06 00:21:50.448329 [ 291 ] {} <Debug> HTTP-Session: 8f5acfb2-59cc-466f-8ebc-1b09aa5df204 Authenticating user 'default' from [fd00:1122:3344:101::d]:33310 | ||
| 5020 | 2024.11.06 00:21:50.448371 [ 291 ] {} <Debug> HTTP-Session: 8f5acfb2-59cc-466f-8ebc-1b09aa5df204 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5021 | 2024.11.06 00:21:50.448399 [ 291 ] {} <Debug> HTTP-Session: 8f5acfb2-59cc-466f-8ebc-1b09aa5df204 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5022 | 2024.11.06 00:21:50.448458 [ 291 ] {} <Trace> HTTP-Session: 8f5acfb2-59cc-466f-8ebc-1b09aa5df204 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5023 | 2024.11.06 00:21:50.448644 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33310) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5024 | 2024.11.06 00:21:50.448712 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5025 | 2024.11.06 00:21:50.449052 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5026 | 2024.11.06 00:21:50.449447 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5027 | 2024.11.06 00:21:50.449489 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5028 | 2024.11.06 00:21:50.449936 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5029 | 2024.11.06 00:21:50.450327 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5030 | 2024.11.06 00:21:50.450519 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001936 sec., 21177.685950413223 rows/sec., 1.56 MiB/sec. | ||
| 5031 | 2024.11.06 00:21:50.450792 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5032 | 2024.11.06 00:21:50.450819 [ 291 ] {c8917c32-62c3-4ee8-ac0a-8fe32353eb2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5033 | 2024.11.06 00:21:50.450835 [ 291 ] {} <Debug> HTTP-Session: 8f5acfb2-59cc-466f-8ebc-1b09aa5df204 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5034 | 2024.11.06 00:21:50.450995 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5035 | 2024.11.06 00:21:50.451150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48530, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5036 | 2024.11.06 00:21:50.451333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5037 | 2024.11.06 00:21:50.451377 [ 3 ] {} <Debug> HTTP-Session: 6b4b356a-a419-4181-86f9-c5172e93dfff Authenticating user 'default' from [fd00:1122:3344:101::d]:48530 | ||
| 5038 | 2024.11.06 00:21:50.451417 [ 3 ] {} <Debug> HTTP-Session: 6b4b356a-a419-4181-86f9-c5172e93dfff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5039 | 2024.11.06 00:21:50.451432 [ 3 ] {} <Debug> HTTP-Session: 6b4b356a-a419-4181-86f9-c5172e93dfff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5040 | 2024.11.06 00:21:50.451485 [ 3 ] {} <Trace> HTTP-Session: 6b4b356a-a419-4181-86f9-c5172e93dfff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5041 | 2024.11.06 00:21:50.451684 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48530) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5042 | 2024.11.06 00:21:50.451754 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5043 | 2024.11.06 00:21:50.452101 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5044 | 2024.11.06 00:21:50.452458 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5045 | 2024.11.06 00:21:50.452501 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5046 | 2024.11.06 00:21:50.452925 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5047 | 2024.11.06 00:21:50.453310 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5048 | 2024.11.06 00:21:50.453491 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001861 sec., 7522.837184309511 rows/sec., 526.85 KiB/sec. | ||
| 5049 | 2024.11.06 00:21:50.453866 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Debug> DynamicQueryHandler: Done processing query | ||
| 5050 | 2024.11.06 00:21:50.453895 [ 3 ] {8c338883-f00c-420c-a0eb-be07fb54fa03} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5051 | 2024.11.06 00:21:50.453911 [ 3 ] {} <Debug> HTTP-Session: 6b4b356a-a419-4181-86f9-c5172e93dfff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5052 | 2024.11.06 00:21:50.454069 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5053 | 2024.11.06 00:21:50.454100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48530, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5054 | 2024.11.06 00:21:50.454214 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5055 | 2024.11.06 00:21:50.454273 [ 291 ] {} <Debug> HTTP-Session: a968d40e-68d7-4a84-802c-a66e8dcbcf2d Authenticating user 'default' from [fd00:1122:3344:101::d]:33310 | ||
| 5056 | 2024.11.06 00:21:50.454311 [ 291 ] {} <Debug> HTTP-Session: a968d40e-68d7-4a84-802c-a66e8dcbcf2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5057 | 2024.11.06 00:21:50.454339 [ 291 ] {} <Debug> HTTP-Session: a968d40e-68d7-4a84-802c-a66e8dcbcf2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5058 | 2024.11.06 00:21:50.454410 [ 291 ] {} <Trace> HTTP-Session: a968d40e-68d7-4a84-802c-a66e8dcbcf2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5059 | 2024.11.06 00:21:50.454547 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33310) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5060 | 2024.11.06 00:21:50.454605 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5061 | 2024.11.06 00:21:50.454918 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5062 | 2024.11.06 00:21:50.455273 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5063 | 2024.11.06 00:21:50.455317 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5064 | 2024.11.06 00:21:50.455692 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5065 | 2024.11.06 00:21:50.456058 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5066 | 2024.11.06 00:21:50.456232 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00172 sec., 3488.3720930232557 rows/sec., 206.10 KiB/sec. | ||
| 5067 | 2024.11.06 00:21:50.456458 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5068 | 2024.11.06 00:21:50.456483 [ 291 ] {316413c4-e85c-4414-acf2-504de17e38a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5069 | 2024.11.06 00:21:50.456498 [ 291 ] {} <Debug> HTTP-Session: a968d40e-68d7-4a84-802c-a66e8dcbcf2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5070 | 2024.11.06 00:21:50.456777 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5071 | 2024.11.06 00:21:50.456956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59782, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5072 | 2024.11.06 00:21:50.457090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5073 | 2024.11.06 00:21:50.457136 [ 3 ] {} <Debug> HTTP-Session: 51f624c7-2c38-45bd-a9ef-e380f39cda1d Authenticating user 'default' from [fd00:1122:3344:101::d]:59782 | ||
| 5074 | 2024.11.06 00:21:50.457169 [ 3 ] {} <Debug> HTTP-Session: 51f624c7-2c38-45bd-a9ef-e380f39cda1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5075 | 2024.11.06 00:21:50.457195 [ 3 ] {} <Debug> HTTP-Session: 51f624c7-2c38-45bd-a9ef-e380f39cda1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5076 | 2024.11.06 00:21:50.457263 [ 3 ] {} <Trace> HTTP-Session: 51f624c7-2c38-45bd-a9ef-e380f39cda1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5077 | 2024.11.06 00:21:50.457586 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59782) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5078 | 2024.11.06 00:21:50.457660 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5079 | 2024.11.06 00:21:50.457925 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5080 | 2024.11.06 00:21:50.458520 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5081 | 2024.11.06 00:21:50.458556 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5082 | 2024.11.06 00:21:50.458933 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5083 | 2024.11.06 00:21:50.459291 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5084 | 2024.11.06 00:21:50.459451 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001984 sec., 213205.6451612903 rows/sec., 15.24 MiB/sec. | ||
| 5085 | 2024.11.06 00:21:50.459627 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5086 | 2024.11.06 00:21:50.459676 [ 3 ] {3fb23a26-9654-42ad-9044-8ab60e5f39e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5087 | 2024.11.06 00:21:50.459693 [ 3 ] {} <Debug> HTTP-Session: 51f624c7-2c38-45bd-a9ef-e380f39cda1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5088 | 2024.11.06 00:21:50.459909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5089 | 2024.11.06 00:21:50.459922 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5090 | 2024.11.06 00:21:50.460014 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5091 | 2024.11.06 00:21:50.460047 [ 291 ] {} <Debug> HTTP-Session: c143df3c-13f3-4ffd-b61a-e65bdb2a443b Authenticating user 'default' from [fd00:1122:3344:101::d]:33310 | ||
| 5092 | 2024.11.06 00:21:50.460078 [ 291 ] {} <Debug> HTTP-Session: c143df3c-13f3-4ffd-b61a-e65bdb2a443b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5093 | 2024.11.06 00:21:50.460096 [ 291 ] {} <Debug> HTTP-Session: c143df3c-13f3-4ffd-b61a-e65bdb2a443b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5094 | 2024.11.06 00:21:50.460142 [ 291 ] {} <Trace> HTTP-Session: c143df3c-13f3-4ffd-b61a-e65bdb2a443b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5095 | 2024.11.06 00:21:50.460274 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33310) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5096 | 2024.11.06 00:21:50.460331 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5097 | 2024.11.06 00:21:50.460496 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5098 | 2024.11.06 00:21:50.460773 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5099 | 2024.11.06 00:21:50.460810 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5100 | 2024.11.06 00:21:50.461173 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5101 | 2024.11.06 00:21:50.461499 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5102 | 2024.11.06 00:21:50.461656 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001419 sec., 4228.329809725159 rows/sec., 220.91 KiB/sec. | ||
| 5103 | 2024.11.06 00:21:50.461896 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Debug> DynamicQueryHandler: Done processing query | ||
| 5104 | 2024.11.06 00:21:50.461921 [ 291 ] {ee8785b9-89c4-4905-b7af-9f9e26149981} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5105 | 2024.11.06 00:21:50.461937 [ 291 ] {} <Debug> HTTP-Session: c143df3c-13f3-4ffd-b61a-e65bdb2a443b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5106 | 2024.11.06 00:21:50.462115 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5107 | 2024.11.06 00:21:50.462230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44076, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5108 | 2024.11.06 00:21:50.462291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5109 | 2024.11.06 00:21:50.462310 [ 3 ] {} <Debug> HTTP-Session: 317afb69-a46b-430e-a43b-ddf1fa77be20 Authenticating user 'default' from [fd00:1122:3344:101::d]:44076 | ||
| 5110 | 2024.11.06 00:21:50.462328 [ 3 ] {} <Debug> HTTP-Session: 317afb69-a46b-430e-a43b-ddf1fa77be20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5111 | 2024.11.06 00:21:50.462342 [ 3 ] {} <Debug> HTTP-Session: 317afb69-a46b-430e-a43b-ddf1fa77be20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5112 | 2024.11.06 00:21:50.462383 [ 3 ] {} <Trace> HTTP-Session: 317afb69-a46b-430e-a43b-ddf1fa77be20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5113 | 2024.11.06 00:21:50.462641 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44076) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5114 | 2024.11.06 00:21:50.462701 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5115 | 2024.11.06 00:21:50.462916 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5116 | 2024.11.06 00:21:50.463403 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5117 | 2024.11.06 00:21:50.463440 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5118 | 2024.11.06 00:21:50.463828 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5119 | 2024.11.06 00:21:50.464175 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5120 | 2024.11.06 00:21:50.464333 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001834 sec., 129225.73609596511 rows/sec., 8.66 MiB/sec. | ||
| 5121 | 2024.11.06 00:21:50.464505 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Debug> DynamicQueryHandler: Done processing query | ||
| 5122 | 2024.11.06 00:21:50.464529 [ 3 ] {cf36e2b6-ce30-4f05-950b-9315d6ea0e06} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5123 | 2024.11.06 00:21:50.464545 [ 3 ] {} <Debug> HTTP-Session: 317afb69-a46b-430e-a43b-ddf1fa77be20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5124 | 2024.11.06 00:21:50.464701 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5125 | 2024.11.06 00:21:50.464713 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5126 | 2024.11.06 00:21:50.464790 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5127 | 2024.11.06 00:21:50.464826 [ 291 ] {} <Debug> HTTP-Session: af91ac93-c0d4-4a9e-aad1-1c800c533f31 Authenticating user 'default' from [fd00:1122:3344:101::d]:33310 | ||
| 5128 | 2024.11.06 00:21:50.464861 [ 291 ] {} <Debug> HTTP-Session: af91ac93-c0d4-4a9e-aad1-1c800c533f31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5129 | 2024.11.06 00:21:50.464888 [ 291 ] {} <Debug> HTTP-Session: af91ac93-c0d4-4a9e-aad1-1c800c533f31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5130 | 2024.11.06 00:21:50.464934 [ 291 ] {} <Trace> HTTP-Session: af91ac93-c0d4-4a9e-aad1-1c800c533f31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5131 | 2024.11.06 00:21:50.465054 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33310) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5132 | 2024.11.06 00:21:50.465113 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5133 | 2024.11.06 00:21:50.465310 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5134 | 2024.11.06 00:21:50.465609 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5135 | 2024.11.06 00:21:50.465644 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5136 | 2024.11.06 00:21:50.466003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5137 | 2024.11.06 00:21:50.466015 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5138 | 2024.11.06 00:21:50.466389 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5139 | 2024.11.06 00:21:50.466547 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec. | ||
| 5140 | 2024.11.06 00:21:50.466721 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Debug> DynamicQueryHandler: Done processing query | ||
| 5141 | 2024.11.06 00:21:50.466745 [ 291 ] {e62a4629-e7f7-45e5-88c6-21b9076c7e23} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5142 | 2024.11.06 00:21:50.466761 [ 291 ] {} <Debug> HTTP-Session: af91ac93-c0d4-4a9e-aad1-1c800c533f31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5143 | 2024.11.06 00:21:50.466929 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5144 | 2024.11.06 00:21:50.467024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50393, User-Agent: (none), Length: 68546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5145 | 2024.11.06 00:21:50.467083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5146 | 2024.11.06 00:21:50.467102 [ 3 ] {} <Debug> HTTP-Session: 76157342-163b-40e7-924c-908ac22cb8cf Authenticating user 'default' from [fd00:1122:3344:101::d]:50393 | ||
| 5147 | 2024.11.06 00:21:50.467120 [ 3 ] {} <Debug> HTTP-Session: 76157342-163b-40e7-924c-908ac22cb8cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5148 | 2024.11.06 00:21:50.467133 [ 3 ] {} <Debug> HTTP-Session: 76157342-163b-40e7-924c-908ac22cb8cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5149 | 2024.11.06 00:21:50.467170 [ 3 ] {} <Trace> HTTP-Session: 76157342-163b-40e7-924c-908ac22cb8cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5150 | 2024.11.06 00:21:50.468136 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50393) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5151 | 2024.11.06 00:21:50.468216 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <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 | ||
| 5152 | 2024.11.06 00:21:50.468714 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5153 | 2024.11.06 00:21:50.469439 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2024.11.06 00:21:50.469477 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5155 | 2024.11.06 00:21:50.470145 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5156 | 2024.11.06 00:21:50.470562 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2024.11.06 00:21:50.470773 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003487 sec., 11757.958130197878 rows/sec., 21.07 MiB/sec. | ||
| 5158 | 2024.11.06 00:21:50.470996 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5159 | 2024.11.06 00:21:50.471021 [ 3 ] {0abf6d64-4e3d-4bef-a823-78348074c65f} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 5160 | 2024.11.06 00:21:50.471037 [ 3 ] {} <Debug> HTTP-Session: 76157342-163b-40e7-924c-908ac22cb8cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5161 | 2024.11.06 00:21:50.471193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5162 | 2024.11.06 00:21:50.471231 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5163 | 2024.11.06 00:21:50.471305 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5164 | 2024.11.06 00:21:50.471339 [ 291 ] {} <Debug> HTTP-Session: d1403949-1165-49ef-bbf4-9494d8abf1df Authenticating user 'default' from [fd00:1122:3344:101::d]:33310 | ||
| 5165 | 2024.11.06 00:21:50.471364 [ 291 ] {} <Debug> HTTP-Session: d1403949-1165-49ef-bbf4-9494d8abf1df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5166 | 2024.11.06 00:21:50.471382 [ 291 ] {} <Debug> HTTP-Session: d1403949-1165-49ef-bbf4-9494d8abf1df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5167 | 2024.11.06 00:21:50.471426 [ 291 ] {} <Trace> HTTP-Session: d1403949-1165-49ef-bbf4-9494d8abf1df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5168 | 2024.11.06 00:21:50.471611 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33310) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5169 | 2024.11.06 00:21:50.471667 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5170 | 2024.11.06 00:21:50.471853 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5171 | 2024.11.06 00:21:50.472205 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5172 | 2024.11.06 00:21:50.472249 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5173 | 2024.11.06 00:21:50.472626 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5174 | 2024.11.06 00:21:50.472945 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5175 | 2024.11.06 00:21:50.473101 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001565 sec., 52396.1661341853 rows/sec., 3.33 MiB/sec. | ||
| 5176 | 2024.11.06 00:21:50.473320 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5177 | 2024.11.06 00:21:50.473345 [ 291 ] {b150bd15-a708-4871-b6da-8935703dd84e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5178 | 2024.11.06 00:21:50.473361 [ 291 ] {} <Debug> HTTP-Session: d1403949-1165-49ef-bbf4-9494d8abf1df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5179 | 2024.11.06 00:21:50.473924 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5180 | 2024.11.06 00:21:50.541752 [ 291 ] {} <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) | ||
| 5181 | 2024.11.06 00:21:50.642779 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58882, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5182 | 2024.11.06 00:21:50.721051 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48171, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5183 | 2024.11.06 00:21:50.782329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35833, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5184 | 2024.11.06 00:21:50.804426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5185 | 2024.11.06 00:21:50.836626 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5186 | 2024.11.06 00:21:50.844295 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5187 | 2024.11.06 00:21:50.848582 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44990, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5188 | 2024.11.06 00:21:51.028590 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5189 | 2024.11.06 00:21:51.072544 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60772, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5190 | 2024.11.06 00:21:51.084916 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60566, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5191 | 2024.11.06 00:21:51.134337 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5192 | 2024.11.06 00:21:51.362820 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5193 | 2024.11.06 00:21:51.384252 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55597, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5194 | 2024.11.06 00:21:51.387685 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5195 | 2024.11.06 00:21:51.947763 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 502 | ||
| 5196 | 2024.11.06 00:21:51.950561 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2024.11.06 00:21:51.950620 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5198 | 2024.11.06 00:21:51.952150 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5199 | 2024.11.06 00:21:51.953164 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5200 | 2024.11.06 00:21:51.953776 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 5201 | 2024.11.06 00:21:55.437040 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52574, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5202 | 2024.11.06 00:21:55.437191 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5203 | 2024.11.06 00:21:55.437222 [ 282 ] {} <Debug> HTTP-Session: 992fb1b5-8222-45b9-b053-0970c181a839 Authenticating user 'default' from [fd00:1122:3344:101::d]:52574 | ||
| 5204 | 2024.11.06 00:21:55.437249 [ 282 ] {} <Debug> HTTP-Session: 992fb1b5-8222-45b9-b053-0970c181a839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5205 | 2024.11.06 00:21:55.437266 [ 282 ] {} <Debug> HTTP-Session: 992fb1b5-8222-45b9-b053-0970c181a839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5206 | 2024.11.06 00:21:55.437324 [ 282 ] {} <Trace> HTTP-Session: 992fb1b5-8222-45b9-b053-0970c181a839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5207 | 2024.11.06 00:21:55.437527 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52574) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5208 | 2024.11.06 00:21:55.437597 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5209 | 2024.11.06 00:21:55.437940 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5210 | 2024.11.06 00:21:55.438390 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5211 | 2024.11.06 00:21:55.438439 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5212 | 2024.11.06 00:21:55.438853 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 5213 | 2024.11.06 00:21:55.439245 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5214 | 2024.11.06 00:21:55.439412 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001936 sec., 1033.0578512396694 rows/sec., 84.24 KiB/sec. | ||
| 5215 | 2024.11.06 00:21:55.439672 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5216 | 2024.11.06 00:21:55.439700 [ 282 ] {96459d2d-e4a1-42c8-a4b7-868571b4c1c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5217 | 2024.11.06 00:21:55.439715 [ 282 ] {} <Debug> HTTP-Session: 992fb1b5-8222-45b9-b053-0970c181a839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5218 | 2024.11.06 00:21:55.439958 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52574, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5219 | 2024.11.06 00:21:55.440056 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42206, User-Agent: (none), Length: 7945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5220 | 2024.11.06 00:21:55.440193 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5221 | 2024.11.06 00:21:55.440222 [ 283 ] {} <Debug> HTTP-Session: fc222214-e0a3-4722-901f-820f0194d780 Authenticating user 'default' from [fd00:1122:3344:101::d]:42206 | ||
| 5222 | 2024.11.06 00:21:55.440249 [ 283 ] {} <Debug> HTTP-Session: fc222214-e0a3-4722-901f-820f0194d780 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5223 | 2024.11.06 00:21:55.440267 [ 283 ] {} <Debug> HTTP-Session: fc222214-e0a3-4722-901f-820f0194d780 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5224 | 2024.11.06 00:21:55.440329 [ 283 ] {} <Trace> HTTP-Session: fc222214-e0a3-4722-901f-820f0194d780 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5225 | 2024.11.06 00:21:55.440546 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42206) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5226 | 2024.11.06 00:21:55.440614 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5227 | 2024.11.06 00:21:55.440962 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5228 | 2024.11.06 00:21:55.441387 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5229 | 2024.11.06 00:21:55.441433 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5230 | 2024.11.06 00:21:55.441865 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5231 | 2024.11.06 00:21:55.442266 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5232 | 2024.11.06 00:21:55.442443 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001964 sec., 29022.403258655802 rows/sec., 2.21 MiB/sec. | ||
| 5233 | 2024.11.06 00:21:55.442730 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Debug> DynamicQueryHandler: Done processing query | ||
| 5234 | 2024.11.06 00:21:55.442758 [ 283 ] {f394a846-0c0c-4229-9bbd-ccf14123e472} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5235 | 2024.11.06 00:21:55.442775 [ 283 ] {} <Debug> HTTP-Session: fc222214-e0a3-4722-901f-820f0194d780 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5236 | 2024.11.06 00:21:55.442953 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42206, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5237 | 2024.11.06 00:21:55.443015 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49615, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5238 | 2024.11.06 00:21:55.443094 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5239 | 2024.11.06 00:21:55.443121 [ 282 ] {} <Debug> HTTP-Session: 78baa549-795d-4661-a105-fa28ff26d7ab Authenticating user 'default' from [fd00:1122:3344:101::d]:49615 | ||
| 5240 | 2024.11.06 00:21:55.443142 [ 282 ] {} <Debug> HTTP-Session: 78baa549-795d-4661-a105-fa28ff26d7ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5241 | 2024.11.06 00:21:55.443158 [ 282 ] {} <Debug> HTTP-Session: 78baa549-795d-4661-a105-fa28ff26d7ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5242 | 2024.11.06 00:21:55.443201 [ 282 ] {} <Trace> HTTP-Session: 78baa549-795d-4661-a105-fa28ff26d7ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5243 | 2024.11.06 00:21:55.443320 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49615) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5244 | 2024.11.06 00:21:55.443372 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5245 | 2024.11.06 00:21:55.443644 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5246 | 2024.11.06 00:21:55.443974 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5247 | 2024.11.06 00:21:55.444012 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5248 | 2024.11.06 00:21:55.444374 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5249 | 2024.11.06 00:21:55.444755 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5250 | 2024.11.06 00:21:55.444917 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001616 sec., 1237.6237623762377 rows/sec., 86.42 KiB/sec. | ||
| 5251 | 2024.11.06 00:21:55.444929 [ 118 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 5252 | 2024.11.06 00:21:55.445041 [ 118 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5253 | 2024.11.06 00:21:55.445095 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5254 | 2024.11.06 00:21:55.445192 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5255 | 2024.11.06 00:21:55.445276 [ 282 ] {d5ae2a95-72a8-43bd-8369-6076ccc5d5c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5256 | 2024.11.06 00:21:55.445377 [ 282 ] {} <Debug> HTTP-Session: 78baa549-795d-4661-a105-fa28ff26d7ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5257 | 2024.11.06 00:21:55.445542 [ 194 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full | ||
| 5258 | 2024.11.06 00:21:55.445687 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5259 | 2024.11.06 00:21:55.445837 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34023, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5260 | 2024.11.06 00:21:55.445948 [ 194 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5261 | 2024.11.06 00:21:55.445976 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5262 | 2024.11.06 00:21:55.446022 [ 283 ] {} <Debug> HTTP-Session: af667f15-f9cd-42a5-8f05-c77c0501e29b Authenticating user 'default' from [fd00:1122:3344:101::d]:34023 | ||
| 5263 | 2024.11.06 00:21:55.446016 [ 194 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 46 rows starting from the beginning of the part | ||
| 5264 | 2024.11.06 00:21:55.446056 [ 283 ] {} <Debug> HTTP-Session: af667f15-f9cd-42a5-8f05-c77c0501e29b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5265 | 2024.11.06 00:21:55.446077 [ 283 ] {} <Debug> HTTP-Session: af667f15-f9cd-42a5-8f05-c77c0501e29b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5266 | 2024.11.06 00:21:55.446156 [ 283 ] {} <Trace> HTTP-Session: af667f15-f9cd-42a5-8f05-c77c0501e29b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5267 | 2024.11.06 00:21:55.446321 [ 194 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part | ||
| 5268 | 2024.11.06 00:21:55.446604 [ 194 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part | ||
| 5269 | 2024.11.06 00:21:55.446717 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34023) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5270 | 2024.11.06 00:21:55.446832 [ 194 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part | ||
| 5271 | 2024.11.06 00:21:55.447033 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5272 | 2024.11.06 00:21:55.447121 [ 194 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part | ||
| 5273 | 2024.11.06 00:21:55.447475 [ 194 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 5274 | 2024.11.06 00:21:55.448271 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5275 | 2024.11.06 00:21:55.449242 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5276 | 2024.11.06 00:21:55.449307 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5277 | 2024.11.06 00:21:55.450395 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5278 | 2024.11.06 00:21:55.450463 [ 194 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.005278887 sec., 34287.530685919206 rows/sec., 2.63 MiB/sec. | ||
| 5279 | 2024.11.06 00:21:55.450793 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 5280 | 2024.11.06 00:21:55.451043 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5281 | 2024.11.06 00:21:55.451444 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004966 sec., 13290.374546919049 rows/sec., 1.04 MiB/sec. | ||
| 5282 | 2024.11.06 00:21:55.452406 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5283 | 2024.11.06 00:21:55.452440 [ 283 ] {a0108de3-b3cc-4d8a-b9d8-7b4d1abcf42e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5284 | 2024.11.06 00:21:55.452469 [ 283 ] {} <Debug> HTTP-Session: af667f15-f9cd-42a5-8f05-c77c0501e29b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5285 | 2024.11.06 00:21:55.452646 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5286 | 2024.11.06 00:21:55.452690 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5287 | 2024.11.06 00:21:55.452840 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39059, User-Agent: (none), Length: 24720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5288 | 2024.11.06 00:21:55.452851 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_15_3} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 5289 | 2024.11.06 00:21:55.452971 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5290 | 2024.11.06 00:21:55.453043 [ 282 ] {} <Debug> HTTP-Session: efd36f46-78fe-4088-9ec8-60ec9c3c37b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39059 | ||
| 5291 | 2024.11.06 00:21:55.453064 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5292 | 2024.11.06 00:21:55.453075 [ 282 ] {} <Debug> HTTP-Session: efd36f46-78fe-4088-9ec8-60ec9c3c37b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5293 | 2024.11.06 00:21:55.453114 [ 282 ] {} <Debug> HTTP-Session: efd36f46-78fe-4088-9ec8-60ec9c3c37b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5294 | 2024.11.06 00:21:55.453161 [ 282 ] {} <Trace> HTTP-Session: efd36f46-78fe-4088-9ec8-60ec9c3c37b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5295 | 2024.11.06 00:21:55.453353 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5296 | 2024.11.06 00:21:55.453413 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5297 | 2024.11.06 00:21:55.453606 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5298 | 2024.11.06 00:21:55.453990 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5299 | 2024.11.06 00:21:55.454027 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5300 | 2024.11.06 00:21:55.454427 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5301 | 2024.11.06 00:21:55.454771 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5302 | 2024.11.06 00:21:55.454924 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001657 sec., 77851.53892576946 rows/sec., 5.42 MiB/sec. | ||
| 5303 | 2024.11.06 00:21:55.455110 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 5304 | 2024.11.06 00:21:55.455135 [ 282 ] {45e733dc-c816-437b-8d6a-bb23e8a0a4ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5305 | 2024.11.06 00:21:55.455152 [ 282 ] {} <Debug> HTTP-Session: efd36f46-78fe-4088-9ec8-60ec9c3c37b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5306 | 2024.11.06 00:21:55.455289 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5307 | 2024.11.06 00:21:55.455374 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61478, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5308 | 2024.11.06 00:21:55.455447 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5309 | 2024.11.06 00:21:55.455471 [ 283 ] {} <Debug> HTTP-Session: cd6b141c-e807-48d5-b9e1-72ea595fc448 Authenticating user 'default' from [fd00:1122:3344:101::d]:61478 | ||
| 5310 | 2024.11.06 00:21:55.455492 [ 283 ] {} <Debug> HTTP-Session: cd6b141c-e807-48d5-b9e1-72ea595fc448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5311 | 2024.11.06 00:21:55.455509 [ 283 ] {} <Debug> HTTP-Session: cd6b141c-e807-48d5-b9e1-72ea595fc448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5312 | 2024.11.06 00:21:55.455554 [ 283 ] {} <Trace> HTTP-Session: cd6b141c-e807-48d5-b9e1-72ea595fc448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5313 | 2024.11.06 00:21:55.455712 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61478) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5314 | 2024.11.06 00:21:55.455771 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5315 | 2024.11.06 00:21:55.455961 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5316 | 2024.11.06 00:21:55.456290 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5317 | 2024.11.06 00:21:55.456333 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5318 | 2024.11.06 00:21:55.456729 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5319 | 2024.11.06 00:21:55.457055 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5320 | 2024.11.06 00:21:55.457207 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001536 sec., 31250 rows/sec., 2.11 MiB/sec. | ||
| 5321 | 2024.11.06 00:21:55.457527 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5322 | 2024.11.06 00:21:55.457566 [ 283 ] {d2d3a605-3618-42b0-b962-956a0260e6c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5323 | 2024.11.06 00:21:55.457583 [ 283 ] {} <Debug> HTTP-Session: cd6b141c-e807-48d5-b9e1-72ea595fc448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5324 | 2024.11.06 00:21:55.457822 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5325 | 2024.11.06 00:21:56.736806 [ 117 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5326 | 2024.11.06 00:21:56.736861 [ 117 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5327 | 2024.11.06 00:22:00.438434 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43945, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5328 | 2024.11.06 00:22:00.438574 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5329 | 2024.11.06 00:22:00.438603 [ 282 ] {} <Debug> HTTP-Session: 282966bf-e1d0-4c00-af84-432b036f6fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:43945 | ||
| 5330 | 2024.11.06 00:22:00.438632 [ 282 ] {} <Debug> HTTP-Session: 282966bf-e1d0-4c00-af84-432b036f6fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5331 | 2024.11.06 00:22:00.438648 [ 282 ] {} <Debug> HTTP-Session: 282966bf-e1d0-4c00-af84-432b036f6fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5332 | 2024.11.06 00:22:00.438697 [ 282 ] {} <Trace> HTTP-Session: 282966bf-e1d0-4c00-af84-432b036f6fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5333 | 2024.11.06 00:22:00.438891 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43945) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5334 | 2024.11.06 00:22:00.438961 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5335 | 2024.11.06 00:22:00.439307 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5336 | 2024.11.06 00:22:00.439790 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5337 | 2024.11.06 00:22:00.439836 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5338 | 2024.11.06 00:22:00.440353 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5339 | 2024.11.06 00:22:00.440796 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5340 | 2024.11.06 00:22:00.440984 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002149 sec., 26058.631921824104 rows/sec., 1.99 MiB/sec. | ||
| 5341 | 2024.11.06 00:22:00.441209 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5342 | 2024.11.06 00:22:00.441236 [ 282 ] {df366ffb-28d1-4c98-9f5a-3e38c481fd6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5343 | 2024.11.06 00:22:00.441253 [ 282 ] {} <Debug> HTTP-Session: 282966bf-e1d0-4c00-af84-432b036f6fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5344 | 2024.11.06 00:22:00.441450 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5345 | 2024.11.06 00:22:00.441609 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48383, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5346 | 2024.11.06 00:22:00.441729 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5347 | 2024.11.06 00:22:00.441758 [ 283 ] {} <Debug> HTTP-Session: e86011a6-e05b-4d3b-b507-d815da2b0ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48383 | ||
| 5348 | 2024.11.06 00:22:00.441785 [ 283 ] {} <Debug> HTTP-Session: e86011a6-e05b-4d3b-b507-d815da2b0ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5349 | 2024.11.06 00:22:00.441804 [ 283 ] {} <Debug> HTTP-Session: e86011a6-e05b-4d3b-b507-d815da2b0ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5350 | 2024.11.06 00:22:00.441863 [ 283 ] {} <Trace> HTTP-Session: e86011a6-e05b-4d3b-b507-d815da2b0ac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5351 | 2024.11.06 00:22:00.442090 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48383) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5352 | 2024.11.06 00:22:00.442176 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5353 | 2024.11.06 00:22:00.442570 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5354 | 2024.11.06 00:22:00.442995 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5355 | 2024.11.06 00:22:00.443041 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5356 | 2024.11.06 00:22:00.443469 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5357 | 2024.11.06 00:22:00.443852 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5358 | 2024.11.06 00:22:00.444038 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002031 sec., 31511.57065484983 rows/sec., 2.46 MiB/sec. | ||
| 5359 | 2024.11.06 00:22:00.444254 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 5360 | 2024.11.06 00:22:00.444281 [ 283 ] {eee57947-5d27-489e-982c-75e179946eb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5361 | 2024.11.06 00:22:00.444298 [ 283 ] {} <Debug> HTTP-Session: e86011a6-e05b-4d3b-b507-d815da2b0ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5362 | 2024.11.06 00:22:00.444501 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48383, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5363 | 2024.11.06 00:22:00.444557 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43945, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5364 | 2024.11.06 00:22:00.444651 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5365 | 2024.11.06 00:22:00.444677 [ 282 ] {} <Debug> HTTP-Session: f62518d3-2703-47fc-b4b8-993a5c7c2a2d Authenticating user 'default' from [fd00:1122:3344:101::d]:43945 | ||
| 5366 | 2024.11.06 00:22:00.444701 [ 282 ] {} <Debug> HTTP-Session: f62518d3-2703-47fc-b4b8-993a5c7c2a2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5367 | 2024.11.06 00:22:00.444716 [ 282 ] {} <Debug> HTTP-Session: f62518d3-2703-47fc-b4b8-993a5c7c2a2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5368 | 2024.11.06 00:22:00.444756 [ 282 ] {} <Trace> HTTP-Session: f62518d3-2703-47fc-b4b8-993a5c7c2a2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5369 | 2024.11.06 00:22:00.444935 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43945) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5370 | 2024.11.06 00:22:00.444990 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5371 | 2024.11.06 00:22:00.445177 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5372 | 2024.11.06 00:22:00.445593 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5373 | 2024.11.06 00:22:00.445632 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5374 | 2024.11.06 00:22:00.446043 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5375 | 2024.11.06 00:22:00.446391 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5376 | 2024.11.06 00:22:00.446563 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001701 sec., 94062.31628453851 rows/sec., 6.55 MiB/sec. | ||
| 5377 | 2024.11.06 00:22:00.446914 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Debug> DynamicQueryHandler: Done processing query | ||
| 5378 | 2024.11.06 00:22:00.446949 [ 282 ] {666c1cc9-8a2c-4c13-997e-3933026ea105} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5379 | 2024.11.06 00:22:00.446966 [ 282 ] {} <Debug> HTTP-Session: f62518d3-2703-47fc-b4b8-993a5c7c2a2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5380 | 2024.11.06 00:22:00.447116 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5381 | 2024.11.06 00:22:00.447247 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52404, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5382 | 2024.11.06 00:22:00.447320 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5383 | 2024.11.06 00:22:00.447344 [ 283 ] {} <Debug> HTTP-Session: 012f2075-4cb6-4b34-96c9-5b3f131c5c81 Authenticating user 'default' from [fd00:1122:3344:101::d]:52404 | ||
| 5384 | 2024.11.06 00:22:00.447367 [ 283 ] {} <Debug> HTTP-Session: 012f2075-4cb6-4b34-96c9-5b3f131c5c81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5385 | 2024.11.06 00:22:00.447384 [ 283 ] {} <Debug> HTTP-Session: 012f2075-4cb6-4b34-96c9-5b3f131c5c81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5386 | 2024.11.06 00:22:00.447432 [ 283 ] {} <Trace> HTTP-Session: 012f2075-4cb6-4b34-96c9-5b3f131c5c81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5387 | 2024.11.06 00:22:00.447595 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52404) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5388 | 2024.11.06 00:22:00.447651 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5389 | 2024.11.06 00:22:00.447805 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5390 | 2024.11.06 00:22:00.448111 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5391 | 2024.11.06 00:22:00.448149 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5392 | 2024.11.06 00:22:00.448523 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5393 | 2024.11.06 00:22:00.448865 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5394 | 2024.11.06 00:22:00.449031 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. | ||
| 5395 | 2024.11.06 00:22:00.449316 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5396 | 2024.11.06 00:22:00.449372 [ 283 ] {5cfd22d2-1240-48b3-89fb-1ad568e0e5d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5397 | 2024.11.06 00:22:00.449407 [ 283 ] {} <Debug> HTTP-Session: 012f2075-4cb6-4b34-96c9-5b3f131c5c81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5398 | 2024.11.06 00:22:00.449806 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5399 | 2024.11.06 00:22:01.954795 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 522 | ||
| 5400 | 2024.11.06 00:22:01.957438 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5401 | 2024.11.06 00:22:01.957492 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5402 | 2024.11.06 00:22:01.958998 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5403 | 2024.11.06 00:22:01.960008 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5404 | 2024.11.06 00:22:01.960223 [ 113 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5405 | 2024.11.06 00:22:01.960329 [ 113 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5406 | 2024.11.06 00:22:01.960389 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5407 | 2024.11.06 00:22:01.961023 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 5408 | 2024.11.06 00:22:01.962021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 522 | ||
| 5409 | 2024.11.06 00:22:01.962664 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5410 | 2024.11.06 00:22:01.962842 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 388 rows starting from the beginning of the part | ||
| 5411 | 2024.11.06 00:22:01.963491 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 5412 | 2024.11.06 00:22:01.964103 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
| 5413 | 2024.11.06 00:22:01.964684 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 5414 | 2024.11.06 00:22:01.965235 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 5415 | 2024.11.06 00:22:01.965771 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 5416 | 2024.11.06 00:22:01.974510 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 522 rows, containing 72 columns (72 merged, 0 gathered) in 0.013917023 sec., 37508.021650894734 rows/sec., 29.99 MiB/sec. | ||
| 5417 | 2024.11.06 00:22:01.975566 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5418 | 2024.11.06 00:22:01.977069 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_16_3} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5419 | 2024.11.06 00:22:01.977155 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_16_3} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5420 | 2024.11.06 00:22:01.977367 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
| 5421 | 2024.11.06 00:22:03.088263 [ 112 ] {} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5422 | 2024.11.06 00:22:03.088349 [ 112 ] {} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5423 | 2024.11.06 00:22:03.088376 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5424 | 2024.11.06 00:22:03.088588 [ 199 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::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 | ||
| 5425 | 2024.11.06 00:22:03.088807 [ 199 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5426 | 2024.11.06 00:22:03.088849 [ 199 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
| 5427 | 2024.11.06 00:22:03.088944 [ 199 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 5428 | 2024.11.06 00:22:03.089194 [ 199 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 5429 | 2024.11.06 00:22:03.089424 [ 199 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 5430 | 2024.11.06 00:22:03.089779 [ 199 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 5431 | 2024.11.06 00:22:03.090968 [ 194 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 5 columns (5 merged, 0 gathered) in 0.002505384 sec., 113355.8767837585 rows/sec., 7.71 MiB/sec. | ||
| 5432 | 2024.11.06 00:22:03.091229 [ 188 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5433 | 2024.11.06 00:22:03.091786 [ 188 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5434 | 2024.11.06 00:22:03.091873 [ 188 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_5_1} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5435 | 2024.11.06 00:22:03.091975 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 5436 | 2024.11.06 00:22:05.445255 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43945, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5437 | 2024.11.06 00:22:05.445383 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5438 | 2024.11.06 00:22:05.445414 [ 282 ] {} <Debug> HTTP-Session: d036aa21-6ac9-415b-abae-9a2d017d63b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43945 | ||
| 5439 | 2024.11.06 00:22:05.445442 [ 282 ] {} <Debug> HTTP-Session: d036aa21-6ac9-415b-abae-9a2d017d63b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5440 | 2024.11.06 00:22:05.445459 [ 282 ] {} <Debug> HTTP-Session: d036aa21-6ac9-415b-abae-9a2d017d63b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5441 | 2024.11.06 00:22:05.445517 [ 282 ] {} <Trace> HTTP-Session: d036aa21-6ac9-415b-abae-9a2d017d63b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5442 | 2024.11.06 00:22:05.445814 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43945) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5443 | 2024.11.06 00:22:05.445884 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5444 | 2024.11.06 00:22:05.446231 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5445 | 2024.11.06 00:22:05.446865 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5446 | 2024.11.06 00:22:05.446914 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5447 | 2024.11.06 00:22:05.447378 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5448 | 2024.11.06 00:22:05.447778 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5449 | 2024.11.06 00:22:05.447970 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002281 sec., 118807.5405523893 rows/sec., 10.56 MiB/sec. | ||
| 5450 | 2024.11.06 00:22:05.447969 [ 111 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5451 | 2024.11.06 00:22:05.448088 [ 111 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5452 | 2024.11.06 00:22:05.448160 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5453 | 2024.11.06 00:22:05.448349 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5454 | 2024.11.06 00:22:05.448419 [ 282 ] {b1e32fd5-7ae3-4665-b01c-5e86631ec7b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5455 | 2024.11.06 00:22:05.448499 [ 282 ] {} <Debug> HTTP-Session: d036aa21-6ac9-415b-abae-9a2d017d63b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5456 | 2024.11.06 00:22:05.448507 [ 188 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 5457 | 2024.11.06 00:22:05.448872 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43945, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5458 | 2024.11.06 00:22:05.449085 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56476, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5459 | 2024.11.06 00:22:05.449132 [ 188 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5460 | 2024.11.06 00:22:05.449185 [ 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): | ||
| 5461 | |||
| 5462 | (version 23.8.7.1) | ||
| 5463 | 2024.11.06 00:22:05.449210 [ 188 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1417 rows starting from the beginning of the part | ||
| 5464 | 2024.11.06 00:22:05.449254 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5465 | 2024.11.06 00:22:05.449303 [ 291 ] {} <Debug> HTTP-Session: 33303a7f-8655-4008-9543-f40f9a6ef6d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:56476 | ||
| 5466 | 2024.11.06 00:22:05.449375 [ 291 ] {} <Debug> HTTP-Session: 33303a7f-8655-4008-9543-f40f9a6ef6d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5467 | 2024.11.06 00:22:05.449451 [ 291 ] {} <Debug> HTTP-Session: 33303a7f-8655-4008-9543-f40f9a6ef6d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5468 | 2024.11.06 00:22:05.449460 [ 188 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 5469 | 2024.11.06 00:22:05.449594 [ 291 ] {} <Trace> HTTP-Session: 33303a7f-8655-4008-9543-f40f9a6ef6d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5470 | 2024.11.06 00:22:05.449785 [ 188 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 271 rows starting from the beginning of the part | ||
| 5471 | 2024.11.06 00:22:05.450053 [ 188 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 57 rows starting from the beginning of the part | ||
| 5472 | 2024.11.06 00:22:05.450073 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56476) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5473 | 2024.11.06 00:22:05.450235 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5474 | 2024.11.06 00:22:05.450342 [ 188 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 5475 | 2024.11.06 00:22:05.450682 [ 188 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 271 rows starting from the beginning of the part | ||
| 5476 | 2024.11.06 00:22:05.451556 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5477 | 2024.11.06 00:22:05.452585 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5478 | 2024.11.06 00:22:05.452661 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5479 | 2024.11.06 00:22:05.453705 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5480 | 2024.11.06 00:22:05.454022 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2128 rows, containing 5 columns (5 merged, 0 gathered) in 0.005767441 sec., 368967.7969830987 rows/sec., 32.52 MiB/sec. | ||
| 5481 | 2024.11.06 00:22:05.454449 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5482 | 2024.11.06 00:22:05.454478 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5483 | 2024.11.06 00:22:05.454870 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004961 sec., 8264.462809917355 rows/sec., 621.45 KiB/sec. | ||
| 5484 | 2024.11.06 00:22:05.455523 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5485 | 2024.11.06 00:22:05.455569 [ 291 ] {c8714b6c-c467-49c6-bf82-7e8f2613171b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5486 | 2024.11.06 00:22:05.455613 [ 291 ] {} <Debug> HTTP-Session: 33303a7f-8655-4008-9543-f40f9a6ef6d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5487 | 2024.11.06 00:22:05.455631 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5488 | 2024.11.06 00:22:05.455755 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_31_6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5489 | 2024.11.06 00:22:05.455907 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 5490 | 2024.11.06 00:22:05.455919 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5491 | 2024.11.06 00:22:05.456008 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48051, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5492 | 2024.11.06 00:22:05.456140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5493 | 2024.11.06 00:22:05.456169 [ 3 ] {} <Debug> HTTP-Session: 91e2a197-26d9-45ca-b75c-22d9f4ced08e Authenticating user 'default' from [fd00:1122:3344:101::d]:48051 | ||
| 5494 | 2024.11.06 00:22:05.456197 [ 3 ] {} <Debug> HTTP-Session: 91e2a197-26d9-45ca-b75c-22d9f4ced08e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5495 | 2024.11.06 00:22:05.456216 [ 3 ] {} <Debug> HTTP-Session: 91e2a197-26d9-45ca-b75c-22d9f4ced08e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5496 | 2024.11.06 00:22:05.456277 [ 3 ] {} <Trace> HTTP-Session: 91e2a197-26d9-45ca-b75c-22d9f4ced08e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5497 | 2024.11.06 00:22:05.456485 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48051) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5498 | 2024.11.06 00:22:05.456560 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5499 | 2024.11.06 00:22:05.456931 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5500 | 2024.11.06 00:22:05.457296 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5501 | 2024.11.06 00:22:05.457340 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5502 | 2024.11.06 00:22:05.457773 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5503 | 2024.11.06 00:22:05.458174 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5504 | 2024.11.06 00:22:05.458375 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001949 sec., 7183.170856849667 rows/sec., 503.06 KiB/sec. | ||
| 5505 | 2024.11.06 00:22:05.458738 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Debug> DynamicQueryHandler: Done processing query | ||
| 5506 | 2024.11.06 00:22:05.458766 [ 3 ] {4abe1839-bce5-40d9-bec9-8c820c927d83} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5507 | 2024.11.06 00:22:05.458782 [ 3 ] {} <Debug> HTTP-Session: 91e2a197-26d9-45ca-b75c-22d9f4ced08e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5508 | 2024.11.06 00:22:05.458943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48051, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5509 | 2024.11.06 00:22:05.459003 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51345, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5510 | 2024.11.06 00:22:05.459089 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5511 | 2024.11.06 00:22:05.459117 [ 291 ] {} <Debug> HTTP-Session: a7398a8a-5929-4055-8138-85c09cef1aaa Authenticating user 'default' from [fd00:1122:3344:101::d]:51345 | ||
| 5512 | 2024.11.06 00:22:05.459139 [ 291 ] {} <Debug> HTTP-Session: a7398a8a-5929-4055-8138-85c09cef1aaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5513 | 2024.11.06 00:22:05.459158 [ 291 ] {} <Debug> HTTP-Session: a7398a8a-5929-4055-8138-85c09cef1aaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5514 | 2024.11.06 00:22:05.459207 [ 291 ] {} <Trace> HTTP-Session: a7398a8a-5929-4055-8138-85c09cef1aaa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5515 | 2024.11.06 00:22:05.459345 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51345) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5516 | 2024.11.06 00:22:05.459406 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5517 | 2024.11.06 00:22:05.459735 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5518 | 2024.11.06 00:22:05.460065 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5519 | 2024.11.06 00:22:05.460103 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5520 | 2024.11.06 00:22:05.460463 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5521 | 2024.11.06 00:22:05.460841 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5522 | 2024.11.06 00:22:05.460998 [ 111 ] {} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5523 | 2024.11.06 00:22:05.461018 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001705 sec., 3519.0615835777126 rows/sec., 207.91 KiB/sec. | ||
| 5524 | 2024.11.06 00:22:05.461057 [ 111 ] {} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5525 | 2024.11.06 00:22:05.461127 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5526 | 2024.11.06 00:22:05.461364 [ 188 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 5527 | 2024.11.06 00:22:05.461405 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Debug> DynamicQueryHandler: Done processing query | ||
| 5528 | 2024.11.06 00:22:05.461448 [ 291 ] {b7dfaf55-c7a1-412c-83c6-092f2d63ed02} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5529 | 2024.11.06 00:22:05.461498 [ 291 ] {} <Debug> HTTP-Session: a7398a8a-5929-4055-8138-85c09cef1aaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5530 | 2024.11.06 00:22:05.461617 [ 188 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5531 | 2024.11.06 00:22:05.461657 [ 188 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 5532 | 2024.11.06 00:22:05.461778 [ 188 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 5533 | 2024.11.06 00:22:05.461933 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51345, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5534 | 2024.11.06 00:22:05.462122 [ 188 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 5535 | 2024.11.06 00:22:05.462237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47857, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5536 | 2024.11.06 00:22:05.462524 [ 188 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 5537 | 2024.11.06 00:22:05.462600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5538 | 2024.11.06 00:22:05.462770 [ 3 ] {} <Debug> HTTP-Session: da20b799-4122-459b-b406-c42235a47dd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:47857 | ||
| 5539 | 2024.11.06 00:22:05.462891 [ 3 ] {} <Debug> HTTP-Session: da20b799-4122-459b-b406-c42235a47dd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5540 | 2024.11.06 00:22:05.462896 [ 188 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 5541 | 2024.11.06 00:22:05.462938 [ 3 ] {} <Debug> HTTP-Session: da20b799-4122-459b-b406-c42235a47dd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5542 | 2024.11.06 00:22:05.463124 [ 3 ] {} <Trace> HTTP-Session: da20b799-4122-459b-b406-c42235a47dd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5543 | 2024.11.06 00:22:05.463600 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47857) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5544 | 2024.11.06 00:22:05.463711 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5545 | 2024.11.06 00:22:05.464776 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5546 | 2024.11.06 00:22:05.465278 [ 188 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.00403388 sec., 7437.0085376858015 rows/sec., 472.08 KiB/sec. | ||
| 5547 | 2024.11.06 00:22:05.465452 [ 199 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5548 | 2024.11.06 00:22:05.466029 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5549 | 2024.11.06 00:22:05.466123 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5550 | 2024.11.06 00:22:05.466436 [ 199 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_5_1} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5551 | 2024.11.06 00:22:05.466609 [ 199 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_5_1} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5552 | 2024.11.06 00:22:05.466763 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5553 | 2024.11.06 00:22:05.466923 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5554 | 2024.11.06 00:22:05.467294 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5555 | 2024.11.06 00:22:05.467460 [ 111 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5556 | 2024.11.06 00:22:05.467472 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004081 sec., 103651.06591521685 rows/sec., 7.41 MiB/sec. | ||
| 5557 | 2024.11.06 00:22:05.467508 [ 111 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2024.11.06 00:22:05.467577 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5559 | 2024.11.06 00:22:05.467843 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 5560 | 2024.11.06 00:22:05.467911 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5561 | 2024.11.06 00:22:05.467959 [ 3 ] {3502b558-dc55-43c6-b46d-776e6e8c73eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5562 | 2024.11.06 00:22:05.468012 [ 3 ] {} <Debug> HTTP-Session: da20b799-4122-459b-b406-c42235a47dd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5563 | 2024.11.06 00:22:05.468098 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5564 | 2024.11.06 00:22:05.468131 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 5565 | 2024.11.06 00:22:05.468232 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 5566 | 2024.11.06 00:22:05.468497 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43944, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5567 | 2024.11.06 00:22:05.468492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47857, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5568 | 2024.11.06 00:22:05.468549 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 423 rows starting from the beginning of the part | ||
| 5569 | 2024.11.06 00:22:05.468687 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5570 | 2024.11.06 00:22:05.468835 [ 291 ] {} <Debug> HTTP-Session: ec581185-f96f-46dd-a538-eb8565a434f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43944 | ||
| 5571 | 2024.11.06 00:22:05.468905 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 66 rows starting from the beginning of the part | ||
| 5572 | 2024.11.06 00:22:05.468946 [ 291 ] {} <Debug> HTTP-Session: ec581185-f96f-46dd-a538-eb8565a434f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5573 | 2024.11.06 00:22:05.469044 [ 291 ] {} <Debug> HTTP-Session: ec581185-f96f-46dd-a538-eb8565a434f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5574 | 2024.11.06 00:22:05.469055 [ 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): | ||
| 5575 | |||
| 5576 | (version 23.8.7.1) | ||
| 5577 | 2024.11.06 00:22:05.469287 [ 291 ] {} <Trace> HTTP-Session: ec581185-f96f-46dd-a538-eb8565a434f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5578 | 2024.11.06 00:22:05.469320 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 5579 | 2024.11.06 00:22:05.469715 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 423 rows starting from the beginning of the part | ||
| 5580 | 2024.11.06 00:22:05.469819 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43944) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5581 | 2024.11.06 00:22:05.470024 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5582 | 2024.11.06 00:22:05.470587 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5583 | 2024.11.06 00:22:05.471301 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5584 | 2024.11.06 00:22:05.471368 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5585 | 2024.11.06 00:22:05.472320 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5586 | 2024.11.06 00:22:05.472933 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.005203184 sec., 374578.3351117316 rows/sec., 28.67 MiB/sec. | ||
| 5587 | 2024.11.06 00:22:05.473191 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5588 | 2024.11.06 00:22:05.473220 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5589 | 2024.11.06 00:22:05.473546 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003936 sec., 1524.390243902439 rows/sec., 79.64 KiB/sec. | ||
| 5590 | 2024.11.06 00:22:05.474281 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Debug> DynamicQueryHandler: Done processing query | ||
| 5591 | 2024.11.06 00:22:05.474329 [ 291 ] {0fbfc56c-f5ed-46d0-a158-f525b674a808} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5592 | 2024.11.06 00:22:05.474357 [ 291 ] {} <Debug> HTTP-Session: ec581185-f96f-46dd-a538-eb8565a434f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5593 | 2024.11.06 00:22:05.474502 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5594 | 2024.11.06 00:22:05.474603 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_31_6} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5595 | 2024.11.06 00:22:05.474618 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43944, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5596 | 2024.11.06 00:22:05.474811 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5597 | 2024.11.06 00:22:05.474811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56598, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5598 | 2024.11.06 00:22:05.474833 [ 291 ] {} <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): | ||
| 5599 | |||
| 5600 | (version 23.8.7.1) | ||
| 5601 | 2024.11.06 00:22:05.474916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5602 | 2024.11.06 00:22:05.474946 [ 3 ] {} <Debug> HTTP-Session: 45a47345-0ea5-44d2-a69a-61d7e22af230 Authenticating user 'default' from [fd00:1122:3344:101::d]:56598 | ||
| 5603 | 2024.11.06 00:22:05.474969 [ 3 ] {} <Debug> HTTP-Session: 45a47345-0ea5-44d2-a69a-61d7e22af230 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5604 | 2024.11.06 00:22:05.474988 [ 3 ] {} <Debug> HTTP-Session: 45a47345-0ea5-44d2-a69a-61d7e22af230 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5605 | 2024.11.06 00:22:05.475037 [ 3 ] {} <Trace> HTTP-Session: 45a47345-0ea5-44d2-a69a-61d7e22af230 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5606 | 2024.11.06 00:22:05.475355 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56598) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5607 | 2024.11.06 00:22:05.475416 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5608 | 2024.11.06 00:22:05.475632 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5609 | 2024.11.06 00:22:05.476093 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5610 | 2024.11.06 00:22:05.476129 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5611 | 2024.11.06 00:22:05.476540 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5612 | 2024.11.06 00:22:05.476889 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5613 | 2024.11.06 00:22:05.477054 [ 111 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5614 | 2024.11.06 00:22:05.477061 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0019 sec., 124736.84210526316 rows/sec., 8.36 MiB/sec. | ||
| 5615 | 2024.11.06 00:22:05.477095 [ 111 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5616 | 2024.11.06 00:22:05.477150 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5617 | 2024.11.06 00:22:05.477503 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 5618 | 2024.11.06 00:22:05.477528 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Debug> DynamicQueryHandler: Done processing query | ||
| 5619 | 2024.11.06 00:22:05.477634 [ 3 ] {5ed53914-57dc-48e7-85c4-027366366964} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5620 | 2024.11.06 00:22:05.477721 [ 3 ] {} <Debug> HTTP-Session: 45a47345-0ea5-44d2-a69a-61d7e22af230 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5621 | 2024.11.06 00:22:05.478117 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44453, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5622 | 2024.11.06 00:22:05.478192 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5623 | 2024.11.06 00:22:05.478213 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5624 | 2024.11.06 00:22:05.478297 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5625 | 2024.11.06 00:22:05.478327 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7487 rows starting from the beginning of the part | ||
| 5626 | 2024.11.06 00:22:05.478401 [ 291 ] {} <Debug> HTTP-Session: 184e482d-0d5a-4753-9971-82268f45862d Authenticating user 'default' from [fd00:1122:3344:101::d]:44453 | ||
| 5627 | 2024.11.06 00:22:05.478471 [ 291 ] {} <Debug> HTTP-Session: 184e482d-0d5a-4753-9971-82268f45862d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5628 | 2024.11.06 00:22:05.478560 [ 291 ] {} <Debug> HTTP-Session: 184e482d-0d5a-4753-9971-82268f45862d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5629 | 2024.11.06 00:22:05.478682 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 5630 | 2024.11.06 00:22:05.478729 [ 291 ] {} <Trace> HTTP-Session: 184e482d-0d5a-4753-9971-82268f45862d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5631 | 2024.11.06 00:22:05.478727 [ 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): | ||
| 5632 | |||
| 5633 | (version 23.8.7.1) | ||
| 5634 | 2024.11.06 00:22:05.479068 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 237 rows starting from the beginning of the part | ||
| 5635 | 2024.11.06 00:22:05.479224 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44453) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5636 | 2024.11.06 00:22:05.479435 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 129 rows starting from the beginning of the part | ||
| 5637 | 2024.11.06 00:22:05.479504 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5638 | 2024.11.06 00:22:05.479723 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
| 5639 | 2024.11.06 00:22:05.480008 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 5640 | 2024.11.06 00:22:05.480784 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5641 | 2024.11.06 00:22:05.481418 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5642 | 2024.11.06 00:22:05.481457 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5643 | 2024.11.06 00:22:05.482093 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5644 | 2024.11.06 00:22:05.482950 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5645 | 2024.11.06 00:22:05.483138 [ 111 ] {} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5646 | 2024.11.06 00:22:05.483156 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004128 sec., 242.2480620155039 rows/sec., 16.32 KiB/sec. | ||
| 5647 | 2024.11.06 00:22:05.483194 [ 111 ] {} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5648 | 2024.11.06 00:22:05.483314 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5649 | 2024.11.06 00:22:05.483889 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Debug> DynamicQueryHandler: Done processing query | ||
| 5650 | 2024.11.06 00:22:05.483967 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 5651 | 2024.11.06 00:22:05.483990 [ 291 ] {d973c88c-7d64-4e10-93b2-77714c419423} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5652 | 2024.11.06 00:22:05.484086 [ 291 ] {} <Debug> HTTP-Session: 184e482d-0d5a-4753-9971-82268f45862d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5653 | 2024.11.06 00:22:05.484253 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5654 | 2024.11.06 00:22:05.484286 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 5655 | 2024.11.06 00:22:05.484355 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44453, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5656 | 2024.11.06 00:22:05.484550 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 5657 | 2024.11.06 00:22:05.484584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42278, User-Agent: (none), Length: 68558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5658 | 2024.11.06 00:22:05.484666 [ 291 ] {} <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): | ||
| 5659 | |||
| 5660 | (version 23.8.7.1) | ||
| 5661 | 2024.11.06 00:22:05.484940 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 5662 | 2024.11.06 00:22:05.485367 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 5663 | 2024.11.06 00:22:05.485105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5664 | 2024.11.06 00:22:05.485732 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 5665 | 2024.11.06 00:22:05.485804 [ 3 ] {} <Debug> HTTP-Session: 38462806-86f9-4bf7-89fa-e865296c0b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:42278 | ||
| 5666 | 2024.11.06 00:22:05.486144 [ 3 ] {} <Debug> HTTP-Session: 38462806-86f9-4bf7-89fa-e865296c0b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5667 | 2024.11.06 00:22:05.486235 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8410 rows, containing 5 columns (5 merged, 0 gathered) in 0.008962436 sec., 938360.9545440547 rows/sec., 63.39 MiB/sec. | ||
| 5668 | 2024.11.06 00:22:05.486267 [ 3 ] {} <Debug> HTTP-Session: 38462806-86f9-4bf7-89fa-e865296c0b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5669 | 2024.11.06 00:22:05.486451 [ 3 ] {} <Trace> HTTP-Session: 38462806-86f9-4bf7-89fa-e865296c0b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5670 | 2024.11.06 00:22:05.486594 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5671 | 2024.11.06 00:22:05.487824 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42278) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5672 | 2024.11.06 00:22:05.487836 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5673 | 2024.11.06 00:22:05.488145 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <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 | ||
| 5674 | 2024.11.06 00:22:05.488177 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5675 | 2024.11.06 00:22:05.488480 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 5676 | 2024.11.06 00:22:05.489673 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.006220564 sec., 803.7856374438074 rows/sec., 54.16 KiB/sec. | ||
| 5677 | 2024.11.06 00:22:05.489911 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5678 | 2024.11.06 00:22:05.490412 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5679 | 2024.11.06 00:22:05.491004 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_5_1} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5680 | 2024.11.06 00:22:05.491159 [ 189 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_5_1} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5681 | 2024.11.06 00:22:05.491247 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5682 | 2024.11.06 00:22:05.491731 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5683 | 2024.11.06 00:22:05.491773 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5684 | 2024.11.06 00:22:05.492466 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5685 | 2024.11.06 00:22:05.492894 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5686 | 2024.11.06 00:22:05.493130 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.006354 sec., 6452.628265659427 rows/sec., 11.56 MiB/sec. | ||
| 5687 | 2024.11.06 00:22:05.493679 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5688 | 2024.11.06 00:22:05.493704 [ 3 ] {40d27c4a-5eba-452d-9ab8-eb2141fb07e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 5689 | 2024.11.06 00:22:05.493720 [ 3 ] {} <Debug> HTTP-Session: 38462806-86f9-4bf7-89fa-e865296c0b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5690 | 2024.11.06 00:22:05.493891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5691 | 2024.11.06 00:22:05.494020 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51776, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5692 | 2024.11.06 00:22:05.494125 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5693 | 2024.11.06 00:22:05.494163 [ 291 ] {} <Debug> HTTP-Session: fefd90bb-c8b1-43d1-9644-1ca456d7dd67 Authenticating user 'default' from [fd00:1122:3344:101::d]:51776 | ||
| 5694 | 2024.11.06 00:22:05.494197 [ 291 ] {} <Debug> HTTP-Session: fefd90bb-c8b1-43d1-9644-1ca456d7dd67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5695 | 2024.11.06 00:22:05.494224 [ 291 ] {} <Debug> HTTP-Session: fefd90bb-c8b1-43d1-9644-1ca456d7dd67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5696 | 2024.11.06 00:22:05.494289 [ 291 ] {} <Trace> HTTP-Session: fefd90bb-c8b1-43d1-9644-1ca456d7dd67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5697 | 2024.11.06 00:22:05.494559 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51776) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5698 | 2024.11.06 00:22:05.494649 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5699 | 2024.11.06 00:22:05.494882 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5700 | 2024.11.06 00:22:05.495229 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5701 | 2024.11.06 00:22:05.495266 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5702 | 2024.11.06 00:22:05.495650 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5703 | 2024.11.06 00:22:05.495990 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5704 | 2024.11.06 00:22:05.496158 [ 111 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5705 | 2024.11.06 00:22:05.496172 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001724 sec., 47563.80510440835 rows/sec., 3.02 MiB/sec. | ||
| 5706 | 2024.11.06 00:22:05.496207 [ 111 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5707 | 2024.11.06 00:22:05.496273 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5708 | 2024.11.06 00:22:05.496561 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5709 | 2024.11.06 00:22:05.496563 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 5710 | 2024.11.06 00:22:05.496600 [ 291 ] {0c89cb22-76f8-4133-a3cb-62cce42dcc9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5711 | 2024.11.06 00:22:05.496656 [ 291 ] {} <Debug> HTTP-Session: fefd90bb-c8b1-43d1-9644-1ca456d7dd67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5712 | 2024.11.06 00:22:05.496833 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5713 | 2024.11.06 00:22:05.496869 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 826 rows starting from the beginning of the part | ||
| 5714 | 2024.11.06 00:22:05.496975 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 5715 | 2024.11.06 00:22:05.497187 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 5716 | 2024.11.06 00:22:05.497315 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5717 | 2024.11.06 00:22:05.497512 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 5718 | 2024.11.06 00:22:05.497738 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 5719 | 2024.11.06 00:22:05.497911 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 5720 | 2024.11.06 00:22:05.499167 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 4 columns (4 merged, 0 gathered) in 0.002759372 sec., 419660.70540688245 rows/sec., 27.92 MiB/sec. | ||
| 5721 | 2024.11.06 00:22:05.499388 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5722 | 2024.11.06 00:22:05.499814 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5723 | 2024.11.06 00:22:05.499894 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_31_6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5724 | 2024.11.06 00:22:05.499964 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 5725 | 2024.11.06 00:22:07.650543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5726 | 2024.11.06 00:22:07.819186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5727 | 2024.11.06 00:22:07.862617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5728 | 2024.11.06 00:22:07.892113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45132, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5729 | 2024.11.06 00:22:07.966503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59616, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5730 | 2024.11.06 00:22:07.971819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53752, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5731 | 2024.11.06 00:22:07.984118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5732 | 2024.11.06 00:22:07.997368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5733 | 2024.11.06 00:22:10.437707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52910, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5734 | 2024.11.06 00:22:10.437889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5735 | 2024.11.06 00:22:10.437936 [ 3 ] {} <Debug> HTTP-Session: 88e90039-8280-4f14-ab10-638e26a43103 Authenticating user 'default' from [fd00:1122:3344:101::d]:52910 | ||
| 5736 | 2024.11.06 00:22:10.437968 [ 3 ] {} <Debug> HTTP-Session: 88e90039-8280-4f14-ab10-638e26a43103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5737 | 2024.11.06 00:22:10.437984 [ 3 ] {} <Debug> HTTP-Session: 88e90039-8280-4f14-ab10-638e26a43103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5738 | 2024.11.06 00:22:10.438034 [ 3 ] {} <Trace> HTTP-Session: 88e90039-8280-4f14-ab10-638e26a43103 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5739 | 2024.11.06 00:22:10.438218 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52910) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5740 | 2024.11.06 00:22:10.438286 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5741 | 2024.11.06 00:22:10.438624 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5742 | 2024.11.06 00:22:10.439138 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5743 | 2024.11.06 00:22:10.439187 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5744 | 2024.11.06 00:22:10.439609 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5745 | 2024.11.06 00:22:10.440006 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5746 | 2024.11.06 00:22:10.440199 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002024 sec., 988.1422924901185 rows/sec., 80.58 KiB/sec. | ||
| 5747 | 2024.11.06 00:22:10.440550 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Debug> DynamicQueryHandler: Done processing query | ||
| 5748 | 2024.11.06 00:22:10.440577 [ 3 ] {80bd80c7-3eaa-40ca-89f8-25b6351f9c68} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5749 | 2024.11.06 00:22:10.440594 [ 3 ] {} <Debug> HTTP-Session: 88e90039-8280-4f14-ab10-638e26a43103 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5750 | 2024.11.06 00:22:10.440785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5751 | 2024.11.06 00:22:10.440906 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51611, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5752 | 2024.11.06 00:22:10.441034 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5753 | 2024.11.06 00:22:10.441062 [ 291 ] {} <Debug> HTTP-Session: ec46abd0-2d37-4eee-b67b-f549e0da4adc Authenticating user 'default' from [fd00:1122:3344:101::d]:51611 | ||
| 5754 | 2024.11.06 00:22:10.441089 [ 291 ] {} <Debug> HTTP-Session: ec46abd0-2d37-4eee-b67b-f549e0da4adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5755 | 2024.11.06 00:22:10.441106 [ 291 ] {} <Debug> HTTP-Session: ec46abd0-2d37-4eee-b67b-f549e0da4adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5756 | 2024.11.06 00:22:10.441166 [ 291 ] {} <Trace> HTTP-Session: ec46abd0-2d37-4eee-b67b-f549e0da4adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5757 | 2024.11.06 00:22:10.441387 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51611) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5758 | 2024.11.06 00:22:10.441463 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5759 | 2024.11.06 00:22:10.441857 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5760 | 2024.11.06 00:22:10.442335 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5761 | 2024.11.06 00:22:10.442377 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5762 | 2024.11.06 00:22:10.442784 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5763 | 2024.11.06 00:22:10.443171 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5764 | 2024.11.06 00:22:10.443345 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002028 sec., 28106.508875739648 rows/sec., 2.14 MiB/sec. | ||
| 5765 | 2024.11.06 00:22:10.443583 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Debug> DynamicQueryHandler: Done processing query | ||
| 5766 | 2024.11.06 00:22:10.443610 [ 291 ] {6454ed53-4c90-450f-a057-d9a2f6031f55} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5767 | 2024.11.06 00:22:10.443626 [ 291 ] {} <Debug> HTTP-Session: ec46abd0-2d37-4eee-b67b-f549e0da4adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5768 | 2024.11.06 00:22:10.443809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52910, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5769 | 2024.11.06 00:22:10.443876 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5770 | 2024.11.06 00:22:10.443948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5771 | 2024.11.06 00:22:10.443984 [ 3 ] {} <Debug> HTTP-Session: fb3f380c-3416-4814-96fa-c679a9df7cef Authenticating user 'default' from [fd00:1122:3344:101::d]:52910 | ||
| 5772 | 2024.11.06 00:22:10.444007 [ 3 ] {} <Debug> HTTP-Session: fb3f380c-3416-4814-96fa-c679a9df7cef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5773 | 2024.11.06 00:22:10.444027 [ 3 ] {} <Debug> HTTP-Session: fb3f380c-3416-4814-96fa-c679a9df7cef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5774 | 2024.11.06 00:22:10.444082 [ 3 ] {} <Trace> HTTP-Session: fb3f380c-3416-4814-96fa-c679a9df7cef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5775 | 2024.11.06 00:22:10.444217 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52910) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5776 | 2024.11.06 00:22:10.444276 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5777 | 2024.11.06 00:22:10.444628 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5778 | 2024.11.06 00:22:10.444973 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5779 | 2024.11.06 00:22:10.445011 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5780 | 2024.11.06 00:22:10.445367 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5781 | 2024.11.06 00:22:10.445748 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5782 | 2024.11.06 00:22:10.445921 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00173 sec., 1156.0693641618498 rows/sec., 80.72 KiB/sec. | ||
| 5783 | 2024.11.06 00:22:10.446107 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5784 | 2024.11.06 00:22:10.446132 [ 3 ] {dec072ca-8c40-4088-b1d7-f0dc80af68b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5785 | 2024.11.06 00:22:10.446148 [ 3 ] {} <Debug> HTTP-Session: fb3f380c-3416-4814-96fa-c679a9df7cef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5786 | 2024.11.06 00:22:10.446365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52910, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5787 | 2024.11.06 00:22:10.446446 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44188, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5788 | 2024.11.06 00:22:10.446591 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5789 | 2024.11.06 00:22:10.446634 [ 291 ] {} <Debug> HTTP-Session: 2d8d67aa-bcad-4419-abd8-31c7a240ec7c Authenticating user 'default' from [fd00:1122:3344:101::d]:44188 | ||
| 5790 | 2024.11.06 00:22:10.446667 [ 291 ] {} <Debug> HTTP-Session: 2d8d67aa-bcad-4419-abd8-31c7a240ec7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5791 | 2024.11.06 00:22:10.446695 [ 291 ] {} <Debug> HTTP-Session: 2d8d67aa-bcad-4419-abd8-31c7a240ec7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5792 | 2024.11.06 00:22:10.446762 [ 291 ] {} <Trace> HTTP-Session: 2d8d67aa-bcad-4419-abd8-31c7a240ec7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5793 | 2024.11.06 00:22:10.446975 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44188) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5794 | 2024.11.06 00:22:10.447023 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5795 | 2024.11.06 00:22:10.447280 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5796 | 2024.11.06 00:22:10.447643 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5797 | 2024.11.06 00:22:10.447680 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5798 | 2024.11.06 00:22:10.448038 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5799 | 2024.11.06 00:22:10.448403 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5800 | 2024.11.06 00:22:10.448554 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001642 sec., 40194.884287454326 rows/sec., 3.14 MiB/sec. | ||
| 5801 | 2024.11.06 00:22:10.448733 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5802 | 2024.11.06 00:22:10.448758 [ 291 ] {965d8421-2db5-468d-a8a0-c181e2879cfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5803 | 2024.11.06 00:22:10.448774 [ 291 ] {} <Debug> HTTP-Session: 2d8d67aa-bcad-4419-abd8-31c7a240ec7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5804 | 2024.11.06 00:22:10.448993 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44188, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5805 | 2024.11.06 00:22:10.449099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Length: 30835, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5806 | 2024.11.06 00:22:10.449217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5807 | 2024.11.06 00:22:10.449254 [ 3 ] {} <Debug> HTTP-Session: 98e10f35-f7cb-48c8-88f2-07c4937886c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61500 | ||
| 5808 | 2024.11.06 00:22:10.449288 [ 3 ] {} <Debug> HTTP-Session: 98e10f35-f7cb-48c8-88f2-07c4937886c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5809 | 2024.11.06 00:22:10.449315 [ 3 ] {} <Debug> HTTP-Session: 98e10f35-f7cb-48c8-88f2-07c4937886c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5810 | 2024.11.06 00:22:10.449384 [ 3 ] {} <Trace> HTTP-Session: 98e10f35-f7cb-48c8-88f2-07c4937886c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5811 | 2024.11.06 00:22:10.449680 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61500) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5812 | 2024.11.06 00:22:10.449774 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5813 | 2024.11.06 00:22:10.450036 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5814 | 2024.11.06 00:22:10.450440 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5815 | 2024.11.06 00:22:10.450477 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5816 | 2024.11.06 00:22:10.450870 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5817 | 2024.11.06 00:22:10.451222 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5818 | 2024.11.06 00:22:10.451376 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00184 sec., 87500 rows/sec., 6.09 MiB/sec. | ||
| 5819 | 2024.11.06 00:22:10.451561 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5820 | 2024.11.06 00:22:10.451585 [ 3 ] {c022836d-c596-46a1-91f5-5b4ab392b48e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5821 | 2024.11.06 00:22:10.451600 [ 3 ] {} <Debug> HTTP-Session: 98e10f35-f7cb-48c8-88f2-07c4937886c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5822 | 2024.11.06 00:22:10.451817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5823 | 2024.11.06 00:22:10.451939 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40608, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5824 | 2024.11.06 00:22:10.452008 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5825 | 2024.11.06 00:22:10.452033 [ 291 ] {} <Debug> HTTP-Session: b1e287b5-76a8-4483-86d3-9e9f0ef7b852 Authenticating user 'default' from [fd00:1122:3344:101::d]:40608 | ||
| 5826 | 2024.11.06 00:22:10.452053 [ 291 ] {} <Debug> HTTP-Session: b1e287b5-76a8-4483-86d3-9e9f0ef7b852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5827 | 2024.11.06 00:22:10.452070 [ 291 ] {} <Debug> HTTP-Session: b1e287b5-76a8-4483-86d3-9e9f0ef7b852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5828 | 2024.11.06 00:22:10.452113 [ 291 ] {} <Trace> HTTP-Session: b1e287b5-76a8-4483-86d3-9e9f0ef7b852 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5829 | 2024.11.06 00:22:10.452284 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40608) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5830 | 2024.11.06 00:22:10.452342 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5831 | 2024.11.06 00:22:10.452533 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5832 | 2024.11.06 00:22:10.452872 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5833 | 2024.11.06 00:22:10.452912 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5834 | 2024.11.06 00:22:10.453291 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5835 | 2024.11.06 00:22:10.453618 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5836 | 2024.11.06 00:22:10.453767 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00155 sec., 38709.67741935484 rows/sec., 2.61 MiB/sec. | ||
| 5837 | 2024.11.06 00:22:10.453943 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Debug> DynamicQueryHandler: Done processing query | ||
| 5838 | 2024.11.06 00:22:10.453968 [ 291 ] {310140d4-d798-408f-bdf0-f128c1691c91} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5839 | 2024.11.06 00:22:10.453984 [ 291 ] {} <Debug> HTTP-Session: b1e287b5-76a8-4483-86d3-9e9f0ef7b852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5840 | 2024.11.06 00:22:10.454492 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40608, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5841 | 2024.11.06 00:22:11.736906 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5842 | 2024.11.06 00:22:11.736965 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5843 | 2024.11.06 00:22:11.963041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 554 | ||
| 5844 | 2024.11.06 00:22:11.965820 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5845 | 2024.11.06 00:22:11.965877 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5846 | 2024.11.06 00:22:11.967432 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5847 | 2024.11.06 00:22:11.968457 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5848 | 2024.11.06 00:22:11.969531 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 554 | ||
| 5849 | 2024.11.06 00:22:15.438470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5850 | 2024.11.06 00:22:15.438617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5851 | 2024.11.06 00:22:15.438646 [ 3 ] {} <Debug> HTTP-Session: 3f0b0b90-5333-4f4b-8bb2-3b965660488b Authenticating user 'default' from [fd00:1122:3344:101::d]:61500 | ||
| 5852 | 2024.11.06 00:22:15.438674 [ 3 ] {} <Debug> HTTP-Session: 3f0b0b90-5333-4f4b-8bb2-3b965660488b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5853 | 2024.11.06 00:22:15.438692 [ 3 ] {} <Debug> HTTP-Session: 3f0b0b90-5333-4f4b-8bb2-3b965660488b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5854 | 2024.11.06 00:22:15.438749 [ 3 ] {} <Trace> HTTP-Session: 3f0b0b90-5333-4f4b-8bb2-3b965660488b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5855 | 2024.11.06 00:22:15.438976 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61500) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5856 | 2024.11.06 00:22:15.439052 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5857 | 2024.11.06 00:22:15.439386 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5858 | 2024.11.06 00:22:15.439899 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5859 | 2024.11.06 00:22:15.439950 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5860 | 2024.11.06 00:22:15.440378 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5861 | 2024.11.06 00:22:15.440766 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5862 | 2024.11.06 00:22:15.440937 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.10 MiB/sec. | ||
| 5863 | 2024.11.06 00:22:15.441275 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 5864 | 2024.11.06 00:22:15.441302 [ 3 ] {6f96ed17-30fa-46ac-9c14-9656293185ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5865 | 2024.11.06 00:22:15.441320 [ 3 ] {} <Debug> HTTP-Session: 3f0b0b90-5333-4f4b-8bb2-3b965660488b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5866 | 2024.11.06 00:22:15.441524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5867 | 2024.11.06 00:22:15.441705 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62768, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5868 | 2024.11.06 00:22:15.441824 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5869 | 2024.11.06 00:22:15.441854 [ 291 ] {} <Debug> HTTP-Session: ad5cf316-5d5c-4303-8237-91d8f03891e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62768 | ||
| 5870 | 2024.11.06 00:22:15.441881 [ 291 ] {} <Debug> HTTP-Session: ad5cf316-5d5c-4303-8237-91d8f03891e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5871 | 2024.11.06 00:22:15.441900 [ 291 ] {} <Debug> HTTP-Session: ad5cf316-5d5c-4303-8237-91d8f03891e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5872 | 2024.11.06 00:22:15.441963 [ 291 ] {} <Trace> HTTP-Session: ad5cf316-5d5c-4303-8237-91d8f03891e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5873 | 2024.11.06 00:22:15.442168 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62768) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5874 | 2024.11.06 00:22:15.442237 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5875 | 2024.11.06 00:22:15.442578 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5876 | 2024.11.06 00:22:15.443021 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5877 | 2024.11.06 00:22:15.443066 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5878 | 2024.11.06 00:22:15.443494 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5879 | 2024.11.06 00:22:15.443883 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5880 | 2024.11.06 00:22:15.444066 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001961 sec., 32636.40999490056 rows/sec., 2.55 MiB/sec. | ||
| 5881 | 2024.11.06 00:22:15.444296 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Debug> DynamicQueryHandler: Done processing query | ||
| 5882 | 2024.11.06 00:22:15.444324 [ 291 ] {e38ef6d7-9157-4659-ab10-cb46fb118c08} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5883 | 2024.11.06 00:22:15.444341 [ 291 ] {} <Debug> HTTP-Session: ad5cf316-5d5c-4303-8237-91d8f03891e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5884 | 2024.11.06 00:22:15.444569 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5885 | 2024.11.06 00:22:15.444570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5886 | 2024.11.06 00:22:15.444688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5887 | 2024.11.06 00:22:15.444712 [ 3 ] {} <Debug> HTTP-Session: e77cfb19-de55-4c20-9400-8314993a0f49 Authenticating user 'default' from [fd00:1122:3344:101::d]:61500 | ||
| 5888 | 2024.11.06 00:22:15.444737 [ 3 ] {} <Debug> HTTP-Session: e77cfb19-de55-4c20-9400-8314993a0f49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5889 | 2024.11.06 00:22:15.444760 [ 3 ] {} <Debug> HTTP-Session: e77cfb19-de55-4c20-9400-8314993a0f49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5890 | 2024.11.06 00:22:15.444815 [ 3 ] {} <Trace> HTTP-Session: e77cfb19-de55-4c20-9400-8314993a0f49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5891 | 2024.11.06 00:22:15.445026 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61500) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5892 | 2024.11.06 00:22:15.445086 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5893 | 2024.11.06 00:22:15.445278 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5894 | 2024.11.06 00:22:15.445691 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5895 | 2024.11.06 00:22:15.445729 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5896 | 2024.11.06 00:22:15.446138 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5897 | 2024.11.06 00:22:15.446492 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5898 | 2024.11.06 00:22:15.446662 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001735 sec., 92219.02017291066 rows/sec., 6.42 MiB/sec. | ||
| 5899 | 2024.11.06 00:22:15.446848 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 5900 | 2024.11.06 00:22:15.446873 [ 3 ] {116596fa-937d-463a-91ab-fce788dc05bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5901 | 2024.11.06 00:22:15.446889 [ 3 ] {} <Debug> HTTP-Session: e77cfb19-de55-4c20-9400-8314993a0f49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5902 | 2024.11.06 00:22:15.447088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5903 | 2024.11.06 00:22:15.447239 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64065, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5904 | 2024.11.06 00:22:15.447319 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5905 | 2024.11.06 00:22:15.447344 [ 291 ] {} <Debug> HTTP-Session: 39385e64-fdd9-4d19-87d2-addeb05b52d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64065 | ||
| 5906 | 2024.11.06 00:22:15.447368 [ 291 ] {} <Debug> HTTP-Session: 39385e64-fdd9-4d19-87d2-addeb05b52d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5907 | 2024.11.06 00:22:15.447386 [ 291 ] {} <Debug> HTTP-Session: 39385e64-fdd9-4d19-87d2-addeb05b52d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5908 | 2024.11.06 00:22:15.447435 [ 291 ] {} <Trace> HTTP-Session: 39385e64-fdd9-4d19-87d2-addeb05b52d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5909 | 2024.11.06 00:22:15.447607 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64065) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5910 | 2024.11.06 00:22:15.447668 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5911 | 2024.11.06 00:22:15.447864 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5912 | 2024.11.06 00:22:15.448215 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2024.11.06 00:22:15.448254 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5914 | 2024.11.06 00:22:15.448639 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5915 | 2024.11.06 00:22:15.448973 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2024.11.06 00:22:15.449136 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001596 sec., 37593.984962406015 rows/sec., 2.53 MiB/sec. | ||
| 5917 | 2024.11.06 00:22:15.449463 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Debug> DynamicQueryHandler: Done processing query | ||
| 5918 | 2024.11.06 00:22:15.449493 [ 291 ] {7be3193e-3fe3-4096-a3c7-997b74c2b219} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5919 | 2024.11.06 00:22:15.449510 [ 291 ] {} <Debug> HTTP-Session: 39385e64-fdd9-4d19-87d2-addeb05b52d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5920 | 2024.11.06 00:22:15.449771 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5921 | 2024.11.06 00:22:17.083775 [ 100 ] {} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 5922 | 2024.11.06 00:22:17.083848 [ 100 ] {} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5923 | 2024.11.06 00:22:17.083877 [ 100 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5924 | 2024.11.06 00:22:17.084082 [ 186 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 5925 | 2024.11.06 00:22:17.084279 [ 186 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5926 | 2024.11.06 00:22:17.084320 [ 186 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 5927 | 2024.11.06 00:22:17.084401 [ 186 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 5928 | 2024.11.06 00:22:17.084547 [ 186 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 5929 | 2024.11.06 00:22:17.084825 [ 186 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 5930 | 2024.11.06 00:22:17.085054 [ 186 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 5931 | 2024.11.06 00:22:17.086163 [ 198 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.002200565 sec., 13632.862469411266 rows/sec., 712.26 KiB/sec. | ||
| 5932 | 2024.11.06 00:22:17.086358 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 5933 | 2024.11.06 00:22:17.086905 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_5_1} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5934 | 2024.11.06 00:22:17.087010 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_5_1} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 5935 | 2024.11.06 00:22:17.087118 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5936 | 2024.11.06 00:22:19.687622 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5937 | 2024.11.06 00:22:19.930194 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5938 | 2024.11.06 00:22:20.026203 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5939 | 2024.11.06 00:22:20.255336 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:54970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5940 | 2024.11.06 00:22:20.271861 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38378, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5941 | 2024.11.06 00:22:20.273161 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5942 | 2024.11.06 00:22:20.319476 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5943 | 2024.11.06 00:22:20.343193 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64627, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5944 | 2024.11.06 00:22:20.444098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5945 | 2024.11.06 00:22:20.444200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5946 | 2024.11.06 00:22:20.444225 [ 3 ] {} <Debug> HTTP-Session: f2e8b3de-4d37-47c2-857b-7945d13d681c Authenticating user 'default' from [fd00:1122:3344:101::d]:61500 | ||
| 5947 | 2024.11.06 00:22:20.444250 [ 3 ] {} <Debug> HTTP-Session: f2e8b3de-4d37-47c2-857b-7945d13d681c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5948 | 2024.11.06 00:22:20.444271 [ 3 ] {} <Debug> HTTP-Session: f2e8b3de-4d37-47c2-857b-7945d13d681c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5949 | 2024.11.06 00:22:20.444324 [ 3 ] {} <Trace> HTTP-Session: f2e8b3de-4d37-47c2-857b-7945d13d681c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5950 | 2024.11.06 00:22:20.444594 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61500) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5951 | 2024.11.06 00:22:20.444660 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5952 | 2024.11.06 00:22:20.445006 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5953 | 2024.11.06 00:22:20.445675 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5954 | 2024.11.06 00:22:20.445720 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5955 | 2024.11.06 00:22:20.446176 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5956 | 2024.11.06 00:22:20.446573 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5957 | 2024.11.06 00:22:20.446744 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002271 sec., 119330.69132540732 rows/sec., 10.60 MiB/sec. | ||
| 5958 | 2024.11.06 00:22:20.446999 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Debug> DynamicQueryHandler: Done processing query | ||
| 5959 | 2024.11.06 00:22:20.447025 [ 3 ] {f53f8db1-5620-4b59-9c03-b0ec72f93b49} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5960 | 2024.11.06 00:22:20.447042 [ 3 ] {} <Debug> HTTP-Session: f2e8b3de-4d37-47c2-857b-7945d13d681c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5961 | 2024.11.06 00:22:20.447252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5962 | 2024.11.06 00:22:20.447379 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41118, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5963 | 2024.11.06 00:22:20.447458 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5964 | 2024.11.06 00:22:20.447484 [ 286 ] {} <Debug> HTTP-Session: fc2ec617-5035-4f86-b0a9-1d4405139229 Authenticating user 'default' from [fd00:1122:3344:101::d]:41118 | ||
| 5965 | 2024.11.06 00:22:20.447507 [ 286 ] {} <Debug> HTTP-Session: fc2ec617-5035-4f86-b0a9-1d4405139229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5966 | 2024.11.06 00:22:20.447524 [ 286 ] {} <Debug> HTTP-Session: fc2ec617-5035-4f86-b0a9-1d4405139229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5967 | 2024.11.06 00:22:20.447568 [ 286 ] {} <Trace> HTTP-Session: fc2ec617-5035-4f86-b0a9-1d4405139229 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5968 | 2024.11.06 00:22:20.447727 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41118) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5969 | 2024.11.06 00:22:20.447786 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5970 | 2024.11.06 00:22:20.448084 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5971 | 2024.11.06 00:22:20.448482 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5972 | 2024.11.06 00:22:20.448522 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5973 | 2024.11.06 00:22:20.448888 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5974 | 2024.11.06 00:22:20.449255 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5975 | 2024.11.06 00:22:20.449427 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001747 sec., 23468.80366342301 rows/sec., 1.72 MiB/sec. | ||
| 5976 | 2024.11.06 00:22:20.449610 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Debug> DynamicQueryHandler: Done processing query | ||
| 5977 | 2024.11.06 00:22:20.449636 [ 286 ] {d055c4a3-53a8-452e-9cb8-4b87131c1840} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5978 | 2024.11.06 00:22:20.449652 [ 286 ] {} <Debug> HTTP-Session: fc2ec617-5035-4f86-b0a9-1d4405139229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5979 | 2024.11.06 00:22:20.449817 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5980 | 2024.11.06 00:22:20.449825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5981 | 2024.11.06 00:22:20.449902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5982 | 2024.11.06 00:22:20.449926 [ 3 ] {} <Debug> HTTP-Session: 22e8f707-6cdd-44d8-940e-8cf291fa3654 Authenticating user 'default' from [fd00:1122:3344:101::d]:61500 | ||
| 5983 | 2024.11.06 00:22:20.449945 [ 3 ] {} <Debug> HTTP-Session: 22e8f707-6cdd-44d8-940e-8cf291fa3654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5984 | 2024.11.06 00:22:20.449959 [ 3 ] {} <Debug> HTTP-Session: 22e8f707-6cdd-44d8-940e-8cf291fa3654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5985 | 2024.11.06 00:22:20.449990 [ 3 ] {} <Trace> HTTP-Session: 22e8f707-6cdd-44d8-940e-8cf291fa3654 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5986 | 2024.11.06 00:22:20.450098 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61500) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5987 | 2024.11.06 00:22:20.450142 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5988 | 2024.11.06 00:22:20.450378 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5989 | 2024.11.06 00:22:20.450711 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5990 | 2024.11.06 00:22:20.450747 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 5991 | 2024.11.06 00:22:20.451108 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5992 | 2024.11.06 00:22:20.451475 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5993 | 2024.11.06 00:22:20.451640 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001577 sec., 8877.615726062142 rows/sec., 621.73 KiB/sec. | ||
| 5994 | 2024.11.06 00:22:20.451819 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Debug> DynamicQueryHandler: Done processing query | ||
| 5995 | 2024.11.06 00:22:20.451843 [ 3 ] {a0a90e57-3d06-49b1-a994-d00a1cc9fadf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5996 | 2024.11.06 00:22:20.451859 [ 3 ] {} <Debug> HTTP-Session: 22e8f707-6cdd-44d8-940e-8cf291fa3654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5997 | 2024.11.06 00:22:20.452019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5998 | 2024.11.06 00:22:20.452045 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41118, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5999 | 2024.11.06 00:22:20.452099 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6000 | 2024.11.06 00:22:20.452121 [ 286 ] {} <Debug> HTTP-Session: 58faba7a-30f2-4781-9ea7-1279e42adb94 Authenticating user 'default' from [fd00:1122:3344:101::d]:41118 | ||
| 6001 | 2024.11.06 00:22:20.452139 [ 286 ] {} <Debug> HTTP-Session: 58faba7a-30f2-4781-9ea7-1279e42adb94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6002 | 2024.11.06 00:22:20.452153 [ 286 ] {} <Debug> HTTP-Session: 58faba7a-30f2-4781-9ea7-1279e42adb94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6003 | 2024.11.06 00:22:20.452192 [ 286 ] {} <Trace> HTTP-Session: 58faba7a-30f2-4781-9ea7-1279e42adb94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6004 | 2024.11.06 00:22:20.452310 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41118) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6005 | 2024.11.06 00:22:20.452361 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6006 | 2024.11.06 00:22:20.452644 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6007 | 2024.11.06 00:22:20.453025 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6008 | 2024.11.06 00:22:20.453069 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6009 | 2024.11.06 00:22:20.453434 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6010 | 2024.11.06 00:22:20.453790 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6011 | 2024.11.06 00:22:20.453959 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001678 sec., 3575.6853396901074 rows/sec., 211.26 KiB/sec. | ||
| 6012 | 2024.11.06 00:22:20.454457 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Debug> DynamicQueryHandler: Done processing query | ||
| 6013 | 2024.11.06 00:22:20.454482 [ 286 ] {6ad20f1d-da38-4be8-991d-01c9aa109fdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6014 | 2024.11.06 00:22:20.454498 [ 286 ] {} <Debug> HTTP-Session: 58faba7a-30f2-4781-9ea7-1279e42adb94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6015 | 2024.11.06 00:22:20.454696 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6016 | 2024.11.06 00:22:20.454801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43424, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6017 | 2024.11.06 00:22:20.454856 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6018 | 2024.11.06 00:22:20.454882 [ 3 ] {} <Debug> HTTP-Session: 214b25c1-c303-4ac2-9fd7-b3e7d8e1fc0c Authenticating user 'default' from [fd00:1122:3344:101::d]:43424 | ||
| 6019 | 2024.11.06 00:22:20.454900 [ 3 ] {} <Debug> HTTP-Session: 214b25c1-c303-4ac2-9fd7-b3e7d8e1fc0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6020 | 2024.11.06 00:22:20.454914 [ 3 ] {} <Debug> HTTP-Session: 214b25c1-c303-4ac2-9fd7-b3e7d8e1fc0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6021 | 2024.11.06 00:22:20.454945 [ 3 ] {} <Trace> HTTP-Session: 214b25c1-c303-4ac2-9fd7-b3e7d8e1fc0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6022 | 2024.11.06 00:22:20.455167 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43424) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6023 | 2024.11.06 00:22:20.455212 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6024 | 2024.11.06 00:22:20.455462 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6025 | 2024.11.06 00:22:20.456079 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6026 | 2024.11.06 00:22:20.456116 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6027 | 2024.11.06 00:22:20.456506 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6028 | 2024.11.06 00:22:20.456868 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2024.11.06 00:22:20.457013 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001964 sec., 215376.78207739306 rows/sec., 15.40 MiB/sec. | ||
| 6030 | 2024.11.06 00:22:20.457194 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Debug> DynamicQueryHandler: Done processing query | ||
| 6031 | 2024.11.06 00:22:20.457219 [ 3 ] {2e20931f-9a42-45b7-a4b2-494b19b9a136} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6032 | 2024.11.06 00:22:20.457235 [ 3 ] {} <Debug> HTTP-Session: 214b25c1-c303-4ac2-9fd7-b3e7d8e1fc0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6033 | 2024.11.06 00:22:20.457426 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41118, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6034 | 2024.11.06 00:22:20.457434 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6035 | 2024.11.06 00:22:20.457489 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6036 | 2024.11.06 00:22:20.457516 [ 286 ] {} <Debug> HTTP-Session: 1b06ad15-175b-40e7-abc1-dd5ca53fed27 Authenticating user 'default' from [fd00:1122:3344:101::d]:41118 | ||
| 6037 | 2024.11.06 00:22:20.457536 [ 286 ] {} <Debug> HTTP-Session: 1b06ad15-175b-40e7-abc1-dd5ca53fed27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6038 | 2024.11.06 00:22:20.457554 [ 286 ] {} <Debug> HTTP-Session: 1b06ad15-175b-40e7-abc1-dd5ca53fed27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6039 | 2024.11.06 00:22:20.457597 [ 286 ] {} <Trace> HTTP-Session: 1b06ad15-175b-40e7-abc1-dd5ca53fed27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6040 | 2024.11.06 00:22:20.457714 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41118) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6041 | 2024.11.06 00:22:20.457768 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6042 | 2024.11.06 00:22:20.457931 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6043 | 2024.11.06 00:22:20.458295 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2024.11.06 00:22:20.458339 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6045 | 2024.11.06 00:22:20.458796 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6046 | 2024.11.06 00:22:20.459188 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6047 | 2024.11.06 00:22:20.459369 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00168 sec., 3571.428571428571 rows/sec., 186.59 KiB/sec. | ||
| 6048 | 2024.11.06 00:22:20.459658 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Debug> DynamicQueryHandler: Done processing query | ||
| 6049 | 2024.11.06 00:22:20.459683 [ 286 ] {0cc6f2b6-3c8a-4269-b2b6-8c681f985d94} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6050 | 2024.11.06 00:22:20.459700 [ 286 ] {} <Debug> HTTP-Session: 1b06ad15-175b-40e7-abc1-dd5ca53fed27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6051 | 2024.11.06 00:22:20.460023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39986, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6052 | 2024.11.06 00:22:20.460061 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41118, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6053 | 2024.11.06 00:22:20.460090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6054 | 2024.11.06 00:22:20.460128 [ 3 ] {} <Debug> HTTP-Session: 34ace67d-08f9-499d-91b2-e55db68510d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:39986 | ||
| 6055 | 2024.11.06 00:22:20.460163 [ 3 ] {} <Debug> HTTP-Session: 34ace67d-08f9-499d-91b2-e55db68510d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6056 | 2024.11.06 00:22:20.460188 [ 3 ] {} <Debug> HTTP-Session: 34ace67d-08f9-499d-91b2-e55db68510d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6057 | 2024.11.06 00:22:20.460231 [ 3 ] {} <Trace> HTTP-Session: 34ace67d-08f9-499d-91b2-e55db68510d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6058 | 2024.11.06 00:22:20.460448 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39986) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6059 | 2024.11.06 00:22:20.460496 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6060 | 2024.11.06 00:22:20.460669 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6061 | 2024.11.06 00:22:20.461117 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2024.11.06 00:22:20.461155 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6063 | 2024.11.06 00:22:20.461547 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6064 | 2024.11.06 00:22:20.461887 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6065 | 2024.11.06 00:22:20.462050 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001717 sec., 138031.4502038439 rows/sec., 9.25 MiB/sec. | ||
| 6066 | 2024.11.06 00:22:20.462224 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6067 | 2024.11.06 00:22:20.462250 [ 3 ] {758d6412-6568-49e4-b8be-03019041362d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6068 | 2024.11.06 00:22:20.462268 [ 3 ] {} <Debug> HTTP-Session: 34ace67d-08f9-499d-91b2-e55db68510d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6069 | 2024.11.06 00:22:20.462428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6070 | 2024.11.06 00:22:20.462497 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45949, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6071 | 2024.11.06 00:22:20.462557 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6072 | 2024.11.06 00:22:20.462578 [ 286 ] {} <Debug> HTTP-Session: 6340ac80-a5d7-4685-9cd3-43f01fea6148 Authenticating user 'default' from [fd00:1122:3344:101::d]:45949 | ||
| 6073 | 2024.11.06 00:22:20.462614 [ 286 ] {} <Debug> HTTP-Session: 6340ac80-a5d7-4685-9cd3-43f01fea6148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6074 | 2024.11.06 00:22:20.462629 [ 286 ] {} <Debug> HTTP-Session: 6340ac80-a5d7-4685-9cd3-43f01fea6148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6075 | 2024.11.06 00:22:20.462660 [ 286 ] {} <Trace> HTTP-Session: 6340ac80-a5d7-4685-9cd3-43f01fea6148 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2024.11.06 00:22:20.462757 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45949) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6077 | 2024.11.06 00:22:20.462801 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6078 | 2024.11.06 00:22:20.462937 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6079 | 2024.11.06 00:22:20.463215 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6080 | 2024.11.06 00:22:20.463254 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6081 | 2024.11.06 00:22:20.463596 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6082 | 2024.11.06 00:22:20.463929 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6083 | 2024.11.06 00:22:20.464089 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001353 sec., 739.0983000739099 rows/sec., 49.80 KiB/sec. | ||
| 6084 | 2024.11.06 00:22:20.464359 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Debug> DynamicQueryHandler: Done processing query | ||
| 6085 | 2024.11.06 00:22:20.464385 [ 286 ] {b1c90204-5dbe-4186-a296-d7a84fa58113} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6086 | 2024.11.06 00:22:20.464401 [ 286 ] {} <Debug> HTTP-Session: 6340ac80-a5d7-4685-9cd3-43f01fea6148 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6087 | 2024.11.06 00:22:20.464573 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45949, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6088 | 2024.11.06 00:22:20.464672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61390, User-Agent: (none), Length: 68650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6089 | 2024.11.06 00:22:20.464739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6090 | 2024.11.06 00:22:20.464762 [ 3 ] {} <Debug> HTTP-Session: eb8fb650-2fcb-4bb1-aa60-ebf9fcafc4a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61390 | ||
| 6091 | 2024.11.06 00:22:20.464783 [ 3 ] {} <Debug> HTTP-Session: eb8fb650-2fcb-4bb1-aa60-ebf9fcafc4a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6092 | 2024.11.06 00:22:20.464800 [ 3 ] {} <Debug> HTTP-Session: eb8fb650-2fcb-4bb1-aa60-ebf9fcafc4a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6093 | 2024.11.06 00:22:20.464837 [ 3 ] {} <Trace> HTTP-Session: eb8fb650-2fcb-4bb1-aa60-ebf9fcafc4a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6094 | 2024.11.06 00:22:20.465621 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61390) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6095 | 2024.11.06 00:22:20.465693 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <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 | ||
| 6096 | 2024.11.06 00:22:20.466133 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6097 | 2024.11.06 00:22:20.466945 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2024.11.06 00:22:20.466981 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6099 | 2024.11.06 00:22:20.467636 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6100 | 2024.11.06 00:22:20.468058 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6101 | 2024.11.06 00:22:20.468237 [ 96 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Selected 6 parts from all_1_9_2 to all_14_14_0 | ||
| 6102 | 2024.11.06 00:22:20.468266 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003298 sec., 12431.776834445118 rows/sec., 22.28 MiB/sec. | ||
| 6103 | 2024.11.06 00:22:20.468332 [ 96 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6104 | 2024.11.06 00:22:20.468422 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6105 | 2024.11.06 00:22:20.468675 [ 198 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_9_2 to all_14_14_0 into Compact with storage Full | ||
| 6106 | 2024.11.06 00:22:20.468767 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6107 | 2024.11.06 00:22:20.468796 [ 3 ] {c79eea86-c54a-407b-98ac-2025a574e34c} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 6108 | 2024.11.06 00:22:20.468829 [ 3 ] {} <Debug> HTTP-Session: eb8fb650-2fcb-4bb1-aa60-ebf9fcafc4a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6109 | 2024.11.06 00:22:20.469037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6110 | 2024.11.06 00:22:20.469114 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34213, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6111 | 2024.11.06 00:22:20.469163 [ 198 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6112 | 2024.11.06 00:22:20.469196 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6113 | 2024.11.06 00:22:20.469238 [ 286 ] {} <Debug> HTTP-Session: 1211c6b7-a060-498c-b3a3-94798c90997f Authenticating user 'default' from [fd00:1122:3344:101::d]:34213 | ||
| 6114 | 2024.11.06 00:22:20.469268 [ 286 ] {} <Debug> HTTP-Session: 1211c6b7-a060-498c-b3a3-94798c90997f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6115 | 2024.11.06 00:22:20.469268 [ 198 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 197 rows starting from the beginning of the part | ||
| 6116 | 2024.11.06 00:22:20.469286 [ 286 ] {} <Debug> HTTP-Session: 1211c6b7-a060-498c-b3a3-94798c90997f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6117 | 2024.11.06 00:22:20.469339 [ 286 ] {} <Trace> HTTP-Session: 1211c6b7-a060-498c-b3a3-94798c90997f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6118 | 2024.11.06 00:22:20.469589 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34213) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6119 | 2024.11.06 00:22:20.469730 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6120 | 2024.11.06 00:22:20.469815 [ 198 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part | ||
| 6121 | 2024.11.06 00:22:20.470536 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6122 | 2024.11.06 00:22:20.470545 [ 198 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part | ||
| 6123 | 2024.11.06 00:22:20.471093 [ 198 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part | ||
| 6124 | 2024.11.06 00:22:20.471388 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6125 | 2024.11.06 00:22:20.471475 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6126 | 2024.11.06 00:22:20.471725 [ 198 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part | ||
| 6127 | 2024.11.06 00:22:20.472224 [ 198 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part | ||
| 6128 | 2024.11.06 00:22:20.472712 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6129 | 2024.11.06 00:22:20.473285 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2024.11.06 00:22:20.473587 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004137 sec., 19821.12642011119 rows/sec., 1.26 MiB/sec. | ||
| 6131 | 2024.11.06 00:22:20.473852 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6132 | 2024.11.06 00:22:20.473886 [ 286 ] {f90868cc-77ee-4f1d-8e31-c0863fccd79b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6133 | 2024.11.06 00:22:20.473907 [ 286 ] {} <Debug> HTTP-Session: 1211c6b7-a060-498c-b3a3-94798c90997f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6134 | 2024.11.06 00:22:20.474436 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34213, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6135 | 2024.11.06 00:22:20.476765 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 402 rows, containing 19 columns (19 merged, 0 gathered) in 0.008206994 sec., 48982.61166024978 rows/sec., 87.77 MiB/sec. | ||
| 6136 | 2024.11.06 00:22:20.477566 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 6137 | 2024.11.06 00:22:20.478223 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6138 | 2024.11.06 00:22:20.478315 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_14_3} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Merged 6 parts: [all_1_9_2, all_14_14_0] -> all_1_14_3 | ||
| 6139 | 2024.11.06 00:22:20.478469 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. | ||
| 6140 | 2024.11.06 00:22:20.483042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38310, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6141 | 2024.11.06 00:22:20.551855 [ 286 ] {} <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) | ||
| 6142 | 2024.11.06 00:22:20.645271 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6143 | 2024.11.06 00:22:20.735133 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6144 | 2024.11.06 00:22:20.796931 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6145 | 2024.11.06 00:22:20.810343 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55601, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6146 | 2024.11.06 00:22:20.843926 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46527, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6147 | 2024.11.06 00:22:20.850208 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6148 | 2024.11.06 00:22:20.851671 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33930, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6149 | 2024.11.06 00:22:21.044637 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6150 | 2024.11.06 00:22:21.081295 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51320, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6151 | 2024.11.06 00:22:21.095610 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6152 | 2024.11.06 00:22:21.150046 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43066, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6153 | 2024.11.06 00:22:21.369719 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47506, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6154 | 2024.11.06 00:22:21.387090 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6155 | 2024.11.06 00:22:21.399517 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6156 | 2024.11.06 00:22:21.947896 [ 95 ] {} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 6157 | 2024.11.06 00:22:21.947960 [ 95 ] {} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6158 | 2024.11.06 00:22:21.947982 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6159 | 2024.11.06 00:22:21.948405 [ 195 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 6160 | 2024.11.06 00:22:21.948586 [ 195 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6161 | 2024.11.06 00:22:21.948626 [ 195 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 6162 | 2024.11.06 00:22:21.948754 [ 195 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part | ||
| 6163 | 2024.11.06 00:22:21.948852 [ 195 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part | ||
| 6164 | 2024.11.06 00:22:21.949151 [ 195 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 6165 | 2024.11.06 00:22:21.949262 [ 195 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 6166 | 2024.11.06 00:22:21.950338 [ 193 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 5 columns (5 merged, 0 gathered) in 0.002280348 sec., 8770.591155385055 rows/sec., 749.44 KiB/sec. | ||
| 6167 | 2024.11.06 00:22:21.950570 [ 190 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 6168 | 2024.11.06 00:22:21.951102 [ 190 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_5_1} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6169 | 2024.11.06 00:22:21.951198 [ 190 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_5_1} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 6170 | 2024.11.06 00:22:21.951310 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6171 | 2024.11.06 00:22:21.970616 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 582 | ||
| 6172 | 2024.11.06 00:22:21.973561 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6173 | 2024.11.06 00:22:21.973632 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6174 | 2024.11.06 00:22:21.975245 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6175 | 2024.11.06 00:22:21.976244 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6176 | 2024.11.06 00:22:21.977615 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 582 | ||
| 6177 | 2024.11.06 00:22:25.436726 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60631, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6178 | 2024.11.06 00:22:25.436873 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6179 | 2024.11.06 00:22:25.436904 [ 283 ] {} <Debug> HTTP-Session: 9772e6db-55d9-40a9-b9a6-6f1dd1aeab9e Authenticating user 'default' from [fd00:1122:3344:101::d]:60631 | ||
| 6180 | 2024.11.06 00:22:25.436932 [ 283 ] {} <Debug> HTTP-Session: 9772e6db-55d9-40a9-b9a6-6f1dd1aeab9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6181 | 2024.11.06 00:22:25.436949 [ 283 ] {} <Debug> HTTP-Session: 9772e6db-55d9-40a9-b9a6-6f1dd1aeab9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6182 | 2024.11.06 00:22:25.437006 [ 283 ] {} <Trace> HTTP-Session: 9772e6db-55d9-40a9-b9a6-6f1dd1aeab9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6183 | 2024.11.06 00:22:25.437208 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60631) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6184 | 2024.11.06 00:22:25.437284 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6185 | 2024.11.06 00:22:25.437629 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6186 | 2024.11.06 00:22:25.438033 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6187 | 2024.11.06 00:22:25.438075 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6188 | 2024.11.06 00:22:25.438484 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 6189 | 2024.11.06 00:22:25.438876 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6190 | 2024.11.06 00:22:25.439033 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001883 sec., 1062.1348911311736 rows/sec., 86.61 KiB/sec. | ||
| 6191 | 2024.11.06 00:22:25.439238 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Debug> DynamicQueryHandler: Done processing query | ||
| 6192 | 2024.11.06 00:22:25.439264 [ 283 ] {877b0e3a-242e-4a93-96e3-7be420efff72} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6193 | 2024.11.06 00:22:25.439280 [ 283 ] {} <Debug> HTTP-Session: 9772e6db-55d9-40a9-b9a6-6f1dd1aeab9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6194 | 2024.11.06 00:22:25.439480 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6195 | 2024.11.06 00:22:25.439578 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50553, User-Agent: (none), Length: 7946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6196 | 2024.11.06 00:22:25.439641 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6197 | 2024.11.06 00:22:25.439662 [ 288 ] {} <Debug> HTTP-Session: 17870037-4cf8-4fbb-b4d9-d03979b3216e Authenticating user 'default' from [fd00:1122:3344:101::d]:50553 | ||
| 6198 | 2024.11.06 00:22:25.439680 [ 288 ] {} <Debug> HTTP-Session: 17870037-4cf8-4fbb-b4d9-d03979b3216e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6199 | 2024.11.06 00:22:25.439694 [ 288 ] {} <Debug> HTTP-Session: 17870037-4cf8-4fbb-b4d9-d03979b3216e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6200 | 2024.11.06 00:22:25.439726 [ 288 ] {} <Trace> HTTP-Session: 17870037-4cf8-4fbb-b4d9-d03979b3216e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6201 | 2024.11.06 00:22:25.439846 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50553) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6202 | 2024.11.06 00:22:25.439891 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6203 | 2024.11.06 00:22:25.440122 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6204 | 2024.11.06 00:22:25.440503 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2024.11.06 00:22:25.440540 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6206 | 2024.11.06 00:22:25.440894 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6207 | 2024.11.06 00:22:25.441271 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6208 | 2024.11.06 00:22:25.441429 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001616 sec., 35272.27722772277 rows/sec., 2.69 MiB/sec. | ||
| 6209 | 2024.11.06 00:22:25.441622 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6210 | 2024.11.06 00:22:25.441646 [ 288 ] {def3385a-c2ce-40d2-85f8-8c41aa57fbdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6211 | 2024.11.06 00:22:25.441663 [ 288 ] {} <Debug> HTTP-Session: 17870037-4cf8-4fbb-b4d9-d03979b3216e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6212 | 2024.11.06 00:22:25.441825 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60631, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6213 | 2024.11.06 00:22:25.441861 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50553, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6214 | 2024.11.06 00:22:25.441892 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6215 | 2024.11.06 00:22:25.441918 [ 283 ] {} <Debug> HTTP-Session: 69c36682-e950-4c53-95da-bb8513efa713 Authenticating user 'default' from [fd00:1122:3344:101::d]:60631 | ||
| 6216 | 2024.11.06 00:22:25.441945 [ 283 ] {} <Debug> HTTP-Session: 69c36682-e950-4c53-95da-bb8513efa713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6217 | 2024.11.06 00:22:25.441962 [ 283 ] {} <Debug> HTTP-Session: 69c36682-e950-4c53-95da-bb8513efa713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6218 | 2024.11.06 00:22:25.442005 [ 283 ] {} <Trace> HTTP-Session: 69c36682-e950-4c53-95da-bb8513efa713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6219 | 2024.11.06 00:22:25.442118 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60631) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6220 | 2024.11.06 00:22:25.442168 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6221 | 2024.11.06 00:22:25.442422 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6222 | 2024.11.06 00:22:25.442797 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6223 | 2024.11.06 00:22:25.442835 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6224 | 2024.11.06 00:22:25.443174 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6225 | 2024.11.06 00:22:25.443538 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6226 | 2024.11.06 00:22:25.443699 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001602 sec., 1248.4394506866417 rows/sec., 87.17 KiB/sec. | ||
| 6227 | 2024.11.06 00:22:25.443994 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6228 | 2024.11.06 00:22:25.444029 [ 283 ] {f1c6bee2-031a-4856-b296-aa49be2184c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6229 | 2024.11.06 00:22:25.444046 [ 283 ] {} <Debug> HTTP-Session: 69c36682-e950-4c53-95da-bb8513efa713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6230 | 2024.11.06 00:22:25.444211 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6231 | 2024.11.06 00:22:25.444312 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62442, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6232 | 2024.11.06 00:22:25.444375 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6233 | 2024.11.06 00:22:25.444398 [ 288 ] {} <Debug> HTTP-Session: 7ed56c40-024d-4723-8b71-c35a620ac1b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:62442 | ||
| 6234 | 2024.11.06 00:22:25.444418 [ 288 ] {} <Debug> HTTP-Session: 7ed56c40-024d-4723-8b71-c35a620ac1b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6235 | 2024.11.06 00:22:25.444435 [ 288 ] {} <Debug> HTTP-Session: 7ed56c40-024d-4723-8b71-c35a620ac1b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6236 | 2024.11.06 00:22:25.444473 [ 288 ] {} <Trace> HTTP-Session: 7ed56c40-024d-4723-8b71-c35a620ac1b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6237 | 2024.11.06 00:22:25.444615 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62442) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6238 | 2024.11.06 00:22:25.444669 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6239 | 2024.11.06 00:22:25.444974 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6240 | 2024.11.06 00:22:25.445376 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6241 | 2024.11.06 00:22:25.445412 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6242 | 2024.11.06 00:22:25.445771 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6243 | 2024.11.06 00:22:25.446132 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6244 | 2024.11.06 00:22:25.446291 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001718 sec., 38416.76367869616 rows/sec., 3.00 MiB/sec. | ||
| 6245 | 2024.11.06 00:22:25.446486 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Debug> DynamicQueryHandler: Done processing query | ||
| 6246 | 2024.11.06 00:22:25.446511 [ 288 ] {b670e1ab-9c44-436c-8e29-d0b640c5a627} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6247 | 2024.11.06 00:22:25.446527 [ 288 ] {} <Debug> HTTP-Session: 7ed56c40-024d-4723-8b71-c35a620ac1b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6248 | 2024.11.06 00:22:25.446683 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60631, User-Agent: (none), Length: 24722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6249 | 2024.11.06 00:22:25.446709 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6250 | 2024.11.06 00:22:25.446750 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6251 | 2024.11.06 00:22:25.446777 [ 283 ] {} <Debug> HTTP-Session: 8de7aead-fc83-4985-8c30-f0ce3a553c3f Authenticating user 'default' from [fd00:1122:3344:101::d]:60631 | ||
| 6252 | 2024.11.06 00:22:25.446799 [ 283 ] {} <Debug> HTTP-Session: 8de7aead-fc83-4985-8c30-f0ce3a553c3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6253 | 2024.11.06 00:22:25.446818 [ 283 ] {} <Debug> HTTP-Session: 8de7aead-fc83-4985-8c30-f0ce3a553c3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6254 | 2024.11.06 00:22:25.446857 [ 283 ] {} <Trace> HTTP-Session: 8de7aead-fc83-4985-8c30-f0ce3a553c3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6255 | 2024.11.06 00:22:25.447038 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60631) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6256 | 2024.11.06 00:22:25.447093 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6257 | 2024.11.06 00:22:25.447272 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6258 | 2024.11.06 00:22:25.447686 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6259 | 2024.11.06 00:22:25.447722 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6260 | 2024.11.06 00:22:25.448116 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6261 | 2024.11.06 00:22:25.448449 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6262 | 2024.11.06 00:22:25.448606 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001645 sec., 78419.45288753799 rows/sec., 5.46 MiB/sec. | ||
| 6263 | 2024.11.06 00:22:25.448784 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Debug> DynamicQueryHandler: Done processing query | ||
| 6264 | 2024.11.06 00:22:25.448809 [ 283 ] {b04dd5b8-a5ec-4508-97aa-14e9e07dd887} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6265 | 2024.11.06 00:22:25.448825 [ 283 ] {} <Debug> HTTP-Session: 8de7aead-fc83-4985-8c30-f0ce3a553c3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6266 | 2024.11.06 00:22:25.449013 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60631, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6267 | 2024.11.06 00:22:25.449088 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58770, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6268 | 2024.11.06 00:22:25.449150 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6269 | 2024.11.06 00:22:25.449175 [ 288 ] {} <Debug> HTTP-Session: f317daa5-0c85-4628-a579-1e815517dda0 Authenticating user 'default' from [fd00:1122:3344:101::d]:58770 | ||
| 6270 | 2024.11.06 00:22:25.449195 [ 288 ] {} <Debug> HTTP-Session: f317daa5-0c85-4628-a579-1e815517dda0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6271 | 2024.11.06 00:22:25.449212 [ 288 ] {} <Debug> HTTP-Session: f317daa5-0c85-4628-a579-1e815517dda0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6272 | 2024.11.06 00:22:25.449249 [ 288 ] {} <Trace> HTTP-Session: f317daa5-0c85-4628-a579-1e815517dda0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6273 | 2024.11.06 00:22:25.449379 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58770) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6274 | 2024.11.06 00:22:25.449434 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6275 | 2024.11.06 00:22:25.449593 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6276 | 2024.11.06 00:22:25.449934 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6277 | 2024.11.06 00:22:25.449977 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6278 | 2024.11.06 00:22:25.450381 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6279 | 2024.11.06 00:22:25.450700 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6280 | 2024.11.06 00:22:25.450855 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001512 sec., 31746.031746031746 rows/sec., 2.14 MiB/sec. | ||
| 6281 | 2024.11.06 00:22:25.451135 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Debug> DynamicQueryHandler: Done processing query | ||
| 6282 | 2024.11.06 00:22:25.451182 [ 288 ] {84f3bef3-902e-41ab-8aad-14b0a8a7e520} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6283 | 2024.11.06 00:22:25.451215 [ 288 ] {} <Debug> HTTP-Session: f317daa5-0c85-4628-a579-1e815517dda0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6284 | 2024.11.06 00:22:25.451453 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58770, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6285 | 2024.11.06 00:22:26.737017 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6286 | 2024.11.06 00:22:26.737069 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6287 | 2024.11.06 00:22:30.438132 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48154, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6288 | 2024.11.06 00:22:30.438327 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6289 | 2024.11.06 00:22:30.438373 [ 283 ] {} <Debug> HTTP-Session: d1210498-e0ca-4ec2-8e57-96663f602661 Authenticating user 'default' from [fd00:1122:3344:101::d]:48154 | ||
| 6290 | 2024.11.06 00:22:30.438414 [ 283 ] {} <Debug> HTTP-Session: d1210498-e0ca-4ec2-8e57-96663f602661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6291 | 2024.11.06 00:22:30.438441 [ 283 ] {} <Debug> HTTP-Session: d1210498-e0ca-4ec2-8e57-96663f602661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6292 | 2024.11.06 00:22:30.438518 [ 283 ] {} <Trace> HTTP-Session: d1210498-e0ca-4ec2-8e57-96663f602661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6293 | 2024.11.06 00:22:30.438716 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48154) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6294 | 2024.11.06 00:22:30.438785 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6295 | 2024.11.06 00:22:30.439123 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6296 | 2024.11.06 00:22:30.439709 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2024.11.06 00:22:30.439754 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6298 | 2024.11.06 00:22:30.440177 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6299 | 2024.11.06 00:22:30.440566 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6300 | 2024.11.06 00:22:30.440726 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002076 sec., 26974.95183044316 rows/sec., 2.06 MiB/sec. | ||
| 6301 | 2024.11.06 00:22:30.440734 [ 87 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6302 | 2024.11.06 00:22:30.440795 [ 87 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6303 | 2024.11.06 00:22:30.440834 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6304 | 2024.11.06 00:22:30.440960 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 6305 | 2024.11.06 00:22:30.440970 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Debug> DynamicQueryHandler: Done processing query | ||
| 6306 | 2024.11.06 00:22:30.441020 [ 283 ] {25a6c042-31eb-4406-aded-219c25921ead} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6307 | 2024.11.06 00:22:30.441039 [ 283 ] {} <Debug> HTTP-Session: d1210498-e0ca-4ec2-8e57-96663f602661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6308 | 2024.11.06 00:22:30.441153 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6309 | 2024.11.06 00:22:30.441204 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1417 rows starting from the beginning of the part | ||
| 6310 | 2024.11.06 00:22:30.441294 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6311 | 2024.11.06 00:22:30.441406 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 57 rows starting from the beginning of the part | ||
| 6312 | 2024.11.06 00:22:30.441458 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53249, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6313 | 2024.11.06 00:22:30.441594 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6314 | 2024.11.06 00:22:30.441606 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part | ||
| 6315 | 2024.11.06 00:22:30.441647 [ 288 ] {} <Debug> HTTP-Session: bad73a46-e128-4b7d-8ac2-a29aa00bcf5f Authenticating user 'default' from [fd00:1122:3344:101::d]:53249 | ||
| 6316 | 2024.11.06 00:22:30.441710 [ 288 ] {} <Debug> HTTP-Session: bad73a46-e128-4b7d-8ac2-a29aa00bcf5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6317 | 2024.11.06 00:22:30.441786 [ 288 ] {} <Debug> HTTP-Session: bad73a46-e128-4b7d-8ac2-a29aa00bcf5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6318 | 2024.11.06 00:22:30.441843 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 271 rows starting from the beginning of the part | ||
| 6319 | 2024.11.06 00:22:30.441895 [ 288 ] {} <Trace> HTTP-Session: bad73a46-e128-4b7d-8ac2-a29aa00bcf5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6320 | 2024.11.06 00:22:30.442178 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 57 rows starting from the beginning of the part | ||
| 6321 | 2024.11.06 00:22:30.442253 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53249) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6322 | 2024.11.06 00:22:30.442326 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
| 6323 | 2024.11.06 00:22:30.442374 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6324 | 2024.11.06 00:22:30.443168 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6325 | 2024.11.06 00:22:30.443859 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6326 | 2024.11.06 00:22:30.443906 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6327 | 2024.11.06 00:22:30.444373 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6328 | 2024.11.06 00:22:30.444597 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1914 rows, containing 5 columns (5 merged, 0 gathered) in 0.00369952 sec., 517364.41484300664 rows/sec., 45.14 MiB/sec. | ||
| 6329 | 2024.11.06 00:22:30.444811 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6330 | 2024.11.06 00:22:30.444861 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6331 | 2024.11.06 00:22:30.445047 [ 87 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6332 | 2024.11.06 00:22:30.445096 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002925 sec., 21880.34188034188 rows/sec., 1.71 MiB/sec. | ||
| 6333 | 2024.11.06 00:22:30.445126 [ 87 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6334 | 2024.11.06 00:22:30.445182 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6335 | 2024.11.06 00:22:30.445821 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 6336 | 2024.11.06 00:22:30.445856 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6337 | 2024.11.06 00:22:30.445956 [ 288 ] {a5a630f7-e29d-4859-9cc6-edc0afec40e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6338 | 2024.11.06 00:22:30.445998 [ 288 ] {} <Debug> HTTP-Session: bad73a46-e128-4b7d-8ac2-a29aa00bcf5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6339 | 2024.11.06 00:22:30.446194 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6340 | 2024.11.06 00:22:30.446335 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6341 | 2024.11.06 00:22:30.446361 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53249, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6342 | 2024.11.06 00:22:30.446452 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61809, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6343 | 2024.11.06 00:22:30.446520 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_36_7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6344 | 2024.11.06 00:22:30.446544 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 909 rows starting from the beginning of the part | ||
| 6345 | 2024.11.06 00:22:30.446621 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6346 | 2024.11.06 00:22:30.446742 [ 283 ] {} <Debug> HTTP-Session: e4adc2bd-f154-4448-9889-13ab78765e12 Authenticating user 'default' from [fd00:1122:3344:101::d]:61809 | ||
| 6347 | 2024.11.06 00:22:30.446752 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 6348 | 2024.11.06 00:22:30.446874 [ 283 ] {} <Debug> HTTP-Session: e4adc2bd-f154-4448-9889-13ab78765e12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6349 | 2024.11.06 00:22:30.446942 [ 283 ] {} <Debug> HTTP-Session: e4adc2bd-f154-4448-9889-13ab78765e12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6350 | 2024.11.06 00:22:30.447037 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 66 rows starting from the beginning of the part | ||
| 6351 | 2024.11.06 00:22:30.447088 [ 283 ] {} <Trace> HTTP-Session: e4adc2bd-f154-4448-9889-13ab78765e12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6352 | 2024.11.06 00:22:30.447273 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part | ||
| 6353 | 2024.11.06 00:22:30.447578 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 423 rows starting from the beginning of the part | ||
| 6354 | 2024.11.06 00:22:30.447610 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61809) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6355 | 2024.11.06 00:22:30.447852 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6356 | 2024.11.06 00:22:30.447879 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 66 rows starting from the beginning of the part | ||
| 6357 | 2024.11.06 00:22:30.448277 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 64 rows starting from the beginning of the part | ||
| 6358 | 2024.11.06 00:22:30.449073 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6359 | 2024.11.06 00:22:30.450158 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6360 | 2024.11.06 00:22:30.450236 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6361 | 2024.11.06 00:22:30.451157 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6362 | 2024.11.06 00:22:30.451642 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1592 rows, containing 5 columns (5 merged, 0 gathered) in 0.006292626 sec., 252994.53678003428 rows/sec., 19.50 MiB/sec. | ||
| 6363 | 2024.11.06 00:22:30.451935 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6364 | 2024.11.06 00:22:30.451952 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6365 | 2024.11.06 00:22:30.452269 [ 87 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6366 | 2024.11.06 00:22:30.452318 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004975 sec., 32160.804020100502 rows/sec., 2.24 MiB/sec. | ||
| 6367 | 2024.11.06 00:22:30.452350 [ 87 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6368 | 2024.11.06 00:22:30.452437 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6369 | 2024.11.06 00:22:30.453087 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6370 | 2024.11.06 00:22:30.453157 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 6371 | 2024.11.06 00:22:30.453178 [ 283 ] {d570a644-0040-4523-a0f9-b5b1a0f5db4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6372 | 2024.11.06 00:22:30.453248 [ 283 ] {} <Debug> HTTP-Session: e4adc2bd-f154-4448-9889-13ab78765e12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6373 | 2024.11.06 00:22:30.453612 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61809, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6374 | 2024.11.06 00:22:30.453793 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6375 | 2024.11.06 00:22:30.453792 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58567, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6376 | 2024.11.06 00:22:30.453905 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8410 rows starting from the beginning of the part | ||
| 6377 | 2024.11.06 00:22:30.453983 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6378 | 2024.11.06 00:22:30.454080 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6379 | 2024.11.06 00:22:30.454131 [ 288 ] {} <Debug> HTTP-Session: 7f783d8e-fd87-481b-8f4b-d02cba945927 Authenticating user 'default' from [fd00:1122:3344:101::d]:58567 | ||
| 6380 | 2024.11.06 00:22:30.454292 [ 288 ] {} <Debug> HTTP-Session: 7f783d8e-fd87-481b-8f4b-d02cba945927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6381 | 2024.11.06 00:22:30.454342 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 6382 | 2024.11.06 00:22:30.454414 [ 288 ] {} <Debug> HTTP-Session: 7f783d8e-fd87-481b-8f4b-d02cba945927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6383 | 2024.11.06 00:22:30.454618 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_36_7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6384 | 2024.11.06 00:22:30.454622 [ 288 ] {} <Trace> HTTP-Session: 7f783d8e-fd87-481b-8f4b-d02cba945927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6385 | 2024.11.06 00:22:30.454776 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 6386 | 2024.11.06 00:22:30.455052 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 6387 | 2024.11.06 00:22:30.455219 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58567) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6388 | 2024.11.06 00:22:30.455304 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 237 rows starting from the beginning of the part | ||
| 6389 | 2024.11.06 00:22:30.455388 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6390 | 2024.11.06 00:22:30.455594 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 129 rows starting from the beginning of the part | ||
| 6391 | 2024.11.06 00:22:30.455883 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 6392 | 2024.11.06 00:22:30.456438 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6393 | 2024.11.06 00:22:30.456944 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2024.11.06 00:22:30.456979 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6395 | 2024.11.06 00:22:30.457370 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6396 | 2024.11.06 00:22:30.457889 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2024.11.06 00:22:30.458094 [ 87 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6398 | 2024.11.06 00:22:30.458157 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003235 sec., 18547.140649149922 rows/sec., 1.25 MiB/sec. | ||
| 6399 | 2024.11.06 00:22:30.458166 [ 87 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6400 | 2024.11.06 00:22:30.458228 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6401 | 2024.11.06 00:22:30.458728 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6402 | 2024.11.06 00:22:30.458793 [ 288 ] {fe677258-bfcc-4fb5-9ab1-1943780a9abd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6403 | 2024.11.06 00:22:30.458804 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 6404 | 2024.11.06 00:22:30.458834 [ 288 ] {} <Debug> HTTP-Session: 7f783d8e-fd87-481b-8f4b-d02cba945927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6405 | 2024.11.06 00:22:30.459109 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6406 | 2024.11.06 00:22:30.459170 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1158 rows starting from the beginning of the part | ||
| 6407 | 2024.11.06 00:22:30.459449 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6408 | 2024.11.06 00:22:30.459703 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 6409 | 2024.11.06 00:22:30.459831 [ 288 ] {} <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): | ||
| 6410 | |||
| 6411 | (version 23.8.7.1) | ||
| 6412 | 2024.11.06 00:22:30.459953 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 6413 | 2024.11.06 00:22:30.460034 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 82 rows starting from the beginning of the part | ||
| 6414 | 2024.11.06 00:22:30.460355 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part | ||
| 6415 | 2024.11.06 00:22:30.460523 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 6416 | 2024.11.06 00:22:30.461323 [ 194 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9257 rows, containing 5 columns (5 merged, 0 gathered) in 0.008659217 sec., 1069034.3018312163 rows/sec., 72.35 MiB/sec. | ||
| 6417 | 2024.11.06 00:22:30.461819 [ 194 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6418 | 2024.11.06 00:22:30.463110 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1468 rows, containing 4 columns (4 merged, 0 gathered) in 0.00471573 sec., 311298.5688323971 rows/sec., 20.70 MiB/sec. | ||
| 6419 | 2024.11.06 00:22:30.463131 [ 194 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6420 | 2024.11.06 00:22:30.463271 [ 194 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6421 | 2024.11.06 00:22:30.463355 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6422 | 2024.11.06 00:22:30.463426 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. | ||
| 6423 | 2024.11.06 00:22:30.463839 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6424 | 2024.11.06 00:22:30.463916 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_36_7} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6425 | 2024.11.06 00:22:30.463996 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 6426 | 2024.11.06 00:22:31.978644 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 602 | ||
| 6427 | 2024.11.06 00:22:31.981287 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6428 | 2024.11.06 00:22:31.981335 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6429 | 2024.11.06 00:22:31.982836 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 6430 | 2024.11.06 00:22:31.983835 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6431 | 2024.11.06 00:22:31.984975 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 602 | ||
| 6432 | 2024.11.06 00:22:35.445210 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51971, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6433 | 2024.11.06 00:22:35.445334 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6434 | 2024.11.06 00:22:35.445358 [ 287 ] {} <Debug> HTTP-Session: 0e1fc5a3-3544-4ce1-98d3-524d6260d882 Authenticating user 'default' from [fd00:1122:3344:101::d]:51971 | ||
| 6435 | 2024.11.06 00:22:35.445383 [ 287 ] {} <Debug> HTTP-Session: 0e1fc5a3-3544-4ce1-98d3-524d6260d882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6436 | 2024.11.06 00:22:35.445398 [ 287 ] {} <Debug> HTTP-Session: 0e1fc5a3-3544-4ce1-98d3-524d6260d882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6437 | 2024.11.06 00:22:35.445448 [ 287 ] {} <Trace> HTTP-Session: 0e1fc5a3-3544-4ce1-98d3-524d6260d882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6438 | 2024.11.06 00:22:35.445705 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51971) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6439 | 2024.11.06 00:22:35.445771 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6440 | 2024.11.06 00:22:35.446100 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6441 | 2024.11.06 00:22:35.446703 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6442 | 2024.11.06 00:22:35.446743 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6443 | 2024.11.06 00:22:35.447187 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6444 | 2024.11.06 00:22:35.447583 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6445 | 2024.11.06 00:22:35.447761 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002172 sec., 124769.79742173113 rows/sec., 11.09 MiB/sec. | ||
| 6446 | 2024.11.06 00:22:35.447970 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6447 | 2024.11.06 00:22:35.447997 [ 287 ] {d8b4d8a4-cad9-47f5-bb1e-490708bd1d3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6448 | 2024.11.06 00:22:35.448012 [ 287 ] {} <Debug> HTTP-Session: 0e1fc5a3-3544-4ce1-98d3-524d6260d882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6449 | 2024.11.06 00:22:35.448345 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6450 | 2024.11.06 00:22:35.448391 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56876, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6451 | 2024.11.06 00:22:35.448592 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6452 | 2024.11.06 00:22:35.448636 [ 286 ] {} <Debug> HTTP-Session: 624d7e2d-0770-4034-a71e-57717d027bb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56876 | ||
| 6453 | 2024.11.06 00:22:35.448673 [ 286 ] {} <Debug> HTTP-Session: 624d7e2d-0770-4034-a71e-57717d027bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6454 | 2024.11.06 00:22:35.448690 [ 286 ] {} <Debug> HTTP-Session: 624d7e2d-0770-4034-a71e-57717d027bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6455 | 2024.11.06 00:22:35.448747 [ 286 ] {} <Trace> HTTP-Session: 624d7e2d-0770-4034-a71e-57717d027bb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6456 | 2024.11.06 00:22:35.448947 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56876) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6457 | 2024.11.06 00:22:35.449015 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6458 | 2024.11.06 00:22:35.449363 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6459 | 2024.11.06 00:22:35.449778 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6460 | 2024.11.06 00:22:35.449821 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6461 | 2024.11.06 00:22:35.450248 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6462 | 2024.11.06 00:22:35.450642 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6463 | 2024.11.06 00:22:35.450829 [ 84 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 6464 | 2024.11.06 00:22:35.450840 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001949 sec., 21036.42893791688 rows/sec., 1.54 MiB/sec. | ||
| 6465 | 2024.11.06 00:22:35.450919 [ 84 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6466 | 2024.11.06 00:22:35.450992 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6467 | 2024.11.06 00:22:35.451315 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Debug> DynamicQueryHandler: Done processing query | ||
| 6468 | 2024.11.06 00:22:35.451324 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full | ||
| 6469 | 2024.11.06 00:22:35.451391 [ 286 ] {f25ef195-94a7-4fac-aed5-9e65a7e17787} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6470 | 2024.11.06 00:22:35.451475 [ 286 ] {} <Debug> HTTP-Session: 624d7e2d-0770-4034-a71e-57717d027bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6471 | 2024.11.06 00:22:35.451773 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6472 | 2024.11.06 00:22:35.451796 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56876, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6473 | 2024.11.06 00:22:35.451846 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 53 rows starting from the beginning of the part | ||
| 6474 | 2024.11.06 00:22:35.451913 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61291, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6475 | 2024.11.06 00:22:35.452138 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6476 | 2024.11.06 00:22:35.452194 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part | ||
| 6477 | 2024.11.06 00:22:35.452224 [ 287 ] {} <Debug> HTTP-Session: e32af6c3-0590-42af-af15-4c9ee94a2302 Authenticating user 'default' from [fd00:1122:3344:101::d]:61291 | ||
| 6478 | 2024.11.06 00:22:35.452280 [ 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): | ||
| 6479 | |||
| 6480 | (version 23.8.7.1) | ||
| 6481 | 2024.11.06 00:22:35.452329 [ 287 ] {} <Debug> HTTP-Session: e32af6c3-0590-42af-af15-4c9ee94a2302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6482 | 2024.11.06 00:22:35.452426 [ 287 ] {} <Debug> HTTP-Session: e32af6c3-0590-42af-af15-4c9ee94a2302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6483 | 2024.11.06 00:22:35.452532 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 6484 | 2024.11.06 00:22:35.452604 [ 287 ] {} <Trace> HTTP-Session: e32af6c3-0590-42af-af15-4c9ee94a2302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6485 | 2024.11.06 00:22:35.452855 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part | ||
| 6486 | 2024.11.06 00:22:35.452920 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61291) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6487 | 2024.11.06 00:22:35.453132 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6488 | 2024.11.06 00:22:35.453209 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 6489 | 2024.11.06 00:22:35.453579 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part | ||
| 6490 | 2024.11.06 00:22:35.454316 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6491 | 2024.11.06 00:22:35.455139 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6492 | 2024.11.06 00:22:35.455213 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6493 | 2024.11.06 00:22:35.456288 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6494 | 2024.11.06 00:22:35.456431 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005329088 sec., 33776.886401575655 rows/sec., 2.59 MiB/sec. | ||
| 6495 | 2024.11.06 00:22:35.456640 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 6496 | 2024.11.06 00:22:35.456843 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6497 | 2024.11.06 00:22:35.457179 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004343 sec., 3223.578171770666 rows/sec., 225.76 KiB/sec. | ||
| 6498 | 2024.11.06 00:22:35.457601 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Debug> DynamicQueryHandler: Done processing query | ||
| 6499 | 2024.11.06 00:22:35.457635 [ 287 ] {46ab4f81-388d-4604-b25a-e09f5c8c1278} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6500 | 2024.11.06 00:22:35.457643 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6501 | 2024.11.06 00:22:35.457656 [ 287 ] {} <Debug> HTTP-Session: e32af6c3-0590-42af-af15-4c9ee94a2302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6502 | 2024.11.06 00:22:35.457740 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_20_4} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 6503 | 2024.11.06 00:22:35.457834 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6504 | 2024.11.06 00:22:35.457858 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61291, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6505 | 2024.11.06 00:22:35.457973 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49384, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6506 | 2024.11.06 00:22:35.458045 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6507 | 2024.11.06 00:22:35.458078 [ 286 ] {} <Debug> HTTP-Session: f82c6e7b-869f-4ab2-8d4c-319a6b836824 Authenticating user 'default' from [fd00:1122:3344:101::d]:49384 | ||
| 6508 | 2024.11.06 00:22:35.458099 [ 286 ] {} <Debug> HTTP-Session: f82c6e7b-869f-4ab2-8d4c-319a6b836824 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6509 | 2024.11.06 00:22:35.458117 [ 286 ] {} <Debug> HTTP-Session: f82c6e7b-869f-4ab2-8d4c-319a6b836824 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6510 | 2024.11.06 00:22:35.458163 [ 286 ] {} <Trace> HTTP-Session: f82c6e7b-869f-4ab2-8d4c-319a6b836824 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6511 | 2024.11.06 00:22:35.458297 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49384) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6512 | 2024.11.06 00:22:35.458354 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6513 | 2024.11.06 00:22:35.458662 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6514 | 2024.11.06 00:22:35.458990 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6515 | 2024.11.06 00:22:35.459027 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6516 | 2024.11.06 00:22:35.459401 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6517 | 2024.11.06 00:22:35.459783 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6518 | 2024.11.06 00:22:35.459947 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001689 sec., 3552.3978685612788 rows/sec., 209.88 KiB/sec. | ||
| 6519 | 2024.11.06 00:22:35.460129 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Debug> DynamicQueryHandler: Done processing query | ||
| 6520 | 2024.11.06 00:22:35.460155 [ 286 ] {b3c9b137-ae2e-43c2-8157-86559ba8f311} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6521 | 2024.11.06 00:22:35.460171 [ 286 ] {} <Debug> HTTP-Session: f82c6e7b-869f-4ab2-8d4c-319a6b836824 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6522 | 2024.11.06 00:22:35.460371 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6523 | 2024.11.06 00:22:35.460580 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64116, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6524 | 2024.11.06 00:22:35.460753 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6525 | 2024.11.06 00:22:35.460798 [ 283 ] {} <Debug> HTTP-Session: cb1ddb6e-a69b-49cb-8812-27939c3a75c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64116 | ||
| 6526 | 2024.11.06 00:22:35.460838 [ 283 ] {} <Debug> HTTP-Session: cb1ddb6e-a69b-49cb-8812-27939c3a75c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6527 | 2024.11.06 00:22:35.460867 [ 283 ] {} <Debug> HTTP-Session: cb1ddb6e-a69b-49cb-8812-27939c3a75c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6528 | 2024.11.06 00:22:35.460952 [ 283 ] {} <Trace> HTTP-Session: cb1ddb6e-a69b-49cb-8812-27939c3a75c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6529 | 2024.11.06 00:22:35.461457 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64116) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6530 | 2024.11.06 00:22:35.461569 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6531 | 2024.11.06 00:22:35.461940 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6532 | 2024.11.06 00:22:35.462621 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6533 | 2024.11.06 00:22:35.462671 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6534 | 2024.11.06 00:22:35.462711 [ 287 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 32, I/O error: Broken pipe, Stack trace (when copying this message, always include the lines below): | ||
| 6535 | |||
| 6536 | (version 23.8.7.1) | ||
| 6537 | 2024.11.06 00:22:35.463210 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6538 | 2024.11.06 00:22:35.463626 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6539 | 2024.11.06 00:22:35.463799 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002606 sec., 162317.72831926326 rows/sec., 11.60 MiB/sec. | ||
| 6540 | 2024.11.06 00:22:35.464036 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6541 | 2024.11.06 00:22:35.464063 [ 283 ] {cc548ecb-29ac-4d4f-9f4b-1f154233ac1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6542 | 2024.11.06 00:22:35.464080 [ 283 ] {} <Debug> HTTP-Session: cb1ddb6e-a69b-49cb-8812-27939c3a75c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6543 | 2024.11.06 00:22:35.464307 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49384, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6544 | 2024.11.06 00:22:35.464334 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64116, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6545 | 2024.11.06 00:22:35.464444 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6546 | 2024.11.06 00:22:35.464502 [ 286 ] {} <Debug> HTTP-Session: 38919215-5ef1-4551-8964-3b391c3df6fe Authenticating user 'default' from [fd00:1122:3344:101::d]:49384 | ||
| 6547 | 2024.11.06 00:22:35.464547 [ 286 ] {} <Debug> HTTP-Session: 38919215-5ef1-4551-8964-3b391c3df6fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6548 | 2024.11.06 00:22:35.464576 [ 286 ] {} <Debug> HTTP-Session: 38919215-5ef1-4551-8964-3b391c3df6fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6549 | 2024.11.06 00:22:35.464642 [ 286 ] {} <Trace> HTTP-Session: 38919215-5ef1-4551-8964-3b391c3df6fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6550 | 2024.11.06 00:22:35.464753 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49384) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6551 | 2024.11.06 00:22:35.464802 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6552 | 2024.11.06 00:22:35.464973 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6553 | 2024.11.06 00:22:35.465261 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6554 | 2024.11.06 00:22:35.465298 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6555 | 2024.11.06 00:22:35.465666 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6556 | 2024.11.06 00:22:35.466009 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6557 | 2024.11.06 00:22:35.466175 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 6558 | 2024.11.06 00:22:35.466466 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Debug> DynamicQueryHandler: Done processing query | ||
| 6559 | 2024.11.06 00:22:35.466492 [ 286 ] {6dd9bde0-2405-4099-be7e-442c40720e50} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6560 | 2024.11.06 00:22:35.466508 [ 286 ] {} <Debug> HTTP-Session: 38919215-5ef1-4551-8964-3b391c3df6fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6561 | 2024.11.06 00:22:35.466662 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49384, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6562 | 2024.11.06 00:22:35.466777 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35801, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6563 | 2024.11.06 00:22:35.466887 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6564 | 2024.11.06 00:22:35.466926 [ 287 ] {} <Debug> HTTP-Session: 3fc38fce-f850-4633-85cd-b51ba0b42b5b Authenticating user 'default' from [fd00:1122:3344:101::d]:35801 | ||
| 6565 | 2024.11.06 00:22:35.466959 [ 287 ] {} <Debug> HTTP-Session: 3fc38fce-f850-4633-85cd-b51ba0b42b5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6566 | 2024.11.06 00:22:35.466986 [ 287 ] {} <Debug> HTTP-Session: 3fc38fce-f850-4633-85cd-b51ba0b42b5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6567 | 2024.11.06 00:22:35.467054 [ 287 ] {} <Trace> HTTP-Session: 3fc38fce-f850-4633-85cd-b51ba0b42b5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6568 | 2024.11.06 00:22:35.467424 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35801) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6569 | 2024.11.06 00:22:35.467518 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6570 | 2024.11.06 00:22:35.467759 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6571 | 2024.11.06 00:22:35.468209 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2024.11.06 00:22:35.468246 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6573 | 2024.11.06 00:22:35.468662 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6574 | 2024.11.06 00:22:35.469022 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6575 | 2024.11.06 00:22:35.469175 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001962 sec., 120795.10703363913 rows/sec., 8.10 MiB/sec. | ||
| 6576 | 2024.11.06 00:22:35.469355 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Debug> DynamicQueryHandler: Done processing query | ||
| 6577 | 2024.11.06 00:22:35.469380 [ 287 ] {ee75c4f1-fd12-46df-a7d9-247d04a37836} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6578 | 2024.11.06 00:22:35.469395 [ 287 ] {} <Debug> HTTP-Session: 3fc38fce-f850-4633-85cd-b51ba0b42b5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6579 | 2024.11.06 00:22:35.469569 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35801, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6580 | 2024.11.06 00:22:35.469646 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59033, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6581 | 2024.11.06 00:22:35.469729 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6582 | 2024.11.06 00:22:35.469755 [ 286 ] {} <Debug> HTTP-Session: 7f1d0f00-3bea-425d-a0b7-f98903d9e0f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:59033 | ||
| 6583 | 2024.11.06 00:22:35.469776 [ 286 ] {} <Debug> HTTP-Session: 7f1d0f00-3bea-425d-a0b7-f98903d9e0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6584 | 2024.11.06 00:22:35.469792 [ 286 ] {} <Debug> HTTP-Session: 7f1d0f00-3bea-425d-a0b7-f98903d9e0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6585 | 2024.11.06 00:22:35.469837 [ 286 ] {} <Trace> HTTP-Session: 7f1d0f00-3bea-425d-a0b7-f98903d9e0f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6586 | 2024.11.06 00:22:35.469957 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59033) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6587 | 2024.11.06 00:22:35.470015 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6588 | 2024.11.06 00:22:35.470206 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6589 | 2024.11.06 00:22:35.470504 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6590 | 2024.11.06 00:22:35.470547 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6591 | 2024.11.06 00:22:35.470911 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6592 | 2024.11.06 00:22:35.471242 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6593 | 2024.11.06 00:22:35.471402 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 6594 | 2024.11.06 00:22:35.471668 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6595 | 2024.11.06 00:22:35.471694 [ 286 ] {f4ead318-6373-42db-86c4-7990d345b63f} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6596 | 2024.11.06 00:22:35.471710 [ 286 ] {} <Debug> HTTP-Session: 7f1d0f00-3bea-425d-a0b7-f98903d9e0f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6597 | 2024.11.06 00:22:35.471888 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6598 | 2024.11.06 00:22:35.471979 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45422, User-Agent: (none), Length: 68631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6599 | 2024.11.06 00:22:35.472046 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6600 | 2024.11.06 00:22:35.472070 [ 287 ] {} <Debug> HTTP-Session: 16dfff05-d79e-41f8-af8d-f6f06f233387 Authenticating user 'default' from [fd00:1122:3344:101::d]:45422 | ||
| 6601 | 2024.11.06 00:22:35.472091 [ 287 ] {} <Debug> HTTP-Session: 16dfff05-d79e-41f8-af8d-f6f06f233387 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6602 | 2024.11.06 00:22:35.472108 [ 287 ] {} <Debug> HTTP-Session: 16dfff05-d79e-41f8-af8d-f6f06f233387 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6603 | 2024.11.06 00:22:35.472152 [ 287 ] {} <Trace> HTTP-Session: 16dfff05-d79e-41f8-af8d-f6f06f233387 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6604 | 2024.11.06 00:22:35.473072 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45422) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6605 | 2024.11.06 00:22:35.473146 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <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 | ||
| 6606 | 2024.11.06 00:22:35.473642 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6607 | 2024.11.06 00:22:35.474772 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6608 | 2024.11.06 00:22:35.474809 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6609 | 2024.11.06 00:22:35.475506 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6610 | 2024.11.06 00:22:35.475971 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2024.11.06 00:22:35.476154 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003873 sec., 10586.108959462948 rows/sec., 18.97 MiB/sec. | ||
| 6612 | 2024.11.06 00:22:35.476707 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 6613 | 2024.11.06 00:22:35.476732 [ 287 ] {63ae1d3a-4288-401e-b3c2-7245d9e792b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 6614 | 2024.11.06 00:22:35.476748 [ 287 ] {} <Debug> HTTP-Session: 16dfff05-d79e-41f8-af8d-f6f06f233387 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6615 | 2024.11.06 00:22:35.477050 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45422, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6616 | 2024.11.06 00:22:35.477067 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59033, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6617 | 2024.11.06 00:22:35.477146 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6618 | 2024.11.06 00:22:35.477183 [ 286 ] {} <Debug> HTTP-Session: fd805ab6-dcf2-4e1a-8397-ca86bbcf40f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:59033 | ||
| 6619 | 2024.11.06 00:22:35.477208 [ 286 ] {} <Debug> HTTP-Session: fd805ab6-dcf2-4e1a-8397-ca86bbcf40f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6620 | 2024.11.06 00:22:35.477223 [ 286 ] {} <Debug> HTTP-Session: fd805ab6-dcf2-4e1a-8397-ca86bbcf40f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6621 | 2024.11.06 00:22:35.477261 [ 286 ] {} <Trace> HTTP-Session: fd805ab6-dcf2-4e1a-8397-ca86bbcf40f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6622 | 2024.11.06 00:22:35.477420 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59033) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6623 | 2024.11.06 00:22:35.477469 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6624 | 2024.11.06 00:22:35.477633 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6625 | 2024.11.06 00:22:35.477969 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6626 | 2024.11.06 00:22:35.478006 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.79 GiB. | ||
| 6627 | 2024.11.06 00:22:35.478377 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6628 | 2024.11.06 00:22:35.478713 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6629 | 2024.11.06 00:22:35.478873 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00151 sec., 54304.6357615894 rows/sec., 3.45 MiB/sec. | ||
| 6630 | 2024.11.06 00:22:35.479051 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6631 | 2024.11.06 00:22:35.479076 [ 286 ] {5e78ed41-2cdc-4fc4-bf23-572624a7083c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6632 | 2024.11.06 00:22:35.479093 [ 286 ] {} <Debug> HTTP-Session: fd805ab6-dcf2-4e1a-8397-ca86bbcf40f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6633 | 2024.11.06 00:22:35.479379 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59033, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6634 | 2024.11.06 00:22:37.660464 [ 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) | ||
| 6635 | 2024.11.06 00:22:37.831876 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58940, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6636 | 2024.11.06 00:22:37.873268 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35283, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6637 | 2024.11.06 00:22:37.897549 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39921, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6638 | 2024.11.06 00:22:37.978881 [ 286 ] {} <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) | ||
| 6639 | 2024.11.06 00:22:37.982160 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6640 | 2024.11.06 00:22:37.986463 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61688, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6641 | 2024.11.06 00:22:38.009781 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55605, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6642 | 2024.11.06 00:22:40.436848 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43059, User-Agent: (none), Length: 1924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6643 | 2024.11.06 00:22:40.436965 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6644 | 2024.11.06 00:22:40.436988 [ 287 ] {} <Debug> HTTP-Session: 50ecf069-f93b-4c96-ad05-8a21155c34fa Authenticating user 'default' from [fd00:1122:3344:101::d]:43059 | ||
| 6645 | 2024.11.06 00:22:40.437013 [ 287 ] {} <Debug> HTTP-Session: 50ecf069-f93b-4c96-ad05-8a21155c34fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6646 | 2024.11.06 00:22:40.437027 [ 287 ] {} <Debug> HTTP-Session: 50ecf069-f93b-4c96-ad05-8a21155c34fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6647 | 2024.11.06 00:22:40.437076 [ 287 ] {} <Trace> HTTP-Session: 50ecf069-f93b-4c96-ad05-8a21155c34fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6648 | 2024.11.06 00:22:40.437261 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43059) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6649 | 2024.11.06 00:22:40.437328 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6650 | 2024.11.06 00:22:40.437664 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6651 | 2024.11.06 00:22:40.438146 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6652 | 2024.11.06 00:22:40.438189 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6653 | 2024.11.06 00:22:40.438602 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6654 | 2024.11.06 00:22:40.439007 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6655 | 2024.11.06 00:22:40.439168 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001959 sec., 6125.5742725880555 rows/sec., 499.50 KiB/sec. | ||
| 6656 | 2024.11.06 00:22:40.439504 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Debug> DynamicQueryHandler: Done processing query | ||
| 6657 | 2024.11.06 00:22:40.439531 [ 287 ] {f19c5933-172b-44be-b3bc-45caf3fe8a02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6658 | 2024.11.06 00:22:40.439549 [ 287 ] {} <Debug> HTTP-Session: 50ecf069-f93b-4c96-ad05-8a21155c34fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6659 | 2024.11.06 00:22:40.439834 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6660 | 2024.11.06 00:22:40.439909 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63847, User-Agent: (none), Length: 8612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6661 | 2024.11.06 00:22:40.440046 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6662 | 2024.11.06 00:22:40.440075 [ 283 ] {} <Debug> HTTP-Session: 7774dc56-c555-4821-92bc-314c2660696e Authenticating user 'default' from [fd00:1122:3344:101::d]:63847 | ||
| 6663 | 2024.11.06 00:22:40.440103 [ 283 ] {} <Debug> HTTP-Session: 7774dc56-c555-4821-92bc-314c2660696e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6664 | 2024.11.06 00:22:40.440121 [ 283 ] {} <Debug> HTTP-Session: 7774dc56-c555-4821-92bc-314c2660696e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6665 | 2024.11.06 00:22:40.440181 [ 283 ] {} <Trace> HTTP-Session: 7774dc56-c555-4821-92bc-314c2660696e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6666 | 2024.11.06 00:22:40.440400 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63847) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6667 | 2024.11.06 00:22:40.440473 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6668 | 2024.11.06 00:22:40.440846 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6669 | 2024.11.06 00:22:40.441242 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6670 | 2024.11.06 00:22:40.441286 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6671 | 2024.11.06 00:22:40.441719 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6672 | 2024.11.06 00:22:40.442115 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6673 | 2024.11.06 00:22:40.442271 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001957 sec., 31681.144609095554 rows/sec., 2.40 MiB/sec. | ||
| 6674 | 2024.11.06 00:22:40.442500 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Debug> DynamicQueryHandler: Done processing query | ||
| 6675 | 2024.11.06 00:22:40.442527 [ 283 ] {f1f6c709-07d5-4e07-9071-b0126bf15a56} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6676 | 2024.11.06 00:22:40.442545 [ 283 ] {} <Debug> HTTP-Session: 7774dc56-c555-4821-92bc-314c2660696e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6677 | 2024.11.06 00:22:40.442731 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63847, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6678 | 2024.11.06 00:22:40.442771 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Length: 1727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6679 | 2024.11.06 00:22:40.442834 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6680 | 2024.11.06 00:22:40.442857 [ 288 ] {} <Debug> HTTP-Session: 86f275a3-9bfb-4375-998f-f10695bcbb64 Authenticating user 'default' from [fd00:1122:3344:101::d]:59924 | ||
| 6681 | 2024.11.06 00:22:40.442876 [ 288 ] {} <Debug> HTTP-Session: 86f275a3-9bfb-4375-998f-f10695bcbb64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6682 | 2024.11.06 00:22:40.442891 [ 288 ] {} <Debug> HTTP-Session: 86f275a3-9bfb-4375-998f-f10695bcbb64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6683 | 2024.11.06 00:22:40.442928 [ 288 ] {} <Trace> HTTP-Session: 86f275a3-9bfb-4375-998f-f10695bcbb64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6684 | 2024.11.06 00:22:40.443047 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59924) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6685 | 2024.11.06 00:22:40.443096 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6686 | 2024.11.06 00:22:40.443338 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6687 | 2024.11.06 00:22:40.443642 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6688 | 2024.11.06 00:22:40.443678 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6689 | 2024.11.06 00:22:40.444024 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6690 | 2024.11.06 00:22:40.444391 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6691 | 2024.11.06 00:22:40.444519 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001508 sec., 7957.559681697613 rows/sec., 555.63 KiB/sec. | ||
| 6692 | 2024.11.06 00:22:40.444691 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6693 | 2024.11.06 00:22:40.444715 [ 288 ] {248d9ceb-4891-484d-b2e1-7f4538efc82b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6694 | 2024.11.06 00:22:40.444731 [ 288 ] {} <Debug> HTTP-Session: 86f275a3-9bfb-4375-998f-f10695bcbb64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6695 | 2024.11.06 00:22:40.444878 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6696 | 2024.11.06 00:22:40.444985 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39448, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6697 | 2024.11.06 00:22:40.445047 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6698 | 2024.11.06 00:22:40.445071 [ 283 ] {} <Debug> HTTP-Session: c49781d4-61cc-4436-890b-695e49929039 Authenticating user 'default' from [fd00:1122:3344:101::d]:39448 | ||
| 6699 | 2024.11.06 00:22:40.445093 [ 283 ] {} <Debug> HTTP-Session: c49781d4-61cc-4436-890b-695e49929039 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6700 | 2024.11.06 00:22:40.445110 [ 283 ] {} <Debug> HTTP-Session: c49781d4-61cc-4436-890b-695e49929039 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6701 | 2024.11.06 00:22:40.445150 [ 283 ] {} <Trace> HTTP-Session: c49781d4-61cc-4436-890b-695e49929039 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6702 | 2024.11.06 00:22:40.445294 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39448) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6703 | 2024.11.06 00:22:40.445346 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6704 | 2024.11.06 00:22:40.445623 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6705 | 2024.11.06 00:22:40.446042 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6706 | 2024.11.06 00:22:40.446077 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6707 | 2024.11.06 00:22:40.446442 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6708 | 2024.11.06 00:22:40.446797 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6709 | 2024.11.06 00:22:40.446933 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001692 sec., 44917.25768321513 rows/sec., 3.52 MiB/sec. | ||
| 6710 | 2024.11.06 00:22:40.447232 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6711 | 2024.11.06 00:22:40.447285 [ 283 ] {ae2527bf-6f68-442b-8ffa-6efe927d7be3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6712 | 2024.11.06 00:22:40.447303 [ 283 ] {} <Debug> HTTP-Session: c49781d4-61cc-4436-890b-695e49929039 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6713 | 2024.11.06 00:22:40.447476 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Length: 25671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6714 | 2024.11.06 00:22:40.447504 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39448, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6715 | 2024.11.06 00:22:40.447546 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6716 | 2024.11.06 00:22:40.447570 [ 288 ] {} <Debug> HTTP-Session: ea516366-d26e-47c6-9115-c50cd2adef52 Authenticating user 'default' from [fd00:1122:3344:101::d]:59924 | ||
| 6717 | 2024.11.06 00:22:40.447596 [ 288 ] {} <Debug> HTTP-Session: ea516366-d26e-47c6-9115-c50cd2adef52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6718 | 2024.11.06 00:22:40.447613 [ 288 ] {} <Debug> HTTP-Session: ea516366-d26e-47c6-9115-c50cd2adef52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6719 | 2024.11.06 00:22:40.447655 [ 288 ] {} <Trace> HTTP-Session: ea516366-d26e-47c6-9115-c50cd2adef52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6720 | 2024.11.06 00:22:40.447835 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59924) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6721 | 2024.11.06 00:22:40.447893 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6722 | 2024.11.06 00:22:40.448087 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6723 | 2024.11.06 00:22:40.448487 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6724 | 2024.11.06 00:22:40.448530 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6725 | 2024.11.06 00:22:40.448937 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6726 | 2024.11.06 00:22:40.449271 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6727 | 2024.11.06 00:22:40.449402 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.001646 sec., 81409.47752126367 rows/sec., 5.67 MiB/sec. | ||
| 6728 | 2024.11.06 00:22:40.449613 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Debug> DynamicQueryHandler: Done processing query | ||
| 6729 | 2024.11.06 00:22:40.449642 [ 288 ] {5a23a1bc-8fee-42e8-bd9e-30468e37bca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6730 | 2024.11.06 00:22:40.449658 [ 288 ] {} <Debug> HTTP-Session: ea516366-d26e-47c6-9115-c50cd2adef52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6731 | 2024.11.06 00:22:40.449787 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6732 | 2024.11.06 00:22:40.449894 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53560, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6733 | 2024.11.06 00:22:40.449955 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6734 | 2024.11.06 00:22:40.449979 [ 283 ] {} <Debug> HTTP-Session: bcd05b26-2b5c-423d-8b51-11438c3b9567 Authenticating user 'default' from [fd00:1122:3344:101::d]:53560 | ||
| 6735 | 2024.11.06 00:22:40.449999 [ 283 ] {} <Debug> HTTP-Session: bcd05b26-2b5c-423d-8b51-11438c3b9567 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6736 | 2024.11.06 00:22:40.450016 [ 283 ] {} <Debug> HTTP-Session: bcd05b26-2b5c-423d-8b51-11438c3b9567 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6737 | 2024.11.06 00:22:40.450054 [ 283 ] {} <Trace> HTTP-Session: bcd05b26-2b5c-423d-8b51-11438c3b9567 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6738 | 2024.11.06 00:22:40.450193 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53560) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6739 | 2024.11.06 00:22:40.450247 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6740 | 2024.11.06 00:22:40.450404 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6741 | 2024.11.06 00:22:40.450772 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6742 | 2024.11.06 00:22:40.450807 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6743 | 2024.11.06 00:22:40.451162 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6744 | 2024.11.06 00:22:40.451480 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6745 | 2024.11.06 00:22:40.451612 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001473 sec., 32586.55804480652 rows/sec., 2.20 MiB/sec. | ||
| 6746 | 2024.11.06 00:22:40.451805 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Debug> DynamicQueryHandler: Done processing query | ||
| 6747 | 2024.11.06 00:22:40.451830 [ 283 ] {bffcba23-3a97-4aab-a580-0b36abf27c36} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6748 | 2024.11.06 00:22:40.451846 [ 283 ] {} <Debug> HTTP-Session: bcd05b26-2b5c-423d-8b51-11438c3b9567 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6749 | 2024.11.06 00:22:40.452115 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53560, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6750 | 2024.11.06 00:22:41.737114 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6751 | 2024.11.06 00:22:41.737179 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6752 | 2024.11.06 00:22:41.985977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 634 | ||
| 6753 | 2024.11.06 00:22:41.988768 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6754 | 2024.11.06 00:22:41.988809 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6755 | 2024.11.06 00:22:41.990294 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 6756 | 2024.11.06 00:22:41.991306 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6757 | 2024.11.06 00:22:41.992372 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 634 | ||
| 6758 | 2024.11.06 00:22:45.437158 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6759 | 2024.11.06 00:22:45.437357 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6760 | 2024.11.06 00:22:45.437403 [ 288 ] {} <Debug> HTTP-Session: 1331eb9b-de21-467a-81d9-5907484b193e Authenticating user 'default' from [fd00:1122:3344:101::d]:59924 | ||
| 6761 | 2024.11.06 00:22:45.437443 [ 288 ] {} <Debug> HTTP-Session: 1331eb9b-de21-467a-81d9-5907484b193e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6762 | 2024.11.06 00:22:45.437470 [ 288 ] {} <Debug> HTTP-Session: 1331eb9b-de21-467a-81d9-5907484b193e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6763 | 2024.11.06 00:22:45.437553 [ 288 ] {} <Trace> HTTP-Session: 1331eb9b-de21-467a-81d9-5907484b193e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6764 | 2024.11.06 00:22:45.437865 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59924) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6765 | 2024.11.06 00:22:45.437967 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6766 | 2024.11.06 00:22:45.438301 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6767 | 2024.11.06 00:22:45.438805 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6768 | 2024.11.06 00:22:45.438854 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6769 | 2024.11.06 00:22:45.439280 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6770 | 2024.11.06 00:22:45.439709 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6771 | 2024.11.06 00:22:45.439890 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002129 sec., 26303.428839830907 rows/sec., 2.01 MiB/sec. | ||
| 6772 | 2024.11.06 00:22:45.440107 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6773 | 2024.11.06 00:22:45.440135 [ 288 ] {6ab99ebe-d36d-485b-a43b-aaa3f3bd0be3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6774 | 2024.11.06 00:22:45.440151 [ 288 ] {} <Debug> HTTP-Session: 1331eb9b-de21-467a-81d9-5907484b193e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6775 | 2024.11.06 00:22:45.440347 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6776 | 2024.11.06 00:22:45.440461 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59564, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6777 | 2024.11.06 00:22:45.440537 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6778 | 2024.11.06 00:22:45.440562 [ 283 ] {} <Debug> HTTP-Session: 28d7d237-b5a8-4c62-832f-d771b28ccbe4 Authenticating user 'default' from [fd00:1122:3344:101::d]:59564 | ||
| 6779 | 2024.11.06 00:22:45.440585 [ 283 ] {} <Debug> HTTP-Session: 28d7d237-b5a8-4c62-832f-d771b28ccbe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6780 | 2024.11.06 00:22:45.440602 [ 283 ] {} <Debug> HTTP-Session: 28d7d237-b5a8-4c62-832f-d771b28ccbe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6781 | 2024.11.06 00:22:45.440645 [ 283 ] {} <Trace> HTTP-Session: 28d7d237-b5a8-4c62-832f-d771b28ccbe4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6782 | 2024.11.06 00:22:45.440808 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59564) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6783 | 2024.11.06 00:22:45.440864 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6784 | 2024.11.06 00:22:45.441110 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6785 | 2024.11.06 00:22:45.441485 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6786 | 2024.11.06 00:22:45.441523 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6787 | 2024.11.06 00:22:45.441897 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6788 | 2024.11.06 00:22:45.442264 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6789 | 2024.11.06 00:22:45.442417 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001665 sec., 38438.43843843844 rows/sec., 3.00 MiB/sec. | ||
| 6790 | 2024.11.06 00:22:45.442618 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6791 | 2024.11.06 00:22:45.442644 [ 283 ] {65e99813-4e67-430d-b50e-1af153b125f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6792 | 2024.11.06 00:22:45.442659 [ 283 ] {} <Debug> HTTP-Session: 28d7d237-b5a8-4c62-832f-d771b28ccbe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6793 | 2024.11.06 00:22:45.442866 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6794 | 2024.11.06 00:22:45.442923 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6795 | 2024.11.06 00:22:45.442986 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6796 | 2024.11.06 00:22:45.443008 [ 288 ] {} <Debug> HTTP-Session: cc7a6138-608e-4d0d-b4aa-292810ca1b9d Authenticating user 'default' from [fd00:1122:3344:101::d]:59924 | ||
| 6797 | 2024.11.06 00:22:45.443025 [ 288 ] {} <Debug> HTTP-Session: cc7a6138-608e-4d0d-b4aa-292810ca1b9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6798 | 2024.11.06 00:22:45.443040 [ 288 ] {} <Debug> HTTP-Session: cc7a6138-608e-4d0d-b4aa-292810ca1b9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6799 | 2024.11.06 00:22:45.443073 [ 288 ] {} <Trace> HTTP-Session: cc7a6138-608e-4d0d-b4aa-292810ca1b9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6800 | 2024.11.06 00:22:45.443224 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59924) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6801 | 2024.11.06 00:22:45.443273 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6802 | 2024.11.06 00:22:45.443419 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6803 | 2024.11.06 00:22:45.443797 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6804 | 2024.11.06 00:22:45.443833 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6805 | 2024.11.06 00:22:45.444212 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6806 | 2024.11.06 00:22:45.444562 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6807 | 2024.11.06 00:22:45.444690 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001536 sec., 104166.66666666666 rows/sec., 7.26 MiB/sec. | ||
| 6808 | 2024.11.06 00:22:45.444952 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6809 | 2024.11.06 00:22:45.445013 [ 288 ] {9a31f9bb-af51-45c1-837a-e716af79e08d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6810 | 2024.11.06 00:22:45.445067 [ 288 ] {} <Debug> HTTP-Session: cc7a6138-608e-4d0d-b4aa-292810ca1b9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6811 | 2024.11.06 00:22:45.445258 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6812 | 2024.11.06 00:22:45.445354 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42935, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6813 | 2024.11.06 00:22:45.445418 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6814 | 2024.11.06 00:22:45.445444 [ 283 ] {} <Debug> HTTP-Session: 36c933f4-6152-45e2-aa79-dee2dfaa5887 Authenticating user 'default' from [fd00:1122:3344:101::d]:42935 | ||
| 6815 | 2024.11.06 00:22:45.445464 [ 283 ] {} <Debug> HTTP-Session: 36c933f4-6152-45e2-aa79-dee2dfaa5887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6816 | 2024.11.06 00:22:45.445480 [ 283 ] {} <Debug> HTTP-Session: 36c933f4-6152-45e2-aa79-dee2dfaa5887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6817 | 2024.11.06 00:22:45.445519 [ 283 ] {} <Trace> HTTP-Session: 36c933f4-6152-45e2-aa79-dee2dfaa5887 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6818 | 2024.11.06 00:22:45.445672 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42935) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6819 | 2024.11.06 00:22:45.445727 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6820 | 2024.11.06 00:22:45.445906 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6821 | 2024.11.06 00:22:45.446229 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6822 | 2024.11.06 00:22:45.446265 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6823 | 2024.11.06 00:22:45.446625 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6824 | 2024.11.06 00:22:45.446950 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6825 | 2024.11.06 00:22:45.447076 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
| 6826 | 2024.11.06 00:22:45.447410 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6827 | 2024.11.06 00:22:45.447465 [ 283 ] {66004e7d-3f4f-4baf-aef1-e394de17a0e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6828 | 2024.11.06 00:22:45.447499 [ 283 ] {} <Debug> HTTP-Session: 36c933f4-6152-45e2-aa79-dee2dfaa5887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6829 | 2024.11.06 00:22:45.447740 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6830 | 2024.11.06 00:22:49.689265 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6831 | 2024.11.06 00:22:49.937979 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6832 | 2024.11.06 00:22:50.047360 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6833 | 2024.11.06 00:22:50.265355 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62440, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6834 | 2024.11.06 00:22:50.273667 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6835 | 2024.11.06 00:22:50.283926 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51579, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6836 | 2024.11.06 00:22:50.339288 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59869, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6837 | 2024.11.06 00:22:50.349362 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64012, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6838 | 2024.11.06 00:22:50.444489 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6839 | 2024.11.06 00:22:50.444629 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6840 | 2024.11.06 00:22:50.444671 [ 288 ] {} <Debug> HTTP-Session: e5385393-77e4-4acd-b8ae-fd398646af23 Authenticating user 'default' from [fd00:1122:3344:101::d]:59924 | ||
| 6841 | 2024.11.06 00:22:50.444712 [ 288 ] {} <Debug> HTTP-Session: e5385393-77e4-4acd-b8ae-fd398646af23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6842 | 2024.11.06 00:22:50.444740 [ 288 ] {} <Debug> HTTP-Session: e5385393-77e4-4acd-b8ae-fd398646af23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6843 | 2024.11.06 00:22:50.444823 [ 288 ] {} <Trace> HTTP-Session: e5385393-77e4-4acd-b8ae-fd398646af23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6844 | 2024.11.06 00:22:50.445183 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59924) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6845 | 2024.11.06 00:22:50.445251 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6846 | 2024.11.06 00:22:50.445583 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6847 | 2024.11.06 00:22:50.446192 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6848 | 2024.11.06 00:22:50.446237 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6849 | 2024.11.06 00:22:50.446670 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6850 | 2024.11.06 00:22:50.447051 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6851 | 2024.11.06 00:22:50.447231 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002184 sec., 124084.24908424908 rows/sec., 11.03 MiB/sec. | ||
| 6852 | 2024.11.06 00:22:50.447446 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6853 | 2024.11.06 00:22:50.447472 [ 288 ] {5bb9bddd-d0d9-490e-9c80-075a5f94ef6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6854 | 2024.11.06 00:22:50.447488 [ 288 ] {} <Debug> HTTP-Session: e5385393-77e4-4acd-b8ae-fd398646af23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6855 | 2024.11.06 00:22:50.447761 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6856 | 2024.11.06 00:22:50.447838 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37091, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6857 | 2024.11.06 00:22:50.447913 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6858 | 2024.11.06 00:22:50.447937 [ 290 ] {} <Debug> HTTP-Session: e0d5a668-abb0-4141-960b-6d35b9996b4d Authenticating user 'default' from [fd00:1122:3344:101::d]:37091 | ||
| 6859 | 2024.11.06 00:22:50.447961 [ 290 ] {} <Debug> HTTP-Session: e0d5a668-abb0-4141-960b-6d35b9996b4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6860 | 2024.11.06 00:22:50.447976 [ 290 ] {} <Debug> HTTP-Session: e0d5a668-abb0-4141-960b-6d35b9996b4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6861 | 2024.11.06 00:22:50.448027 [ 290 ] {} <Trace> HTTP-Session: e0d5a668-abb0-4141-960b-6d35b9996b4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6862 | 2024.11.06 00:22:50.448214 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37091) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6863 | 2024.11.06 00:22:50.448279 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6864 | 2024.11.06 00:22:50.448628 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6865 | 2024.11.06 00:22:50.449001 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6866 | 2024.11.06 00:22:50.449040 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6867 | 2024.11.06 00:22:50.449448 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6868 | 2024.11.06 00:22:50.449838 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6869 | 2024.11.06 00:22:50.449984 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001841 sec., 22270.505160239 rows/sec., 1.64 MiB/sec. | ||
| 6870 | 2024.11.06 00:22:50.450285 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6871 | 2024.11.06 00:22:50.450311 [ 290 ] {2ab1ef0e-1b60-49ac-9a8b-494f75170fc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6872 | 2024.11.06 00:22:50.450328 [ 290 ] {} <Debug> HTTP-Session: e0d5a668-abb0-4141-960b-6d35b9996b4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6873 | 2024.11.06 00:22:50.450485 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6874 | 2024.11.06 00:22:50.450504 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37091, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6875 | 2024.11.06 00:22:50.450584 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6876 | 2024.11.06 00:22:50.450618 [ 288 ] {} <Debug> HTTP-Session: 14d18827-a3a4-4f0c-af34-987d59f1d7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:59924 | ||
| 6877 | 2024.11.06 00:22:50.450639 [ 288 ] {} <Debug> HTTP-Session: 14d18827-a3a4-4f0c-af34-987d59f1d7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6878 | 2024.11.06 00:22:50.450654 [ 288 ] {} <Debug> HTTP-Session: 14d18827-a3a4-4f0c-af34-987d59f1d7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6879 | 2024.11.06 00:22:50.450712 [ 288 ] {} <Trace> HTTP-Session: 14d18827-a3a4-4f0c-af34-987d59f1d7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6880 | 2024.11.06 00:22:50.450837 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59924) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6881 | 2024.11.06 00:22:50.450887 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6882 | 2024.11.06 00:22:50.451498 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6883 | 2024.11.06 00:22:50.451981 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6884 | 2024.11.06 00:22:50.452022 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6885 | 2024.11.06 00:22:50.452385 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6886 | 2024.11.06 00:22:50.452741 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6887 | 2024.11.06 00:22:50.452907 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002103 sec., 6657.156443176415 rows/sec., 466.22 KiB/sec. | ||
| 6888 | 2024.11.06 00:22:50.453243 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6889 | 2024.11.06 00:22:50.453269 [ 288 ] {5e80c33d-66ae-4b2d-be03-1735c071067b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6890 | 2024.11.06 00:22:50.453285 [ 288 ] {} <Debug> HTTP-Session: 14d18827-a3a4-4f0c-af34-987d59f1d7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6891 | 2024.11.06 00:22:50.453405 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6892 | 2024.11.06 00:22:50.453492 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43872, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6893 | 2024.11.06 00:22:50.453569 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6894 | 2024.11.06 00:22:50.453589 [ 290 ] {} <Debug> HTTP-Session: 5eb77e39-d201-4c5c-b4d1-46fead9f3c19 Authenticating user 'default' from [fd00:1122:3344:101::d]:43872 | ||
| 6895 | 2024.11.06 00:22:50.453607 [ 290 ] {} <Debug> HTTP-Session: 5eb77e39-d201-4c5c-b4d1-46fead9f3c19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6896 | 2024.11.06 00:22:50.453621 [ 290 ] {} <Debug> HTTP-Session: 5eb77e39-d201-4c5c-b4d1-46fead9f3c19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6897 | 2024.11.06 00:22:50.453659 [ 290 ] {} <Trace> HTTP-Session: 5eb77e39-d201-4c5c-b4d1-46fead9f3c19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6898 | 2024.11.06 00:22:50.453768 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43872) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6899 | 2024.11.06 00:22:50.453816 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6900 | 2024.11.06 00:22:50.454083 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6901 | 2024.11.06 00:22:50.454392 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6902 | 2024.11.06 00:22:50.454427 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6903 | 2024.11.06 00:22:50.454795 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6904 | 2024.11.06 00:22:50.455154 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6905 | 2024.11.06 00:22:50.455294 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001551 sec., 3868.4719535783365 rows/sec., 228.56 KiB/sec. | ||
| 6906 | 2024.11.06 00:22:50.455467 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Debug> DynamicQueryHandler: Done processing query | ||
| 6907 | 2024.11.06 00:22:50.455491 [ 290 ] {e4769112-e4ca-48e4-aba2-0232c0f42441} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6908 | 2024.11.06 00:22:50.455507 [ 290 ] {} <Debug> HTTP-Session: 5eb77e39-d201-4c5c-b4d1-46fead9f3c19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6909 | 2024.11.06 00:22:50.455829 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6910 | 2024.11.06 00:22:50.456035 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63639, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6911 | 2024.11.06 00:22:50.456106 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6912 | 2024.11.06 00:22:50.456129 [ 288 ] {} <Debug> HTTP-Session: 6e0305f1-6f3e-49de-aa0a-eb2f0ae415ca Authenticating user 'default' from [fd00:1122:3344:101::d]:63639 | ||
| 6913 | 2024.11.06 00:22:50.456150 [ 288 ] {} <Debug> HTTP-Session: 6e0305f1-6f3e-49de-aa0a-eb2f0ae415ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6914 | 2024.11.06 00:22:50.456168 [ 288 ] {} <Debug> HTTP-Session: 6e0305f1-6f3e-49de-aa0a-eb2f0ae415ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6915 | 2024.11.06 00:22:50.456213 [ 288 ] {} <Trace> HTTP-Session: 6e0305f1-6f3e-49de-aa0a-eb2f0ae415ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6916 | 2024.11.06 00:22:50.456487 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63639) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6917 | 2024.11.06 00:22:50.456545 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6918 | 2024.11.06 00:22:50.456855 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6919 | 2024.11.06 00:22:50.457487 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6920 | 2024.11.06 00:22:50.457524 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6921 | 2024.11.06 00:22:50.457907 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6922 | 2024.11.06 00:22:50.458268 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6923 | 2024.11.06 00:22:50.458402 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002059 sec., 205439.53375424963 rows/sec., 14.69 MiB/sec. | ||
| 6924 | 2024.11.06 00:22:50.458574 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Debug> DynamicQueryHandler: Done processing query | ||
| 6925 | 2024.11.06 00:22:50.458598 [ 288 ] {c54ce477-eeaa-466e-80e7-5f23f15a4577} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6926 | 2024.11.06 00:22:50.458614 [ 288 ] {} <Debug> HTTP-Session: 6e0305f1-6f3e-49de-aa0a-eb2f0ae415ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6927 | 2024.11.06 00:22:50.458835 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43872, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6928 | 2024.11.06 00:22:50.458877 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6929 | 2024.11.06 00:22:50.458929 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6930 | 2024.11.06 00:22:50.458963 [ 290 ] {} <Debug> HTTP-Session: 9db95bd0-75d0-4907-95db-447ebca50858 Authenticating user 'default' from [fd00:1122:3344:101::d]:43872 | ||
| 6931 | 2024.11.06 00:22:50.458986 [ 290 ] {} <Debug> HTTP-Session: 9db95bd0-75d0-4907-95db-447ebca50858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6932 | 2024.11.06 00:22:50.459002 [ 290 ] {} <Debug> HTTP-Session: 9db95bd0-75d0-4907-95db-447ebca50858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6933 | 2024.11.06 00:22:50.459039 [ 290 ] {} <Trace> HTTP-Session: 9db95bd0-75d0-4907-95db-447ebca50858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6934 | 2024.11.06 00:22:50.459159 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43872) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6935 | 2024.11.06 00:22:50.459208 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6936 | 2024.11.06 00:22:50.459367 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6937 | 2024.11.06 00:22:50.459640 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6938 | 2024.11.06 00:22:50.459675 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6939 | 2024.11.06 00:22:50.460027 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6940 | 2024.11.06 00:22:50.460345 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6941 | 2024.11.06 00:22:50.460500 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 231.01 KiB/sec. | ||
| 6942 | 2024.11.06 00:22:50.460699 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6943 | 2024.11.06 00:22:50.460722 [ 290 ] {80ac3b37-27e7-4711-88f0-a0097fadb39f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6944 | 2024.11.06 00:22:50.460738 [ 290 ] {} <Debug> HTTP-Session: 9db95bd0-75d0-4907-95db-447ebca50858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6945 | 2024.11.06 00:22:50.460899 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6946 | 2024.11.06 00:22:50.461031 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62126, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6947 | 2024.11.06 00:22:50.461099 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6948 | 2024.11.06 00:22:50.461123 [ 288 ] {} <Debug> HTTP-Session: 983cfcac-6056-4c73-8dc0-2a257adc7b23 Authenticating user 'default' from [fd00:1122:3344:101::d]:62126 | ||
| 6949 | 2024.11.06 00:22:50.461144 [ 288 ] {} <Debug> HTTP-Session: 983cfcac-6056-4c73-8dc0-2a257adc7b23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6950 | 2024.11.06 00:22:50.461161 [ 288 ] {} <Debug> HTTP-Session: 983cfcac-6056-4c73-8dc0-2a257adc7b23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6951 | 2024.11.06 00:22:50.461208 [ 288 ] {} <Trace> HTTP-Session: 983cfcac-6056-4c73-8dc0-2a257adc7b23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6952 | 2024.11.06 00:22:50.461454 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62126) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6953 | 2024.11.06 00:22:50.461516 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6954 | 2024.11.06 00:22:50.461735 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6955 | 2024.11.06 00:22:50.462213 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6956 | 2024.11.06 00:22:50.462249 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6957 | 2024.11.06 00:22:50.462639 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6958 | 2024.11.06 00:22:50.462969 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6959 | 2024.11.06 00:22:50.463104 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001792 sec., 132254.4642857143 rows/sec., 8.86 MiB/sec. | ||
| 6960 | 2024.11.06 00:22:50.463285 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6961 | 2024.11.06 00:22:50.463309 [ 288 ] {e4619672-a031-4b73-90a3-4a112d703c3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6962 | 2024.11.06 00:22:50.463325 [ 288 ] {} <Debug> HTTP-Session: 983cfcac-6056-4c73-8dc0-2a257adc7b23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6963 | 2024.11.06 00:22:50.463490 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43872, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6964 | 2024.11.06 00:22:50.463511 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6965 | 2024.11.06 00:22:50.463575 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6966 | 2024.11.06 00:22:50.463608 [ 290 ] {} <Debug> HTTP-Session: 202e0eec-5cf3-4017-9123-976f5598dc13 Authenticating user 'default' from [fd00:1122:3344:101::d]:43872 | ||
| 6967 | 2024.11.06 00:22:50.463626 [ 290 ] {} <Debug> HTTP-Session: 202e0eec-5cf3-4017-9123-976f5598dc13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6968 | 2024.11.06 00:22:50.463640 [ 290 ] {} <Debug> HTTP-Session: 202e0eec-5cf3-4017-9123-976f5598dc13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6969 | 2024.11.06 00:22:50.463675 [ 290 ] {} <Trace> HTTP-Session: 202e0eec-5cf3-4017-9123-976f5598dc13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6970 | 2024.11.06 00:22:50.463775 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43872) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6971 | 2024.11.06 00:22:50.463824 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6972 | 2024.11.06 00:22:50.463984 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6973 | 2024.11.06 00:22:50.464272 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6974 | 2024.11.06 00:22:50.464307 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6975 | 2024.11.06 00:22:50.464659 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6976 | 2024.11.06 00:22:50.464988 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6977 | 2024.11.06 00:22:50.465137 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00138 sec., 724.6376811594204 rows/sec., 48.83 KiB/sec. | ||
| 6978 | 2024.11.06 00:22:50.465479 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6979 | 2024.11.06 00:22:50.465503 [ 290 ] {36387ed6-adec-4c4e-9ed4-d69ae03ace3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6980 | 2024.11.06 00:22:50.465519 [ 290 ] {} <Debug> HTTP-Session: 202e0eec-5cf3-4017-9123-976f5598dc13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6981 | 2024.11.06 00:22:50.465735 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43872, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6982 | 2024.11.06 00:22:50.465807 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62126, User-Agent: (none), Length: 68634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6983 | 2024.11.06 00:22:50.465923 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6984 | 2024.11.06 00:22:50.465964 [ 288 ] {} <Debug> HTTP-Session: ff323347-e1e7-4a45-aac0-c146c64e02b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:62126 | ||
| 6985 | 2024.11.06 00:22:50.465998 [ 288 ] {} <Debug> HTTP-Session: ff323347-e1e7-4a45-aac0-c146c64e02b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6986 | 2024.11.06 00:22:50.466025 [ 288 ] {} <Debug> HTTP-Session: ff323347-e1e7-4a45-aac0-c146c64e02b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6987 | 2024.11.06 00:22:50.466092 [ 288 ] {} <Trace> HTTP-Session: ff323347-e1e7-4a45-aac0-c146c64e02b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6988 | 2024.11.06 00:22:50.466666 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62126) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6989 | 2024.11.06 00:22:50.466746 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <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 | ||
| 6990 | 2024.11.06 00:22:50.467242 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6991 | 2024.11.06 00:22:50.468071 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6992 | 2024.11.06 00:22:50.468108 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 6993 | 2024.11.06 00:22:50.468785 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6994 | 2024.11.06 00:22:50.469206 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6995 | 2024.11.06 00:22:50.469366 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003171 sec., 12929.67518133081 rows/sec., 23.17 MiB/sec. | ||
| 6996 | 2024.11.06 00:22:50.469602 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6997 | 2024.11.06 00:22:50.469627 [ 288 ] {9ea59953-967b-42f4-a08a-612259500aa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.61 MiB. | ||
| 6998 | 2024.11.06 00:22:50.469643 [ 288 ] {} <Debug> HTTP-Session: ff323347-e1e7-4a45-aac0-c146c64e02b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6999 | 2024.11.06 00:22:50.469832 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7000 | 2024.11.06 00:22:50.469951 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47335, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7001 | 2024.11.06 00:22:50.470009 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7002 | 2024.11.06 00:22:50.470028 [ 290 ] {} <Debug> HTTP-Session: df37bea0-c085-4cd6-82db-60eaf759d568 Authenticating user 'default' from [fd00:1122:3344:101::d]:47335 | ||
| 7003 | 2024.11.06 00:22:50.470046 [ 290 ] {} <Debug> HTTP-Session: df37bea0-c085-4cd6-82db-60eaf759d568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7004 | 2024.11.06 00:22:50.470060 [ 290 ] {} <Debug> HTTP-Session: df37bea0-c085-4cd6-82db-60eaf759d568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7005 | 2024.11.06 00:22:50.470098 [ 290 ] {} <Trace> HTTP-Session: df37bea0-c085-4cd6-82db-60eaf759d568 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7006 | 2024.11.06 00:22:50.470252 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47335) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7007 | 2024.11.06 00:22:50.470299 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7008 | 2024.11.06 00:22:50.470459 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7009 | 2024.11.06 00:22:50.470782 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7010 | 2024.11.06 00:22:50.470817 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7011 | 2024.11.06 00:22:50.471181 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7012 | 2024.11.06 00:22:50.471497 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7013 | 2024.11.06 00:22:50.471658 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00147 sec., 55782.31292517007 rows/sec., 3.54 MiB/sec. | ||
| 7014 | 2024.11.06 00:22:50.471838 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7015 | 2024.11.06 00:22:50.471862 [ 290 ] {d9dbb0aa-2584-41d5-8839-9059aad0f71b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7016 | 2024.11.06 00:22:50.471878 [ 290 ] {} <Debug> HTTP-Session: df37bea0-c085-4cd6-82db-60eaf759d568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7017 | 2024.11.06 00:22:50.472226 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7018 | 2024.11.06 00:22:50.488917 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33685, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7019 | 2024.11.06 00:22:50.564880 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7020 | 2024.11.06 00:22:50.661941 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58124, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7021 | 2024.11.06 00:22:50.743664 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61215, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7022 | 2024.11.06 00:22:50.812254 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7023 | 2024.11.06 00:22:50.830610 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7024 | 2024.11.06 00:22:50.850189 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7025 | 2024.11.06 00:22:50.856512 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7026 | 2024.11.06 00:22:50.865872 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7027 | 2024.11.06 00:22:51.001161 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.38 MiB, peak 170.21 MiB, free memory in arenas 0.00 B, will set to 162.38 MiB (RSS), difference: -1.00 MiB | ||
| 7028 | 2024.11.06 00:22:51.058926 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33976, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7029 | 2024.11.06 00:22:51.087684 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7030 | 2024.11.06 00:22:51.105075 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7031 | 2024.11.06 00:22:51.154406 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53923, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7032 | 2024.11.06 00:22:51.374119 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:65229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7033 | 2024.11.06 00:22:51.392539 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7034 | 2024.11.06 00:22:51.413830 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56707, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7035 | 2024.11.06 00:22:51.993415 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 662 | ||
| 7036 | 2024.11.06 00:22:51.996132 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7037 | 2024.11.06 00:22:51.996173 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7038 | 2024.11.06 00:22:51.997653 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7039 | 2024.11.06 00:22:51.998616 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7040 | 2024.11.06 00:22:51.998790 [ 70 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7041 | 2024.11.06 00:22:51.998854 [ 70 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7042 | 2024.11.06 00:22:51.998903 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7043 | 2024.11.06 00:22:51.999937 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 7044 | 2024.11.06 00:22:52.000171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 662 | ||
| 7045 | 2024.11.06 00:22:52.001166 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7046 | 2024.11.06 00:22:52.001334 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 522 rows starting from the beginning of the part | ||
| 7047 | 2024.11.06 00:22:52.002004 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 7048 | 2024.11.06 00:22:52.002617 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 7049 | 2024.11.06 00:22:52.003189 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 7050 | 2024.11.06 00:22:52.003740 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 7051 | 2024.11.06 00:22:52.004258 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 7052 | 2024.11.06 00:22:52.012325 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 72 columns (72 merged, 0 gathered) in 0.013267254 sec., 49897.288466776925 rows/sec., 37.80 MiB/sec. | ||
| 7053 | 2024.11.06 00:22:52.013528 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7054 | 2024.11.06 00:22:52.015183 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_21_4} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7055 | 2024.11.06 00:22:52.015262 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_21_4} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7056 | 2024.11.06 00:22:52.015558 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
| 7057 | 2024.11.06 00:22:55.436241 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62126, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7058 | 2024.11.06 00:22:55.436384 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7059 | 2024.11.06 00:22:55.436409 [ 288 ] {} <Debug> HTTP-Session: 8ecd0cd7-fb2b-4447-a817-36493ffa5b78 Authenticating user 'default' from [fd00:1122:3344:101::d]:62126 | ||
| 7060 | 2024.11.06 00:22:55.436432 [ 288 ] {} <Debug> HTTP-Session: 8ecd0cd7-fb2b-4447-a817-36493ffa5b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7061 | 2024.11.06 00:22:55.436447 [ 288 ] {} <Debug> HTTP-Session: 8ecd0cd7-fb2b-4447-a817-36493ffa5b78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7062 | 2024.11.06 00:22:55.436498 [ 288 ] {} <Trace> HTTP-Session: 8ecd0cd7-fb2b-4447-a817-36493ffa5b78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7063 | 2024.11.06 00:22:55.436688 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62126) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7064 | 2024.11.06 00:22:55.436755 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7065 | 2024.11.06 00:22:55.437085 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7066 | 2024.11.06 00:22:55.437532 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7067 | 2024.11.06 00:22:55.437575 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7068 | 2024.11.06 00:22:55.437988 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 7069 | 2024.11.06 00:22:55.438372 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7070 | 2024.11.06 00:22:55.438523 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001889 sec., 1058.7612493382742 rows/sec., 86.33 KiB/sec. | ||
| 7071 | 2024.11.06 00:22:55.438838 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Debug> DynamicQueryHandler: Done processing query | ||
| 7072 | 2024.11.06 00:22:55.438866 [ 288 ] {5bb7010b-6964-4e45-8637-879cff44e918} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7073 | 2024.11.06 00:22:55.438883 [ 288 ] {} <Debug> HTTP-Session: 8ecd0cd7-fb2b-4447-a817-36493ffa5b78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7074 | 2024.11.06 00:22:55.439091 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62126, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7075 | 2024.11.06 00:22:55.439125 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47335, User-Agent: (none), Length: 7945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7076 | 2024.11.06 00:22:55.439247 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7077 | 2024.11.06 00:22:55.439281 [ 290 ] {} <Debug> HTTP-Session: 7fc99aa0-3727-47c1-be10-eeb054b22d8f Authenticating user 'default' from [fd00:1122:3344:101::d]:47335 | ||
| 7078 | 2024.11.06 00:22:55.439308 [ 290 ] {} <Debug> HTTP-Session: 7fc99aa0-3727-47c1-be10-eeb054b22d8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7079 | 2024.11.06 00:22:55.439325 [ 290 ] {} <Debug> HTTP-Session: 7fc99aa0-3727-47c1-be10-eeb054b22d8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7080 | 2024.11.06 00:22:55.439378 [ 290 ] {} <Trace> HTTP-Session: 7fc99aa0-3727-47c1-be10-eeb054b22d8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7081 | 2024.11.06 00:22:55.439578 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47335) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7082 | 2024.11.06 00:22:55.439645 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7083 | 2024.11.06 00:22:55.439970 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7084 | 2024.11.06 00:22:55.440385 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7085 | 2024.11.06 00:22:55.440423 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7086 | 2024.11.06 00:22:55.440851 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7087 | 2024.11.06 00:22:55.441237 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7088 | 2024.11.06 00:22:55.441383 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.00187 sec., 30481.283422459896 rows/sec., 2.32 MiB/sec. | ||
| 7089 | 2024.11.06 00:22:55.441390 [ 68 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7090 | 2024.11.06 00:22:55.441454 [ 68 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7091 | 2024.11.06 00:22:55.441494 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7092 | 2024.11.06 00:22:55.441654 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 7093 | 2024.11.06 00:22:55.441677 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 7094 | 2024.11.06 00:22:55.441698 [ 290 ] {78241660-4dd9-4a6d-9516-52d13dd0f1fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7095 | 2024.11.06 00:22:55.441737 [ 290 ] {} <Debug> HTTP-Session: 7fc99aa0-3727-47c1-be10-eeb054b22d8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7096 | 2024.11.06 00:22:55.442147 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7097 | 2024.11.06 00:22:55.442206 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55783, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7098 | 2024.11.06 00:22:55.442475 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7099 | 2024.11.06 00:22:55.442475 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7100 | 2024.11.06 00:22:55.442584 [ 282 ] {} <Debug> HTTP-Session: f84bd163-c9c9-41c4-9b47-2fff47a4347c Authenticating user 'default' from [fd00:1122:3344:101::d]:55783 | ||
| 7101 | 2024.11.06 00:22:55.442627 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1419 rows starting from the beginning of the part | ||
| 7102 | 2024.11.06 00:22:55.442669 [ 282 ] {} <Debug> HTTP-Session: f84bd163-c9c9-41c4-9b47-2fff47a4347c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7103 | 2024.11.06 00:22:55.442739 [ 282 ] {} <Debug> HTTP-Session: f84bd163-c9c9-41c4-9b47-2fff47a4347c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7104 | 2024.11.06 00:22:55.442879 [ 282 ] {} <Trace> HTTP-Session: f84bd163-c9c9-41c4-9b47-2fff47a4347c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7105 | 2024.11.06 00:22:55.443040 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 271 rows starting from the beginning of the part | ||
| 7106 | 2024.11.06 00:22:55.443246 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55783) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7107 | 2024.11.06 00:22:55.443387 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 62 rows starting from the beginning of the part | ||
| 7108 | 2024.11.06 00:22:55.443405 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7109 | 2024.11.06 00:22:55.443624 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 7110 | 2024.11.06 00:22:55.443791 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 271 rows starting from the beginning of the part | ||
| 7111 | 2024.11.06 00:22:55.444007 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 57 rows starting from the beginning of the part | ||
| 7112 | 2024.11.06 00:22:55.444360 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7113 | 2024.11.06 00:22:55.444875 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7114 | 2024.11.06 00:22:55.444921 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7115 | 2024.11.06 00:22:55.445913 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7116 | 2024.11.06 00:22:55.446420 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7117 | 2024.11.06 00:22:55.446590 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2136 rows, containing 5 columns (5 merged, 0 gathered) in 0.005023619 sec., 425191.4804844874 rows/sec., 37.45 MiB/sec. | ||
| 7118 | 2024.11.06 00:22:55.446691 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00359 sec., 557.1030640668524 rows/sec., 38.90 KiB/sec. | ||
| 7119 | 2024.11.06 00:22:55.447046 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7120 | 2024.11.06 00:22:55.447277 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Debug> DynamicQueryHandler: Done processing query | ||
| 7121 | 2024.11.06 00:22:55.447310 [ 282 ] {d8ab32de-2f06-4d12-8c2e-5d03e53f8657} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7122 | 2024.11.06 00:22:55.447335 [ 282 ] {} <Debug> HTTP-Session: f84bd163-c9c9-41c4-9b47-2fff47a4347c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7123 | 2024.11.06 00:22:55.447599 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55783, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7124 | 2024.11.06 00:22:55.447735 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37687, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7125 | 2024.11.06 00:22:55.447938 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7126 | 2024.11.06 00:22:55.447988 [ 291 ] {} <Debug> HTTP-Session: 9990fb0f-1325-4e80-ac47-b69ea585d677 Authenticating user 'default' from [fd00:1122:3344:101::d]:37687 | ||
| 7127 | 2024.11.06 00:22:55.447996 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7128 | 2024.11.06 00:22:55.448028 [ 291 ] {} <Debug> HTTP-Session: 9990fb0f-1325-4e80-ac47-b69ea585d677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7129 | 2024.11.06 00:22:55.448075 [ 291 ] {} <Debug> HTTP-Session: 9990fb0f-1325-4e80-ac47-b69ea585d677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7130 | 2024.11.06 00:22:55.448160 [ 291 ] {} <Trace> HTTP-Session: 9990fb0f-1325-4e80-ac47-b69ea585d677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7131 | 2024.11.06 00:22:55.448171 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_41_8} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7132 | 2024.11.06 00:22:55.448323 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7133 | 2024.11.06 00:22:55.448458 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37687) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7134 | 2024.11.06 00:22:55.448533 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7135 | 2024.11.06 00:22:55.448878 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7136 | 2024.11.06 00:22:55.449333 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7137 | 2024.11.06 00:22:55.449382 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7138 | 2024.11.06 00:22:55.449827 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7139 | 2024.11.06 00:22:55.450234 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7140 | 2024.11.06 00:22:55.450420 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002051 sec., 32179.42467089225 rows/sec., 2.51 MiB/sec. | ||
| 7141 | 2024.11.06 00:22:55.450429 [ 66 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7142 | 2024.11.06 00:22:55.450509 [ 66 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7143 | 2024.11.06 00:22:55.450557 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7144 | 2024.11.06 00:22:55.450821 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 7145 | 2024.11.06 00:22:55.450842 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 7146 | 2024.11.06 00:22:55.450873 [ 291 ] {865f16c4-bb26-478f-b420-5a6906f793cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7147 | 2024.11.06 00:22:55.450960 [ 291 ] {} <Debug> HTTP-Session: 9990fb0f-1325-4e80-ac47-b69ea585d677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7148 | 2024.11.06 00:22:55.451361 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37687, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7149 | 2024.11.06 00:22:55.451465 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42304, User-Agent: (none), Length: 24721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7150 | 2024.11.06 00:22:55.451565 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7151 | 2024.11.06 00:22:55.451667 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7152 | 2024.11.06 00:22:55.451691 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 913 rows starting from the beginning of the part | ||
| 7153 | 2024.11.06 00:22:55.451788 [ 282 ] {} <Debug> HTTP-Session: 02412d40-1f54-48da-96c1-3641638c252e Authenticating user 'default' from [fd00:1122:3344:101::d]:42304 | ||
| 7154 | 2024.11.06 00:22:55.451790 [ 291 ] {} <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): | ||
| 7155 | |||
| 7156 | (version 23.8.7.1) | ||
| 7157 | 2024.11.06 00:22:55.451902 [ 282 ] {} <Debug> HTTP-Session: 02412d40-1f54-48da-96c1-3641638c252e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7158 | 2024.11.06 00:22:55.452062 [ 282 ] {} <Debug> HTTP-Session: 02412d40-1f54-48da-96c1-3641638c252e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7159 | 2024.11.06 00:22:55.452267 [ 282 ] {} <Trace> HTTP-Session: 02412d40-1f54-48da-96c1-3641638c252e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7160 | 2024.11.06 00:22:55.452300 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 423 rows starting from the beginning of the part | ||
| 7161 | 2024.11.06 00:22:55.452561 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 76 rows starting from the beginning of the part | ||
| 7162 | 2024.11.06 00:22:55.452630 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42304) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7163 | 2024.11.06 00:22:55.452715 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 7164 | 2024.11.06 00:22:55.452810 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7165 | 2024.11.06 00:22:55.453084 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 423 rows starting from the beginning of the part | ||
| 7166 | 2024.11.06 00:22:55.453445 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 66 rows starting from the beginning of the part | ||
| 7167 | 2024.11.06 00:22:55.454036 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7168 | 2024.11.06 00:22:55.454625 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7169 | 2024.11.06 00:22:55.454674 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7170 | 2024.11.06 00:22:55.455263 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7171 | 2024.11.06 00:22:55.455710 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.00503968 sec., 389905.7082989396 rows/sec., 29.86 MiB/sec. | ||
| 7172 | 2024.11.06 00:22:55.455926 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7173 | 2024.11.06 00:22:55.455971 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7174 | 2024.11.06 00:22:55.456146 [ 66 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7175 | 2024.11.06 00:22:55.456231 [ 66 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7176 | 2024.11.06 00:22:55.456257 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.003722 sec., 34658.78559914025 rows/sec., 2.41 MiB/sec. | ||
| 7177 | 2024.11.06 00:22:55.456286 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7178 | 2024.11.06 00:22:55.456842 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 7179 | 2024.11.06 00:22:55.457138 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7180 | 2024.11.06 00:22:55.457210 [ 282 ] {50504054-3236-4d27-8a1b-2b149b4be15e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7181 | 2024.11.06 00:22:55.457284 [ 282 ] {} <Debug> HTTP-Session: 02412d40-1f54-48da-96c1-3641638c252e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7182 | 2024.11.06 00:22:55.457523 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7183 | 2024.11.06 00:22:55.457641 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42304, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7184 | 2024.11.06 00:22:55.457645 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9257 rows starting from the beginning of the part | ||
| 7185 | 2024.11.06 00:22:55.457727 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49693, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7186 | 2024.11.06 00:22:55.457997 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7187 | 2024.11.06 00:22:55.458051 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 7188 | 2024.11.06 00:22:55.458102 [ 291 ] {} <Debug> HTTP-Session: 25dee193-5d66-43a0-938f-7f4281d863aa Authenticating user 'default' from [fd00:1122:3344:101::d]:49693 | ||
| 7189 | 2024.11.06 00:22:55.458125 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7190 | 2024.11.06 00:22:55.458202 [ 291 ] {} <Debug> HTTP-Session: 25dee193-5d66-43a0-938f-7f4281d863aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7191 | 2024.11.06 00:22:55.458278 [ 291 ] {} <Debug> HTTP-Session: 25dee193-5d66-43a0-938f-7f4281d863aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7192 | 2024.11.06 00:22:55.458434 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 134 rows starting from the beginning of the part | ||
| 7193 | 2024.11.06 00:22:55.458446 [ 291 ] {} <Trace> HTTP-Session: 25dee193-5d66-43a0-938f-7f4281d863aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7194 | 2024.11.06 00:22:55.458906 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 7195 | 2024.11.06 00:22:55.458947 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49693) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7196 | 2024.11.06 00:22:55.459209 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7197 | 2024.11.06 00:22:55.459369 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 7198 | 2024.11.06 00:22:55.459795 [ 188 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 129 rows starting from the beginning of the part | ||
| 7199 | 2024.11.06 00:22:55.460500 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7200 | 2024.11.06 00:22:55.460542 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_41_8} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7201 | 2024.11.06 00:22:55.460875 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7202 | 2024.11.06 00:22:55.461437 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7203 | 2024.11.06 00:22:55.461484 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7204 | 2024.11.06 00:22:55.462221 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7205 | 2024.11.06 00:22:55.463063 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7206 | 2024.11.06 00:22:55.463261 [ 66 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7207 | 2024.11.06 00:22:55.463279 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004507 sec., 10650.099844686045 rows/sec., 734.97 KiB/sec. | ||
| 7208 | 2024.11.06 00:22:55.463370 [ 66 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7209 | 2024.11.06 00:22:55.463433 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7210 | 2024.11.06 00:22:55.463969 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 7211 | 2024.11.06 00:22:55.464092 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7212 | 2024.11.06 00:22:55.464178 [ 291 ] {a303208e-584e-4ebf-ba26-79116e4bc28a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7213 | 2024.11.06 00:22:55.464258 [ 291 ] {} <Debug> HTTP-Session: 25dee193-5d66-43a0-938f-7f4281d863aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7214 | 2024.11.06 00:22:55.464636 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7215 | 2024.11.06 00:22:55.464723 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7216 | 2024.11.06 00:22:55.464849 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1468 rows starting from the beginning of the part | ||
| 7217 | 2024.11.06 00:22:55.465253 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 7218 | 2024.11.06 00:22:55.465577 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part | ||
| 7219 | 2024.11.06 00:22:55.466017 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 7220 | 2024.11.06 00:22:55.466264 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10154 rows, containing 5 columns (5 merged, 0 gathered) in 0.009848632 sec., 1031006.1336437386 rows/sec., 69.83 MiB/sec. | ||
| 7221 | 2024.11.06 00:22:55.466336 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 7222 | 2024.11.06 00:22:55.466577 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 48 rows starting from the beginning of the part | ||
| 7223 | 2024.11.06 00:22:55.466698 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7224 | 2024.11.06 00:22:55.467514 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7225 | 2024.11.06 00:22:55.467629 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7226 | 2024.11.06 00:22:55.467743 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.98 MiB. | ||
| 7227 | 2024.11.06 00:22:55.468356 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1788 rows, containing 4 columns (4 merged, 0 gathered) in 0.004824573 sec., 370602.7455694006 rows/sec., 24.57 MiB/sec. | ||
| 7228 | 2024.11.06 00:22:55.468600 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7229 | 2024.11.06 00:22:55.469078 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7230 | 2024.11.06 00:22:55.469178 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_41_8} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7231 | 2024.11.06 00:22:55.469269 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 7232 | 2024.11.06 00:22:56.737418 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7233 | 2024.11.06 00:22:56.737477 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7234 | 2024.11.06 00:23:00.438499 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40048, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7235 | 2024.11.06 00:23:00.438688 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7236 | 2024.11.06 00:23:00.438734 [ 283 ] {} <Debug> HTTP-Session: 6c727633-9acc-450c-a99a-61225bc853e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:40048 | ||
| 7237 | 2024.11.06 00:23:00.438773 [ 283 ] {} <Debug> HTTP-Session: 6c727633-9acc-450c-a99a-61225bc853e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7238 | 2024.11.06 00:23:00.438800 [ 283 ] {} <Debug> HTTP-Session: 6c727633-9acc-450c-a99a-61225bc853e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7239 | 2024.11.06 00:23:00.438883 [ 283 ] {} <Trace> HTTP-Session: 6c727633-9acc-450c-a99a-61225bc853e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7240 | 2024.11.06 00:23:00.439189 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40048) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7241 | 2024.11.06 00:23:00.439297 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7242 | 2024.11.06 00:23:00.439661 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7243 | 2024.11.06 00:23:00.440119 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7244 | 2024.11.06 00:23:00.440166 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7245 | 2024.11.06 00:23:00.440593 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7246 | 2024.11.06 00:23:00.440985 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7247 | 2024.11.06 00:23:00.441164 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002085 sec., 26858.51318944844 rows/sec., 2.05 MiB/sec. | ||
| 7248 | 2024.11.06 00:23:00.441383 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Debug> DynamicQueryHandler: Done processing query | ||
| 7249 | 2024.11.06 00:23:00.441409 [ 283 ] {2fc57c81-c73b-4758-9c8b-0d53ea86b082} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7250 | 2024.11.06 00:23:00.441444 [ 283 ] {} <Debug> HTTP-Session: 6c727633-9acc-450c-a99a-61225bc853e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7251 | 2024.11.06 00:23:00.441723 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40048, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7252 | 2024.11.06 00:23:00.441882 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44421, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7253 | 2024.11.06 00:23:00.442007 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7254 | 2024.11.06 00:23:00.442036 [ 282 ] {} <Debug> HTTP-Session: 450ca329-8bca-4108-b5b5-20b88495bc07 Authenticating user 'default' from [fd00:1122:3344:101::d]:44421 | ||
| 7255 | 2024.11.06 00:23:00.442064 [ 282 ] {} <Debug> HTTP-Session: 450ca329-8bca-4108-b5b5-20b88495bc07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7256 | 2024.11.06 00:23:00.442081 [ 282 ] {} <Debug> HTTP-Session: 450ca329-8bca-4108-b5b5-20b88495bc07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7257 | 2024.11.06 00:23:00.442142 [ 282 ] {} <Trace> HTTP-Session: 450ca329-8bca-4108-b5b5-20b88495bc07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7258 | 2024.11.06 00:23:00.442369 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44421) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7259 | 2024.11.06 00:23:00.442437 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7260 | 2024.11.06 00:23:00.442784 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7261 | 2024.11.06 00:23:00.443238 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7262 | 2024.11.06 00:23:00.443284 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7263 | 2024.11.06 00:23:00.443721 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7264 | 2024.11.06 00:23:00.444116 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7265 | 2024.11.06 00:23:00.444296 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002008 sec., 31872.509960159365 rows/sec., 2.49 MiB/sec. | ||
| 7266 | 2024.11.06 00:23:00.444567 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7267 | 2024.11.06 00:23:00.444595 [ 282 ] {00f1cd9a-8c0b-4f68-92b5-2ca81af121a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7268 | 2024.11.06 00:23:00.444611 [ 282 ] {} <Debug> HTTP-Session: 450ca329-8bca-4108-b5b5-20b88495bc07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7269 | 2024.11.06 00:23:00.444824 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40048, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7270 | 2024.11.06 00:23:00.444839 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7271 | 2024.11.06 00:23:00.444924 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7272 | 2024.11.06 00:23:00.444965 [ 283 ] {} <Debug> HTTP-Session: 64dfd9b5-06ea-4625-8a8b-2b779aae61b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:40048 | ||
| 7273 | 2024.11.06 00:23:00.444988 [ 283 ] {} <Debug> HTTP-Session: 64dfd9b5-06ea-4625-8a8b-2b779aae61b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7274 | 2024.11.06 00:23:00.445005 [ 283 ] {} <Debug> HTTP-Session: 64dfd9b5-06ea-4625-8a8b-2b779aae61b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7275 | 2024.11.06 00:23:00.445065 [ 283 ] {} <Trace> HTTP-Session: 64dfd9b5-06ea-4625-8a8b-2b779aae61b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7276 | 2024.11.06 00:23:00.445277 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40048) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7277 | 2024.11.06 00:23:00.445340 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7278 | 2024.11.06 00:23:00.445528 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7279 | 2024.11.06 00:23:00.445931 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7280 | 2024.11.06 00:23:00.445968 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7281 | 2024.11.06 00:23:00.446372 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7282 | 2024.11.06 00:23:00.446737 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7283 | 2024.11.06 00:23:00.446892 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001708 sec., 93676.8149882904 rows/sec., 6.52 MiB/sec. | ||
| 7284 | 2024.11.06 00:23:00.447063 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7285 | 2024.11.06 00:23:00.447088 [ 283 ] {85195fc1-5ba3-4a2d-bc91-046aa579417b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7286 | 2024.11.06 00:23:00.447103 [ 283 ] {} <Debug> HTTP-Session: 64dfd9b5-06ea-4625-8a8b-2b779aae61b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7287 | 2024.11.06 00:23:00.447249 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40048, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7288 | 2024.11.06 00:23:00.447327 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64677, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7289 | 2024.11.06 00:23:00.447414 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7290 | 2024.11.06 00:23:00.447448 [ 282 ] {} <Debug> HTTP-Session: 97fac028-a018-4000-9310-c603741f66be Authenticating user 'default' from [fd00:1122:3344:101::d]:64677 | ||
| 7291 | 2024.11.06 00:23:00.447472 [ 282 ] {} <Debug> HTTP-Session: 97fac028-a018-4000-9310-c603741f66be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7292 | 2024.11.06 00:23:00.447489 [ 282 ] {} <Debug> HTTP-Session: 97fac028-a018-4000-9310-c603741f66be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7293 | 2024.11.06 00:23:00.447536 [ 282 ] {} <Trace> HTTP-Session: 97fac028-a018-4000-9310-c603741f66be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7294 | 2024.11.06 00:23:00.447725 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64677) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7295 | 2024.11.06 00:23:00.447787 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7296 | 2024.11.06 00:23:00.447981 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7297 | 2024.11.06 00:23:00.448409 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7298 | 2024.11.06 00:23:00.448475 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7299 | 2024.11.06 00:23:00.449047 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 7300 | 2024.11.06 00:23:00.449387 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7301 | 2024.11.06 00:23:00.449545 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001906 sec., 31479.538300104934 rows/sec., 2.12 MiB/sec. | ||
| 7302 | 2024.11.06 00:23:00.449729 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Debug> DynamicQueryHandler: Done processing query | ||
| 7303 | 2024.11.06 00:23:00.449754 [ 282 ] {170baebd-e4a8-4f26-8e9b-7dfb7688ce03} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7304 | 2024.11.06 00:23:00.449770 [ 282 ] {} <Debug> HTTP-Session: 97fac028-a018-4000-9310-c603741f66be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7305 | 2024.11.06 00:23:00.450058 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7306 | 2024.11.06 00:23:02.001274 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 682 | ||
| 7307 | 2024.11.06 00:23:02.004015 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7308 | 2024.11.06 00:23:02.004066 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7309 | 2024.11.06 00:23:02.005584 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7310 | 2024.11.06 00:23:02.006574 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7311 | 2024.11.06 00:23:02.007090 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 682 | ||
| 7312 | 2024.11.06 00:23:02.263944 [ 62 ] {} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7313 | 2024.11.06 00:23:02.264025 [ 62 ] {} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7314 | 2024.11.06 00:23:02.264066 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7315 | 2024.11.06 00:23:02.264276 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::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 | ||
| 7316 | 2024.11.06 00:23:02.264575 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7317 | 2024.11.06 00:23:02.264648 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 242 rows starting from the beginning of the part | ||
| 7318 | 2024.11.06 00:23:02.264791 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 7319 | 2024.11.06 00:23:02.265089 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 14 rows starting from the beginning of the part | ||
| 7320 | 2024.11.06 00:23:02.265412 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 7321 | 2024.11.06 00:23:02.265653 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 7322 | 2024.11.06 00:23:02.266734 [ 196 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002570327 sec., 115938.55567793515 rows/sec., 7.89 MiB/sec. | ||
| 7323 | 2024.11.06 00:23:02.266943 [ 190 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7324 | 2024.11.06 00:23:02.267590 [ 190 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7325 | 2024.11.06 00:23:02.267664 [ 190 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_9_2} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7326 | 2024.11.06 00:23:02.267734 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 7327 | 2024.11.06 00:23:05.444516 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55111, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7328 | 2024.11.06 00:23:05.444647 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7329 | 2024.11.06 00:23:05.444677 [ 282 ] {} <Debug> HTTP-Session: acb821ff-cf44-4dc3-baf4-9ac967b42146 Authenticating user 'default' from [fd00:1122:3344:101::d]:55111 | ||
| 7330 | 2024.11.06 00:23:05.444704 [ 282 ] {} <Debug> HTTP-Session: acb821ff-cf44-4dc3-baf4-9ac967b42146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7331 | 2024.11.06 00:23:05.444722 [ 282 ] {} <Debug> HTTP-Session: acb821ff-cf44-4dc3-baf4-9ac967b42146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7332 | 2024.11.06 00:23:05.444779 [ 282 ] {} <Trace> HTTP-Session: acb821ff-cf44-4dc3-baf4-9ac967b42146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7333 | 2024.11.06 00:23:05.445063 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55111) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7334 | 2024.11.06 00:23:05.445137 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7335 | 2024.11.06 00:23:05.445513 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7336 | 2024.11.06 00:23:05.446181 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7337 | 2024.11.06 00:23:05.446221 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7338 | 2024.11.06 00:23:05.446661 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7339 | 2024.11.06 00:23:05.447052 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7340 | 2024.11.06 00:23:05.447205 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002277 sec., 119016.24945103207 rows/sec., 10.58 MiB/sec. | ||
| 7341 | 2024.11.06 00:23:05.447450 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7342 | 2024.11.06 00:23:05.447477 [ 282 ] {6972b78f-be72-48e8-a2f1-9e97303fc1f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7343 | 2024.11.06 00:23:05.447494 [ 282 ] {} <Debug> HTTP-Session: acb821ff-cf44-4dc3-baf4-9ac967b42146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7344 | 2024.11.06 00:23:05.447715 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55111, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7345 | 2024.11.06 00:23:05.447784 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35573, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7346 | 2024.11.06 00:23:05.447910 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7347 | 2024.11.06 00:23:05.447942 [ 291 ] {} <Debug> HTTP-Session: cdd6ac60-ea60-4519-8f98-d3f62422b571 Authenticating user 'default' from [fd00:1122:3344:101::d]:35573 | ||
| 7348 | 2024.11.06 00:23:05.447970 [ 291 ] {} <Debug> HTTP-Session: cdd6ac60-ea60-4519-8f98-d3f62422b571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7349 | 2024.11.06 00:23:05.447987 [ 291 ] {} <Debug> HTTP-Session: cdd6ac60-ea60-4519-8f98-d3f62422b571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7350 | 2024.11.06 00:23:05.448048 [ 291 ] {} <Trace> HTTP-Session: cdd6ac60-ea60-4519-8f98-d3f62422b571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7351 | 2024.11.06 00:23:05.448270 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35573) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7352 | 2024.11.06 00:23:05.448350 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7353 | 2024.11.06 00:23:05.448716 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7354 | 2024.11.06 00:23:05.449151 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7355 | 2024.11.06 00:23:05.449200 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7356 | 2024.11.06 00:23:05.449644 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 7357 | 2024.11.06 00:23:05.450056 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7358 | 2024.11.06 00:23:05.450252 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002047 sec., 20029.311187103074 rows/sec., 1.47 MiB/sec. | ||
| 7359 | 2024.11.06 00:23:05.450641 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Debug> DynamicQueryHandler: Done processing query | ||
| 7360 | 2024.11.06 00:23:05.450671 [ 291 ] {03e76df3-1378-44da-891b-5854a4fdcf38} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7361 | 2024.11.06 00:23:05.450689 [ 291 ] {} <Debug> HTTP-Session: cdd6ac60-ea60-4519-8f98-d3f62422b571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7362 | 2024.11.06 00:23:05.450901 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7363 | 2024.11.06 00:23:05.450968 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43898, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7364 | 2024.11.06 00:23:05.451042 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7365 | 2024.11.06 00:23:05.451077 [ 282 ] {} <Debug> HTTP-Session: aeb6d011-107d-4983-8aeb-b04b67604d61 Authenticating user 'default' from [fd00:1122:3344:101::d]:43898 | ||
| 7366 | 2024.11.06 00:23:05.451100 [ 282 ] {} <Debug> HTTP-Session: aeb6d011-107d-4983-8aeb-b04b67604d61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7367 | 2024.11.06 00:23:05.451118 [ 282 ] {} <Debug> HTTP-Session: aeb6d011-107d-4983-8aeb-b04b67604d61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7368 | 2024.11.06 00:23:05.451163 [ 282 ] {} <Trace> HTTP-Session: aeb6d011-107d-4983-8aeb-b04b67604d61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7369 | 2024.11.06 00:23:05.451299 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43898) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7370 | 2024.11.06 00:23:05.451356 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7371 | 2024.11.06 00:23:05.451643 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7372 | 2024.11.06 00:23:05.451993 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7373 | 2024.11.06 00:23:05.452030 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7374 | 2024.11.06 00:23:05.452401 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7375 | 2024.11.06 00:23:05.452772 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7376 | 2024.11.06 00:23:05.452935 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001676 sec., 8353.221957040572 rows/sec., 585.01 KiB/sec. | ||
| 7377 | 2024.11.06 00:23:05.453160 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7378 | 2024.11.06 00:23:05.453185 [ 282 ] {3709fdec-e9dc-49fa-860e-a9054edab2c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7379 | 2024.11.06 00:23:05.453202 [ 282 ] {} <Debug> HTTP-Session: aeb6d011-107d-4983-8aeb-b04b67604d61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7380 | 2024.11.06 00:23:05.453387 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7381 | 2024.11.06 00:23:05.453512 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42192, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7382 | 2024.11.06 00:23:05.453585 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7383 | 2024.11.06 00:23:05.453610 [ 291 ] {} <Debug> HTTP-Session: 6cdd0c7f-3e7b-439c-9086-db06d01d2335 Authenticating user 'default' from [fd00:1122:3344:101::d]:42192 | ||
| 7384 | 2024.11.06 00:23:05.453632 [ 291 ] {} <Debug> HTTP-Session: 6cdd0c7f-3e7b-439c-9086-db06d01d2335 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7385 | 2024.11.06 00:23:05.453651 [ 291 ] {} <Debug> HTTP-Session: 6cdd0c7f-3e7b-439c-9086-db06d01d2335 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7386 | 2024.11.06 00:23:05.453698 [ 291 ] {} <Trace> HTTP-Session: 6cdd0c7f-3e7b-439c-9086-db06d01d2335 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7387 | 2024.11.06 00:23:05.453833 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42192) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7388 | 2024.11.06 00:23:05.453893 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7389 | 2024.11.06 00:23:05.454215 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7390 | 2024.11.06 00:23:05.454568 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7391 | 2024.11.06 00:23:05.454606 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7392 | 2024.11.06 00:23:05.454976 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7393 | 2024.11.06 00:23:05.455352 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7394 | 2024.11.06 00:23:05.455515 [ 59 ] {} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7395 | 2024.11.06 00:23:05.455525 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001722 sec., 3484.320557491289 rows/sec., 205.86 KiB/sec. | ||
| 7396 | 2024.11.06 00:23:05.455609 [ 59 ] {} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7397 | 2024.11.06 00:23:05.455678 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7398 | 2024.11.06 00:23:05.455932 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 7399 | 2024.11.06 00:23:05.455995 [ 193 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 7400 | 2024.11.06 00:23:05.456003 [ 291 ] {9dde80b4-c84f-4971-bc75-efa7bd219cf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7401 | 2024.11.06 00:23:05.456096 [ 291 ] {} <Debug> HTTP-Session: 6cdd0c7f-3e7b-439c-9086-db06d01d2335 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7402 | 2024.11.06 00:23:05.456259 [ 193 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7403 | 2024.11.06 00:23:05.456299 [ 193 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 7404 | 2024.11.06 00:23:05.456356 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42192, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7405 | 2024.11.06 00:23:05.456539 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43898, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7406 | 2024.11.06 00:23:05.456608 [ 193 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 7407 | 2024.11.06 00:23:05.456635 [ 291 ] {} <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): | ||
| 7408 | |||
| 7409 | (version 23.8.7.1) | ||
| 7410 | 2024.11.06 00:23:05.456782 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7411 | 2024.11.06 00:23:05.456863 [ 193 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 7412 | 2024.11.06 00:23:05.456887 [ 282 ] {} <Debug> HTTP-Session: 7fa3620a-465e-42d4-b269-ea808bc813f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43898 | ||
| 7413 | 2024.11.06 00:23:05.456962 [ 282 ] {} <Debug> HTTP-Session: 7fa3620a-465e-42d4-b269-ea808bc813f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7414 | 2024.11.06 00:23:05.457039 [ 282 ] {} <Debug> HTTP-Session: 7fa3620a-465e-42d4-b269-ea808bc813f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7415 | 2024.11.06 00:23:05.457113 [ 193 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 7416 | 2024.11.06 00:23:05.457180 [ 282 ] {} <Trace> HTTP-Session: 7fa3620a-465e-42d4-b269-ea808bc813f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7417 | 2024.11.06 00:23:05.457339 [ 193 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 7418 | 2024.11.06 00:23:05.457708 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43898) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7419 | 2024.11.06 00:23:05.457832 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7420 | 2024.11.06 00:23:05.458643 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7421 | 2024.11.06 00:23:05.459689 [ 193 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003885825 sec., 7720.368261566077 rows/sec., 490.06 KiB/sec. | ||
| 7422 | 2024.11.06 00:23:05.459850 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2024.11.06 00:23:05.459850 [ 196 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7424 | 2024.11.06 00:23:05.459896 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7425 | 2024.11.06 00:23:05.460453 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7426 | 2024.11.06 00:23:05.460498 [ 196 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_9_2} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7427 | 2024.11.06 00:23:05.460607 [ 196 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_9_2} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7428 | 2024.11.06 00:23:05.460740 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7429 | 2024.11.06 00:23:05.460914 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7430 | 2024.11.06 00:23:05.461082 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003602 sec., 117434.75846751804 rows/sec., 8.40 MiB/sec. | ||
| 7431 | 2024.11.06 00:23:05.461283 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7432 | 2024.11.06 00:23:05.461307 [ 282 ] {8a701857-795f-47b5-9a69-b74f3881af8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7433 | 2024.11.06 00:23:05.461323 [ 282 ] {} <Debug> HTTP-Session: 7fa3620a-465e-42d4-b269-ea808bc813f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7434 | 2024.11.06 00:23:05.461487 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7435 | 2024.11.06 00:23:05.461577 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34322, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7436 | 2024.11.06 00:23:05.461646 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7437 | 2024.11.06 00:23:05.461670 [ 291 ] {} <Debug> HTTP-Session: 5e456f1e-36f6-4419-9887-6fd42eed11a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:34322 | ||
| 7438 | 2024.11.06 00:23:05.461692 [ 291 ] {} <Debug> HTTP-Session: 5e456f1e-36f6-4419-9887-6fd42eed11a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7439 | 2024.11.06 00:23:05.461710 [ 291 ] {} <Debug> HTTP-Session: 5e456f1e-36f6-4419-9887-6fd42eed11a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7440 | 2024.11.06 00:23:05.461755 [ 291 ] {} <Trace> HTTP-Session: 5e456f1e-36f6-4419-9887-6fd42eed11a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7441 | 2024.11.06 00:23:05.461886 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34322) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7442 | 2024.11.06 00:23:05.461945 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7443 | 2024.11.06 00:23:05.462131 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7444 | 2024.11.06 00:23:05.462452 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7445 | 2024.11.06 00:23:05.462489 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7446 | 2024.11.06 00:23:05.462867 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7447 | 2024.11.06 00:23:05.463208 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7448 | 2024.11.06 00:23:05.463372 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec. | ||
| 7449 | 2024.11.06 00:23:05.463546 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Debug> DynamicQueryHandler: Done processing query | ||
| 7450 | 2024.11.06 00:23:05.463571 [ 291 ] {2ddeac91-579c-4b67-ba76-79acfe97a366} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7451 | 2024.11.06 00:23:05.463587 [ 291 ] {} <Debug> HTTP-Session: 5e456f1e-36f6-4419-9887-6fd42eed11a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7452 | 2024.11.06 00:23:05.463778 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34322, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7453 | 2024.11.06 00:23:05.463809 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43898, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7454 | 2024.11.06 00:23:05.463890 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7455 | 2024.11.06 00:23:05.463925 [ 282 ] {} <Debug> HTTP-Session: 3d384bcb-f618-4ea0-8cf8-a6dc6baa6d78 Authenticating user 'default' from [fd00:1122:3344:101::d]:43898 | ||
| 7456 | 2024.11.06 00:23:05.463949 [ 282 ] {} <Debug> HTTP-Session: 3d384bcb-f618-4ea0-8cf8-a6dc6baa6d78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7457 | 2024.11.06 00:23:05.463966 [ 282 ] {} <Debug> HTTP-Session: 3d384bcb-f618-4ea0-8cf8-a6dc6baa6d78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7458 | 2024.11.06 00:23:05.464010 [ 282 ] {} <Trace> HTTP-Session: 3d384bcb-f618-4ea0-8cf8-a6dc6baa6d78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7459 | 2024.11.06 00:23:05.464240 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43898) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7460 | 2024.11.06 00:23:05.464297 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7461 | 2024.11.06 00:23:05.464500 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7462 | 2024.11.06 00:23:05.464929 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7463 | 2024.11.06 00:23:05.464965 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7464 | 2024.11.06 00:23:05.465358 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7465 | 2024.11.06 00:23:05.465699 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7466 | 2024.11.06 00:23:05.465857 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00174 sec., 136206.89655172414 rows/sec., 9.13 MiB/sec. | ||
| 7467 | 2024.11.06 00:23:05.466031 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7468 | 2024.11.06 00:23:05.466056 [ 282 ] {89cd5390-4fc1-4e91-8313-79484ece3bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7469 | 2024.11.06 00:23:05.466072 [ 282 ] {} <Debug> HTTP-Session: 3d384bcb-f618-4ea0-8cf8-a6dc6baa6d78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7470 | 2024.11.06 00:23:05.466270 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7471 | 2024.11.06 00:23:05.466328 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59045, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7472 | 2024.11.06 00:23:05.466404 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7473 | 2024.11.06 00:23:05.466431 [ 291 ] {} <Debug> HTTP-Session: 7b598901-704f-417f-8177-28b2b8dc4724 Authenticating user 'default' from [fd00:1122:3344:101::d]:59045 | ||
| 7474 | 2024.11.06 00:23:05.466451 [ 291 ] {} <Debug> HTTP-Session: 7b598901-704f-417f-8177-28b2b8dc4724 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7475 | 2024.11.06 00:23:05.466469 [ 291 ] {} <Debug> HTTP-Session: 7b598901-704f-417f-8177-28b2b8dc4724 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7476 | 2024.11.06 00:23:05.466512 [ 291 ] {} <Trace> HTTP-Session: 7b598901-704f-417f-8177-28b2b8dc4724 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7477 | 2024.11.06 00:23:05.466633 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59045) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7478 | 2024.11.06 00:23:05.466692 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7479 | 2024.11.06 00:23:05.466881 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7480 | 2024.11.06 00:23:05.467177 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7481 | 2024.11.06 00:23:05.467221 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7482 | 2024.11.06 00:23:05.467617 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7483 | 2024.11.06 00:23:05.467949 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7484 | 2024.11.06 00:23:05.468108 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec. | ||
| 7485 | 2024.11.06 00:23:05.468279 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Debug> DynamicQueryHandler: Done processing query | ||
| 7486 | 2024.11.06 00:23:05.468303 [ 291 ] {3f0fc9eb-104b-499f-9e11-691a3eeb5567} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7487 | 2024.11.06 00:23:05.468319 [ 291 ] {} <Debug> HTTP-Session: 7b598901-704f-417f-8177-28b2b8dc4724 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7488 | 2024.11.06 00:23:05.468485 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7489 | 2024.11.06 00:23:05.468575 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36871, User-Agent: (none), Length: 68701, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7490 | 2024.11.06 00:23:05.468641 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7491 | 2024.11.06 00:23:05.468666 [ 282 ] {} <Debug> HTTP-Session: 08cdc4b4-0956-4083-a039-b67d100af6da Authenticating user 'default' from [fd00:1122:3344:101::d]:36871 | ||
| 7492 | 2024.11.06 00:23:05.468686 [ 282 ] {} <Debug> HTTP-Session: 08cdc4b4-0956-4083-a039-b67d100af6da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7493 | 2024.11.06 00:23:05.468704 [ 282 ] {} <Debug> HTTP-Session: 08cdc4b4-0956-4083-a039-b67d100af6da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7494 | 2024.11.06 00:23:05.468747 [ 282 ] {} <Trace> HTTP-Session: 08cdc4b4-0956-4083-a039-b67d100af6da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7495 | 2024.11.06 00:23:05.469327 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36871) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7496 | 2024.11.06 00:23:05.469424 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <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 | ||
| 7497 | 2024.11.06 00:23:05.469903 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7498 | 2024.11.06 00:23:05.470765 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7499 | 2024.11.06 00:23:05.470802 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7500 | 2024.11.06 00:23:05.471478 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7501 | 2024.11.06 00:23:05.471911 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7502 | 2024.11.06 00:23:05.472119 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003235 sec., 12673.87944358578 rows/sec., 22.71 MiB/sec. | ||
| 7503 | 2024.11.06 00:23:05.472654 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7504 | 2024.11.06 00:23:05.472679 [ 282 ] {8b767a10-090e-4609-b65e-7b248ddc3fc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 7505 | 2024.11.06 00:23:05.472694 [ 282 ] {} <Debug> HTTP-Session: 08cdc4b4-0956-4083-a039-b67d100af6da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7506 | 2024.11.06 00:23:05.472861 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59045, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7507 | 2024.11.06 00:23:05.472883 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7508 | 2024.11.06 00:23:05.472945 [ 291 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7509 | 2024.11.06 00:23:05.472982 [ 291 ] {} <Debug> HTTP-Session: 6cecefdc-e240-4bfe-b5bf-d555cf6b9c53 Authenticating user 'default' from [fd00:1122:3344:101::d]:59045 | ||
| 7510 | 2024.11.06 00:23:05.473003 [ 291 ] {} <Debug> HTTP-Session: 6cecefdc-e240-4bfe-b5bf-d555cf6b9c53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7511 | 2024.11.06 00:23:05.473022 [ 291 ] {} <Debug> HTTP-Session: 6cecefdc-e240-4bfe-b5bf-d555cf6b9c53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7512 | 2024.11.06 00:23:05.473075 [ 291 ] {} <Trace> HTTP-Session: 6cecefdc-e240-4bfe-b5bf-d555cf6b9c53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7513 | 2024.11.06 00:23:05.473251 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59045) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7514 | 2024.11.06 00:23:05.473309 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7515 | 2024.11.06 00:23:05.473489 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7516 | 2024.11.06 00:23:05.473857 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7517 | 2024.11.06 00:23:05.473893 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7518 | 2024.11.06 00:23:05.474262 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 7519 | 2024.11.06 00:23:05.474615 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7520 | 2024.11.06 00:23:05.474767 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001591 sec., 51539.91200502829 rows/sec., 3.27 MiB/sec. | ||
| 7521 | 2024.11.06 00:23:05.474940 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7522 | 2024.11.06 00:23:05.474965 [ 291 ] {13cb16b5-efe5-4bb0-8931-2fd97f29194b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7523 | 2024.11.06 00:23:05.474981 [ 291 ] {} <Debug> HTTP-Session: 6cecefdc-e240-4bfe-b5bf-d555cf6b9c53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7524 | 2024.11.06 00:23:05.475504 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59045, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7525 | 2024.11.06 00:23:07.675775 [ 291 ] {} <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) | ||
| 7526 | 2024.11.06 00:23:07.845317 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38383, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7527 | 2024.11.06 00:23:07.877876 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64408, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7528 | 2024.11.06 00:23:07.916347 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62142, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7529 | 2024.11.06 00:23:07.982733 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7530 | 2024.11.06 00:23:07.990111 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7531 | 2024.11.06 00:23:07.997425 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33129, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7532 | 2024.11.06 00:23:08.021720 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47686, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7533 | 2024.11.06 00:23:10.436627 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33209, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7534 | 2024.11.06 00:23:10.436743 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7535 | 2024.11.06 00:23:10.436767 [ 282 ] {} <Debug> HTTP-Session: 836d2355-6d8d-4547-ae9a-97e0598dd07f Authenticating user 'default' from [fd00:1122:3344:101::d]:33209 | ||
| 7536 | 2024.11.06 00:23:10.436791 [ 282 ] {} <Debug> HTTP-Session: 836d2355-6d8d-4547-ae9a-97e0598dd07f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7537 | 2024.11.06 00:23:10.436805 [ 282 ] {} <Debug> HTTP-Session: 836d2355-6d8d-4547-ae9a-97e0598dd07f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7538 | 2024.11.06 00:23:10.436855 [ 282 ] {} <Trace> HTTP-Session: 836d2355-6d8d-4547-ae9a-97e0598dd07f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7539 | 2024.11.06 00:23:10.437040 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33209) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7540 | 2024.11.06 00:23:10.437110 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7541 | 2024.11.06 00:23:10.437458 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7542 | 2024.11.06 00:23:10.437999 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7543 | 2024.11.06 00:23:10.438048 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7544 | 2024.11.06 00:23:10.438469 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7545 | 2024.11.06 00:23:10.438862 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7546 | 2024.11.06 00:23:10.439026 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002029 sec., 985.7072449482504 rows/sec., 80.38 KiB/sec. | ||
| 7547 | 2024.11.06 00:23:10.439430 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Debug> DynamicQueryHandler: Done processing query | ||
| 7548 | 2024.11.06 00:23:10.439458 [ 282 ] {cdd3a052-d7a1-4846-82d2-50bc4422d418} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7549 | 2024.11.06 00:23:10.439475 [ 282 ] {} <Debug> HTTP-Session: 836d2355-6d8d-4547-ae9a-97e0598dd07f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7550 | 2024.11.06 00:23:10.439671 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33209, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7551 | 2024.11.06 00:23:10.439788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57573, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7552 | 2024.11.06 00:23:10.439902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7553 | 2024.11.06 00:23:10.439929 [ 3 ] {} <Debug> HTTP-Session: 5fb14669-559a-468f-af7b-288b15208fd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57573 | ||
| 7554 | 2024.11.06 00:23:10.439954 [ 3 ] {} <Debug> HTTP-Session: 5fb14669-559a-468f-af7b-288b15208fd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7555 | 2024.11.06 00:23:10.439970 [ 3 ] {} <Debug> HTTP-Session: 5fb14669-559a-468f-af7b-288b15208fd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7556 | 2024.11.06 00:23:10.440026 [ 3 ] {} <Trace> HTTP-Session: 5fb14669-559a-468f-af7b-288b15208fd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7557 | 2024.11.06 00:23:10.440229 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57573) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7558 | 2024.11.06 00:23:10.440302 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7559 | 2024.11.06 00:23:10.440657 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7560 | 2024.11.06 00:23:10.441080 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7561 | 2024.11.06 00:23:10.441129 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7562 | 2024.11.06 00:23:10.441577 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7563 | 2024.11.06 00:23:10.441981 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7564 | 2024.11.06 00:23:10.442174 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002009 sec., 28372.324539571928 rows/sec., 2.16 MiB/sec. | ||
| 7565 | 2024.11.06 00:23:10.442402 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7566 | 2024.11.06 00:23:10.442431 [ 3 ] {f854aa7d-098b-4173-96bd-cfbcc46da6b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7567 | 2024.11.06 00:23:10.442450 [ 3 ] {} <Debug> HTTP-Session: 5fb14669-559a-468f-af7b-288b15208fd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7568 | 2024.11.06 00:23:10.442633 [ 3 ] {} <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) | ||
| 7569 | 2024.11.06 00:23:10.442641 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33209, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7570 | 2024.11.06 00:23:10.442753 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7571 | 2024.11.06 00:23:10.442779 [ 282 ] {} <Debug> HTTP-Session: e28f193e-5e3d-448d-b360-819b67169e85 Authenticating user 'default' from [fd00:1122:3344:101::d]:33209 | ||
| 7572 | 2024.11.06 00:23:10.442829 [ 282 ] {} <Debug> HTTP-Session: e28f193e-5e3d-448d-b360-819b67169e85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7573 | 2024.11.06 00:23:10.442861 [ 282 ] {} <Debug> HTTP-Session: e28f193e-5e3d-448d-b360-819b67169e85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7574 | 2024.11.06 00:23:10.442908 [ 282 ] {} <Trace> HTTP-Session: e28f193e-5e3d-448d-b360-819b67169e85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7575 | 2024.11.06 00:23:10.443032 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33209) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7576 | 2024.11.06 00:23:10.443084 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7577 | 2024.11.06 00:23:10.443374 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7578 | 2024.11.06 00:23:10.443710 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7579 | 2024.11.06 00:23:10.443753 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7580 | 2024.11.06 00:23:10.444106 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 7581 | 2024.11.06 00:23:10.444490 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7582 | 2024.11.06 00:23:10.444659 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001652 sec., 1210.6537530266344 rows/sec., 84.53 KiB/sec. | ||
| 7583 | 2024.11.06 00:23:10.444655 [ 53 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 7584 | 2024.11.06 00:23:10.444782 [ 53 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7585 | 2024.11.06 00:23:10.444831 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7586 | 2024.11.06 00:23:10.444932 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7587 | 2024.11.06 00:23:10.445013 [ 282 ] {97eab554-df81-4f40-881b-1019f7f59bc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7588 | 2024.11.06 00:23:10.445102 [ 282 ] {} <Debug> HTTP-Session: e28f193e-5e3d-448d-b360-819b67169e85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7589 | 2024.11.06 00:23:10.445193 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 7590 | 2024.11.06 00:23:10.445390 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33209, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7591 | 2024.11.06 00:23:10.445562 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7592 | 2024.11.06 00:23:10.445581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59374, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7593 | 2024.11.06 00:23:10.445645 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 57 rows starting from the beginning of the part | ||
| 7594 | 2024.11.06 00:23:10.445707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7595 | 2024.11.06 00:23:10.445817 [ 3 ] {} <Debug> HTTP-Session: 3196ab9d-b8cb-493e-97d2-29fbc29cc91f Authenticating user 'default' from [fd00:1122:3344:101::d]:59374 | ||
| 7596 | 2024.11.06 00:23:10.445848 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part | ||
| 7597 | 2024.11.06 00:23:10.445910 [ 3 ] {} <Debug> HTTP-Session: 3196ab9d-b8cb-493e-97d2-29fbc29cc91f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7598 | 2024.11.06 00:23:10.446023 [ 3 ] {} <Debug> HTTP-Session: 3196ab9d-b8cb-493e-97d2-29fbc29cc91f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7599 | 2024.11.06 00:23:10.446145 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part | ||
| 7600 | 2024.11.06 00:23:10.446206 [ 3 ] {} <Trace> HTTP-Session: 3196ab9d-b8cb-493e-97d2-29fbc29cc91f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7601 | 2024.11.06 00:23:10.446465 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
| 7602 | 2024.11.06 00:23:10.446697 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part | ||
| 7603 | 2024.11.06 00:23:10.446904 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59374) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7604 | 2024.11.06 00:23:10.446971 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
| 7605 | 2024.11.06 00:23:10.447074 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7606 | 2024.11.06 00:23:10.448126 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7607 | 2024.11.06 00:23:10.449603 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7608 | 2024.11.06 00:23:10.449679 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7609 | 2024.11.06 00:23:10.450517 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 155 rows, containing 5 columns (5 merged, 0 gathered) in 0.005614256 sec., 27608.288613843048 rows/sec., 2.10 MiB/sec. | ||
| 7610 | 2024.11.06 00:23:10.450726 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7611 | 2024.11.06 00:23:10.450751 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 7612 | 2024.11.06 00:23:10.451653 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7613 | 2024.11.06 00:23:10.451872 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7614 | 2024.11.06 00:23:10.452047 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005412 sec., 12195.121951219511 rows/sec., 975.30 KiB/sec. | ||
| 7615 | 2024.11.06 00:23:10.452176 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_25_5} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 7616 | 2024.11.06 00:23:10.452501 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7617 | 2024.11.06 00:23:10.452729 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Debug> DynamicQueryHandler: Done processing query | ||
| 7618 | 2024.11.06 00:23:10.452760 [ 3 ] {5259be25-808b-480d-a7c3-692a8386fc25} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7619 | 2024.11.06 00:23:10.452777 [ 3 ] {} <Debug> HTTP-Session: 3196ab9d-b8cb-493e-97d2-29fbc29cc91f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7620 | 2024.11.06 00:23:10.452952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7621 | 2024.11.06 00:23:10.453075 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58586, User-Agent: (none), Length: 24719, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7622 | 2024.11.06 00:23:10.453138 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7623 | 2024.11.06 00:23:10.453158 [ 282 ] {} <Debug> HTTP-Session: 2ed5be08-c571-4261-90cc-92e8e0626aa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:58586 | ||
| 7624 | 2024.11.06 00:23:10.453175 [ 282 ] {} <Debug> HTTP-Session: 2ed5be08-c571-4261-90cc-92e8e0626aa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7625 | 2024.11.06 00:23:10.453189 [ 282 ] {} <Debug> HTTP-Session: 2ed5be08-c571-4261-90cc-92e8e0626aa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7626 | 2024.11.06 00:23:10.453227 [ 282 ] {} <Trace> HTTP-Session: 2ed5be08-c571-4261-90cc-92e8e0626aa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7627 | 2024.11.06 00:23:10.453402 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58586) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7628 | 2024.11.06 00:23:10.453454 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7629 | 2024.11.06 00:23:10.453642 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7630 | 2024.11.06 00:23:10.454047 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7631 | 2024.11.06 00:23:10.454082 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7632 | 2024.11.06 00:23:10.454490 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7633 | 2024.11.06 00:23:10.454834 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7634 | 2024.11.06 00:23:10.454963 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001635 sec., 78899.08256880734 rows/sec., 5.49 MiB/sec. | ||
| 7635 | 2024.11.06 00:23:10.455185 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 7636 | 2024.11.06 00:23:10.455214 [ 282 ] {db10f384-fac8-4886-8c12-28ecbbe869ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7637 | 2024.11.06 00:23:10.455230 [ 282 ] {} <Debug> HTTP-Session: 2ed5be08-c571-4261-90cc-92e8e0626aa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7638 | 2024.11.06 00:23:10.455440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59374, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7639 | 2024.11.06 00:23:10.455451 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58586, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7640 | 2024.11.06 00:23:10.455536 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7641 | 2024.11.06 00:23:10.455574 [ 3 ] {} <Debug> HTTP-Session: a2732079-1173-4f50-86b5-788165b2aa4d Authenticating user 'default' from [fd00:1122:3344:101::d]:59374 | ||
| 7642 | 2024.11.06 00:23:10.455604 [ 3 ] {} <Debug> HTTP-Session: a2732079-1173-4f50-86b5-788165b2aa4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7643 | 2024.11.06 00:23:10.455634 [ 3 ] {} <Debug> HTTP-Session: a2732079-1173-4f50-86b5-788165b2aa4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7644 | 2024.11.06 00:23:10.455682 [ 3 ] {} <Trace> HTTP-Session: a2732079-1173-4f50-86b5-788165b2aa4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7645 | 2024.11.06 00:23:10.455843 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59374) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7646 | 2024.11.06 00:23:10.455904 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7647 | 2024.11.06 00:23:10.456104 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7648 | 2024.11.06 00:23:10.456438 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7649 | 2024.11.06 00:23:10.456483 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7650 | 2024.11.06 00:23:10.456886 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7651 | 2024.11.06 00:23:10.457227 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7652 | 2024.11.06 00:23:10.457395 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001606 sec., 29887.920298879202 rows/sec., 2.01 MiB/sec. | ||
| 7653 | 2024.11.06 00:23:10.457699 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Debug> DynamicQueryHandler: Done processing query | ||
| 7654 | 2024.11.06 00:23:10.457760 [ 3 ] {473ec641-2e11-49ce-bf9b-614a6e299c48} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7655 | 2024.11.06 00:23:10.457818 [ 3 ] {} <Debug> HTTP-Session: a2732079-1173-4f50-86b5-788165b2aa4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7656 | 2024.11.06 00:23:10.458100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7657 | 2024.11.06 00:23:11.737722 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7658 | 2024.11.06 00:23:11.737779 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7659 | 2024.11.06 00:23:12.002269 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000905907 sec. | ||
| 7660 | 2024.11.06 00:23:12.008062 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 714 | ||
| 7661 | 2024.11.06 00:23:12.010950 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2024.11.06 00:23:12.011007 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7663 | 2024.11.06 00:23:12.012567 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 7664 | 2024.11.06 00:23:12.013576 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2024.11.06 00:23:12.014186 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 714 | ||
| 7666 | 2024.11.06 00:23:15.437790 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39015, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7667 | 2024.11.06 00:23:15.437918 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7668 | 2024.11.06 00:23:15.437943 [ 282 ] {} <Debug> HTTP-Session: bc58c6e3-c301-4680-a5bf-35087f3ea27c Authenticating user 'default' from [fd00:1122:3344:101::d]:39015 | ||
| 7669 | 2024.11.06 00:23:15.437967 [ 282 ] {} <Debug> HTTP-Session: bc58c6e3-c301-4680-a5bf-35087f3ea27c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7670 | 2024.11.06 00:23:15.437982 [ 282 ] {} <Debug> HTTP-Session: bc58c6e3-c301-4680-a5bf-35087f3ea27c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7671 | 2024.11.06 00:23:15.438032 [ 282 ] {} <Trace> HTTP-Session: bc58c6e3-c301-4680-a5bf-35087f3ea27c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7672 | 2024.11.06 00:23:15.438248 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7673 | 2024.11.06 00:23:15.438317 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7674 | 2024.11.06 00:23:15.438654 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7675 | 2024.11.06 00:23:15.439116 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7676 | 2024.11.06 00:23:15.439164 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7677 | 2024.11.06 00:23:15.439577 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7678 | 2024.11.06 00:23:15.439962 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7679 | 2024.11.06 00:23:15.440128 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.19 MiB/sec. | ||
| 7680 | 2024.11.06 00:23:15.440483 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7681 | 2024.11.06 00:23:15.440552 [ 282 ] {84469495-eda3-455f-b727-b348d86da55c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7682 | 2024.11.06 00:23:15.440622 [ 282 ] {} <Debug> HTTP-Session: bc58c6e3-c301-4680-a5bf-35087f3ea27c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7683 | 2024.11.06 00:23:15.440936 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7684 | 2024.11.06 00:23:15.441126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37842, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7685 | 2024.11.06 00:23:15.441299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7686 | 2024.11.06 00:23:15.441343 [ 3 ] {} <Debug> HTTP-Session: 4528063e-6bcf-492a-8bdb-34ea8130dfe6 Authenticating user 'default' from [fd00:1122:3344:101::d]:37842 | ||
| 7687 | 2024.11.06 00:23:15.441385 [ 3 ] {} <Debug> HTTP-Session: 4528063e-6bcf-492a-8bdb-34ea8130dfe6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7688 | 2024.11.06 00:23:15.441413 [ 3 ] {} <Debug> HTTP-Session: 4528063e-6bcf-492a-8bdb-34ea8130dfe6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7689 | 2024.11.06 00:23:15.441499 [ 3 ] {} <Trace> HTTP-Session: 4528063e-6bcf-492a-8bdb-34ea8130dfe6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7690 | 2024.11.06 00:23:15.441779 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37842) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7691 | 2024.11.06 00:23:15.441850 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7692 | 2024.11.06 00:23:15.442204 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7693 | 2024.11.06 00:23:15.442635 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7694 | 2024.11.06 00:23:15.442681 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7695 | 2024.11.06 00:23:15.443124 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7696 | 2024.11.06 00:23:15.443621 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7697 | 2024.11.06 00:23:15.443853 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002152 sec., 29739.776951672866 rows/sec., 2.32 MiB/sec. | ||
| 7698 | 2024.11.06 00:23:15.444106 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7699 | 2024.11.06 00:23:15.444137 [ 3 ] {59b2a786-815d-46c8-95aa-7f4b588b70e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7700 | 2024.11.06 00:23:15.444158 [ 3 ] {} <Debug> HTTP-Session: 4528063e-6bcf-492a-8bdb-34ea8130dfe6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7701 | 2024.11.06 00:23:15.444383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7702 | 2024.11.06 00:23:15.444465 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39015, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7703 | 2024.11.06 00:23:15.444536 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7704 | 2024.11.06 00:23:15.444556 [ 282 ] {} <Debug> HTTP-Session: 0fb478e2-3206-4a0d-8d16-e0a3559b7fa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:39015 | ||
| 7705 | 2024.11.06 00:23:15.444573 [ 282 ] {} <Debug> HTTP-Session: 0fb478e2-3206-4a0d-8d16-e0a3559b7fa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7706 | 2024.11.06 00:23:15.444588 [ 282 ] {} <Debug> HTTP-Session: 0fb478e2-3206-4a0d-8d16-e0a3559b7fa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7707 | 2024.11.06 00:23:15.444626 [ 282 ] {} <Trace> HTTP-Session: 0fb478e2-3206-4a0d-8d16-e0a3559b7fa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7708 | 2024.11.06 00:23:15.444796 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7709 | 2024.11.06 00:23:15.444847 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7710 | 2024.11.06 00:23:15.445030 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7711 | 2024.11.06 00:23:15.445434 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7712 | 2024.11.06 00:23:15.445469 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7713 | 2024.11.06 00:23:15.445870 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7714 | 2024.11.06 00:23:15.446224 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7715 | 2024.11.06 00:23:15.446388 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00166 sec., 96385.5421686747 rows/sec., 6.71 MiB/sec. | ||
| 7716 | 2024.11.06 00:23:15.446903 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7717 | 2024.11.06 00:23:15.446979 [ 282 ] {6d3a14fa-951e-4f3e-a779-4b3e58e5b61c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7718 | 2024.11.06 00:23:15.447053 [ 282 ] {} <Debug> HTTP-Session: 0fb478e2-3206-4a0d-8d16-e0a3559b7fa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7719 | 2024.11.06 00:23:15.447426 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7720 | 2024.11.06 00:23:15.447463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37842, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7721 | 2024.11.06 00:23:15.447690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7722 | 2024.11.06 00:23:15.447800 [ 3 ] {} <Debug> HTTP-Session: fdcc09b4-20a0-4d20-a494-81ff66e4eaea Authenticating user 'default' from [fd00:1122:3344:101::d]:37842 | ||
| 7723 | 2024.11.06 00:23:15.447869 [ 3 ] {} <Debug> HTTP-Session: fdcc09b4-20a0-4d20-a494-81ff66e4eaea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7724 | 2024.11.06 00:23:15.447907 [ 3 ] {} <Debug> HTTP-Session: fdcc09b4-20a0-4d20-a494-81ff66e4eaea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7725 | 2024.11.06 00:23:15.447973 [ 3 ] {} <Trace> HTTP-Session: fdcc09b4-20a0-4d20-a494-81ff66e4eaea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7726 | 2024.11.06 00:23:15.448124 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37842) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7727 | 2024.11.06 00:23:15.448181 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7728 | 2024.11.06 00:23:15.448351 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7729 | 2024.11.06 00:23:15.448666 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7730 | 2024.11.06 00:23:15.448705 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7731 | 2024.11.06 00:23:15.449094 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7732 | 2024.11.06 00:23:15.449425 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7733 | 2024.11.06 00:23:15.449588 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 7734 | 2024.11.06 00:23:15.449805 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Debug> DynamicQueryHandler: Done processing query | ||
| 7735 | 2024.11.06 00:23:15.449831 [ 3 ] {2a856106-f8fe-4817-97b9-adcb9f149798} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7736 | 2024.11.06 00:23:15.449847 [ 3 ] {} <Debug> HTTP-Session: fdcc09b4-20a0-4d20-a494-81ff66e4eaea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7737 | 2024.11.06 00:23:15.450374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37842, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7738 | 2024.11.06 00:23:16.272670 [ 12 ] {} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7739 | 2024.11.06 00:23:16.272743 [ 12 ] {} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7740 | 2024.11.06 00:23:16.272769 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7741 | 2024.11.06 00:23:16.273037 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 7742 | 2024.11.06 00:23:16.273310 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7743 | 2024.11.06 00:23:16.273372 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 7744 | 2024.11.06 00:23:16.273484 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 7745 | 2024.11.06 00:23:16.273620 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 7746 | 2024.11.06 00:23:16.273843 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 7747 | 2024.11.06 00:23:16.274015 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 7748 | 2024.11.06 00:23:16.274977 [ 196 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002114133 sec., 25542.385460138983 rows/sec., 1.30 MiB/sec. | ||
| 7749 | 2024.11.06 00:23:16.275228 [ 191 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7750 | 2024.11.06 00:23:16.275802 [ 191 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_9_2} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7751 | 2024.11.06 00:23:16.275889 [ 191 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_9_2} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7752 | 2024.11.06 00:23:16.275989 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7753 | 2024.11.06 00:23:17.027290 [ 12 ] {} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 7754 | 2024.11.06 00:23:17.027384 [ 12 ] {} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7755 | 2024.11.06 00:23:17.027425 [ 12 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7756 | 2024.11.06 00:23:17.027696 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 7757 | 2024.11.06 00:23:17.028047 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7758 | 2024.11.06 00:23:17.028126 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 7759 | 2024.11.06 00:23:17.028259 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 7760 | 2024.11.06 00:23:17.028510 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 7761 | 2024.11.06 00:23:17.028761 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 7762 | 2024.11.06 00:23:17.028850 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 7763 | 2024.11.06 00:23:17.030056 [ 196 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002510584 sec., 3584.8232921105205 rows/sec., 241.56 KiB/sec. | ||
| 7764 | 2024.11.06 00:23:17.030249 [ 196 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 7765 | 2024.11.06 00:23:17.030728 [ 196 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7766 | 2024.11.06 00:23:17.030824 [ 196 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_9_2} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 7767 | 2024.11.06 00:23:17.030925 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7768 | 2024.11.06 00:23:19.699802 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56948, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7769 | 2024.11.06 00:23:19.955341 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7770 | 2024.11.06 00:23:20.053961 [ 291 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62837, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7771 | 2024.11.06 00:23:20.284570 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7772 | 2024.11.06 00:23:20.286882 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7773 | 2024.11.06 00:23:20.305183 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64887, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7774 | 2024.11.06 00:23:20.343431 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41399, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7775 | 2024.11.06 00:23:20.368699 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39598, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7776 | 2024.11.06 00:23:20.444309 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47797, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7777 | 2024.11.06 00:23:20.444393 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7778 | 2024.11.06 00:23:20.444416 [ 282 ] {} <Debug> HTTP-Session: 86a128b9-fc12-4c8b-b980-995b2db80cc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47797 | ||
| 7779 | 2024.11.06 00:23:20.444440 [ 282 ] {} <Debug> HTTP-Session: 86a128b9-fc12-4c8b-b980-995b2db80cc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7780 | 2024.11.06 00:23:20.444455 [ 282 ] {} <Debug> HTTP-Session: 86a128b9-fc12-4c8b-b980-995b2db80cc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7781 | 2024.11.06 00:23:20.444504 [ 282 ] {} <Trace> HTTP-Session: 86a128b9-fc12-4c8b-b980-995b2db80cc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7782 | 2024.11.06 00:23:20.444772 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7783 | 2024.11.06 00:23:20.444839 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7784 | 2024.11.06 00:23:20.445188 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7785 | 2024.11.06 00:23:20.445778 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7786 | 2024.11.06 00:23:20.445823 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7787 | 2024.11.06 00:23:20.446268 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7788 | 2024.11.06 00:23:20.446646 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7789 | 2024.11.06 00:23:20.446834 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002178 sec., 124426.07897153353 rows/sec., 11.06 MiB/sec. | ||
| 7790 | 2024.11.06 00:23:20.446860 [ 35 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7791 | 2024.11.06 00:23:20.447022 [ 35 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7792 | 2024.11.06 00:23:20.447082 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7793 | 2024.11.06 00:23:20.447175 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 7794 | 2024.11.06 00:23:20.447235 [ 282 ] {01ee4c46-f7fb-435a-880a-43d2d66b99fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7795 | 2024.11.06 00:23:20.447262 [ 282 ] {} <Debug> HTTP-Session: 86a128b9-fc12-4c8b-b980-995b2db80cc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7796 | 2024.11.06 00:23:20.447289 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 7797 | 2024.11.06 00:23:20.447440 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7798 | 2024.11.06 00:23:20.447477 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1420 rows starting from the beginning of the part | ||
| 7799 | 2024.11.06 00:23:20.447511 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47797, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7800 | 2024.11.06 00:23:20.447610 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
| 7801 | 2024.11.06 00:23:20.447792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53500, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7802 | 2024.11.06 00:23:20.448039 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 271 rows starting from the beginning of the part | ||
| 7803 | 2024.11.06 00:23:20.448166 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7804 | 2024.11.06 00:23:20.448310 [ 3 ] {} <Debug> HTTP-Session: a48ff170-29dd-4f21-9d51-70df7fe73880 Authenticating user 'default' from [fd00:1122:3344:101::d]:53500 | ||
| 7805 | 2024.11.06 00:23:20.448338 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 57 rows starting from the beginning of the part | ||
| 7806 | 2024.11.06 00:23:20.448396 [ 3 ] {} <Debug> HTTP-Session: a48ff170-29dd-4f21-9d51-70df7fe73880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7807 | 2024.11.06 00:23:20.448479 [ 3 ] {} <Debug> HTTP-Session: a48ff170-29dd-4f21-9d51-70df7fe73880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7808 | 2024.11.06 00:23:20.448570 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
| 7809 | 2024.11.06 00:23:20.448682 [ 3 ] {} <Trace> HTTP-Session: a48ff170-29dd-4f21-9d51-70df7fe73880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7810 | 2024.11.06 00:23:20.448840 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 271 rows starting from the beginning of the part | ||
| 7811 | 2024.11.06 00:23:20.449204 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53500) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7812 | 2024.11.06 00:23:20.449302 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7813 | 2024.11.06 00:23:20.450267 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7814 | 2024.11.06 00:23:20.451342 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7815 | 2024.11.06 00:23:20.451395 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7816 | 2024.11.06 00:23:20.452110 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2131 rows, containing 5 columns (5 merged, 0 gathered) in 0.004914956 sec., 433574.58337368636 rows/sec., 38.20 MiB/sec. | ||
| 7817 | 2024.11.06 00:23:20.452245 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7818 | 2024.11.06 00:23:20.452414 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7819 | 2024.11.06 00:23:20.453255 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7820 | 2024.11.06 00:23:20.453599 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7821 | 2024.11.06 00:23:20.453624 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004588 sec., 8936.355710549258 rows/sec., 671.97 KiB/sec. | ||
| 7822 | 2024.11.06 00:23:20.453839 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_46_9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7823 | 2024.11.06 00:23:20.453995 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7824 | 2024.11.06 00:23:20.454045 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Debug> DynamicQueryHandler: Done processing query | ||
| 7825 | 2024.11.06 00:23:20.454079 [ 3 ] {7a3dbcf2-3b9b-43dd-a527-277c1feffbe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7826 | 2024.11.06 00:23:20.454096 [ 3 ] {} <Debug> HTTP-Session: a48ff170-29dd-4f21-9d51-70df7fe73880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7827 | 2024.11.06 00:23:20.454294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7828 | 2024.11.06 00:23:20.454338 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57780, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7829 | 2024.11.06 00:23:20.454427 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7830 | 2024.11.06 00:23:20.454459 [ 282 ] {} <Debug> HTTP-Session: a6223426-0391-4f53-90f2-c9029b5b85b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57780 | ||
| 7831 | 2024.11.06 00:23:20.454481 [ 282 ] {} <Debug> HTTP-Session: a6223426-0391-4f53-90f2-c9029b5b85b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7832 | 2024.11.06 00:23:20.454496 [ 282 ] {} <Debug> HTTP-Session: a6223426-0391-4f53-90f2-c9029b5b85b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7833 | 2024.11.06 00:23:20.454539 [ 282 ] {} <Trace> HTTP-Session: a6223426-0391-4f53-90f2-c9029b5b85b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7834 | 2024.11.06 00:23:20.454661 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57780) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7835 | 2024.11.06 00:23:20.454714 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7836 | 2024.11.06 00:23:20.454975 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7837 | 2024.11.06 00:23:20.455299 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2024.11.06 00:23:20.455336 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7839 | 2024.11.06 00:23:20.455706 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7840 | 2024.11.06 00:23:20.456088 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7841 | 2024.11.06 00:23:20.456259 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00163 sec., 8588.957055214723 rows/sec., 601.51 KiB/sec. | ||
| 7842 | 2024.11.06 00:23:20.456862 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Debug> DynamicQueryHandler: Done processing query | ||
| 7843 | 2024.11.06 00:23:20.456888 [ 282 ] {6e8ea288-f62e-4b2c-a1e4-1b870da79f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7844 | 2024.11.06 00:23:20.456905 [ 282 ] {} <Debug> HTTP-Session: a6223426-0391-4f53-90f2-c9029b5b85b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7845 | 2024.11.06 00:23:20.457093 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7846 | 2024.11.06 00:23:20.457183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63610, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7847 | 2024.11.06 00:23:20.457304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7848 | 2024.11.06 00:23:20.457342 [ 3 ] {} <Debug> HTTP-Session: a250680e-6974-46c7-be16-243a36aeb395 Authenticating user 'default' from [fd00:1122:3344:101::d]:63610 | ||
| 7849 | 2024.11.06 00:23:20.457376 [ 3 ] {} <Debug> HTTP-Session: a250680e-6974-46c7-be16-243a36aeb395 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7850 | 2024.11.06 00:23:20.457404 [ 3 ] {} <Debug> HTTP-Session: a250680e-6974-46c7-be16-243a36aeb395 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7851 | 2024.11.06 00:23:20.457470 [ 3 ] {} <Trace> HTTP-Session: a250680e-6974-46c7-be16-243a36aeb395 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7852 | 2024.11.06 00:23:20.457672 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63610) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7853 | 2024.11.06 00:23:20.457751 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7854 | 2024.11.06 00:23:20.458020 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7855 | 2024.11.06 00:23:20.458336 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7856 | 2024.11.06 00:23:20.458373 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7857 | 2024.11.06 00:23:20.458729 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7858 | 2024.11.06 00:23:20.459106 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7859 | 2024.11.06 00:23:20.459262 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001643 sec., 3651.8563603164944 rows/sec., 215.76 KiB/sec. | ||
| 7860 | 2024.11.06 00:23:20.459471 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Debug> DynamicQueryHandler: Done processing query | ||
| 7861 | 2024.11.06 00:23:20.459495 [ 3 ] {b5292054-38da-4102-87cd-f8bd4fd03e87} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7862 | 2024.11.06 00:23:20.459511 [ 3 ] {} <Debug> HTTP-Session: a250680e-6974-46c7-be16-243a36aeb395 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7863 | 2024.11.06 00:23:20.459756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7864 | 2024.11.06 00:23:20.459880 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58335, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7865 | 2024.11.06 00:23:20.459935 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7866 | 2024.11.06 00:23:20.459955 [ 289 ] {} <Debug> HTTP-Session: efa3afa6-ec4e-45d6-bb7d-23a812bfbfb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:58335 | ||
| 7867 | 2024.11.06 00:23:20.459972 [ 289 ] {} <Debug> HTTP-Session: efa3afa6-ec4e-45d6-bb7d-23a812bfbfb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7868 | 2024.11.06 00:23:20.459986 [ 289 ] {} <Debug> HTTP-Session: efa3afa6-ec4e-45d6-bb7d-23a812bfbfb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7869 | 2024.11.06 00:23:20.460018 [ 289 ] {} <Trace> HTTP-Session: efa3afa6-ec4e-45d6-bb7d-23a812bfbfb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7870 | 2024.11.06 00:23:20.460298 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58335) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7871 | 2024.11.06 00:23:20.460341 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7872 | 2024.11.06 00:23:20.460570 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7873 | 2024.11.06 00:23:20.461208 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7874 | 2024.11.06 00:23:20.461271 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7875 | 2024.11.06 00:23:20.461655 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7876 | 2024.11.06 00:23:20.462006 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7877 | 2024.11.06 00:23:20.462162 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002017 sec., 209717.40208230042 rows/sec., 14.99 MiB/sec. | ||
| 7878 | 2024.11.06 00:23:20.462171 [ 35 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7879 | 2024.11.06 00:23:20.462253 [ 35 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7880 | 2024.11.06 00:23:20.462318 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7881 | 2024.11.06 00:23:20.462453 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7882 | 2024.11.06 00:23:20.462502 [ 289 ] {364d5233-4157-420c-a764-6cdfb9f7e67e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7883 | 2024.11.06 00:23:20.462515 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 7884 | 2024.11.06 00:23:20.462565 [ 289 ] {} <Debug> HTTP-Session: efa3afa6-ec4e-45d6-bb7d-23a812bfbfb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7885 | 2024.11.06 00:23:20.462732 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7886 | 2024.11.06 00:23:20.462802 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58335, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7887 | 2024.11.06 00:23:20.462835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63610, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7888 | 2024.11.06 00:23:20.462843 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part | ||
| 7889 | 2024.11.06 00:23:20.462947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7890 | 2024.11.06 00:23:20.463055 [ 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): | ||
| 7891 | |||
| 7892 | (version 23.8.7.1) | ||
| 7893 | 2024.11.06 00:23:20.463081 [ 3 ] {} <Debug> HTTP-Session: 1e6b1553-6cb2-4bc8-bd77-3f923dec3664 Authenticating user 'default' from [fd00:1122:3344:101::d]:63610 | ||
| 7894 | 2024.11.06 00:23:20.463181 [ 3 ] {} <Debug> HTTP-Session: 1e6b1553-6cb2-4bc8-bd77-3f923dec3664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7895 | 2024.11.06 00:23:20.463203 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part | ||
| 7896 | 2024.11.06 00:23:20.463254 [ 3 ] {} <Debug> HTTP-Session: 1e6b1553-6cb2-4bc8-bd77-3f923dec3664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7897 | 2024.11.06 00:23:20.463384 [ 3 ] {} <Trace> HTTP-Session: 1e6b1553-6cb2-4bc8-bd77-3f923dec3664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7898 | 2024.11.06 00:23:20.463545 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 423 rows starting from the beginning of the part | ||
| 7899 | 2024.11.06 00:23:20.463860 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63610) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7900 | 2024.11.06 00:23:20.463876 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 66 rows starting from the beginning of the part | ||
| 7901 | 2024.11.06 00:23:20.463972 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7902 | 2024.11.06 00:23:20.464227 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part | ||
| 7903 | 2024.11.06 00:23:20.464580 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 423 rows starting from the beginning of the part | ||
| 7904 | 2024.11.06 00:23:20.464922 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7905 | 2024.11.06 00:23:20.465700 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7906 | 2024.11.06 00:23:20.465767 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7907 | 2024.11.06 00:23:20.466635 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7908 | 2024.11.06 00:23:20.467308 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7909 | 2024.11.06 00:23:20.467834 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004149 sec., 1446.1315979754158 rows/sec., 75.55 KiB/sec. | ||
| 7910 | 2024.11.06 00:23:20.467889 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005483113 sec., 356549.281402736 rows/sec., 27.29 MiB/sec. | ||
| 7911 | 2024.11.06 00:23:20.468263 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7912 | 2024.11.06 00:23:20.468354 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7913 | 2024.11.06 00:23:20.468390 [ 3 ] {191883c7-09a6-4f06-a17d-bc69fd1e7a1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7914 | 2024.11.06 00:23:20.468415 [ 3 ] {} <Debug> HTTP-Session: 1e6b1553-6cb2-4bc8-bd77-3f923dec3664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7915 | 2024.11.06 00:23:20.468676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63610, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7916 | 2024.11.06 00:23:20.468757 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42667, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7917 | 2024.11.06 00:23:20.468853 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7918 | 2024.11.06 00:23:20.468897 [ 289 ] {} <Debug> HTTP-Session: f5972e73-6a97-4fc7-8739-013a11e4fc84 Authenticating user 'default' from [fd00:1122:3344:101::d]:42667 | ||
| 7919 | 2024.11.06 00:23:20.468925 [ 289 ] {} <Debug> HTTP-Session: f5972e73-6a97-4fc7-8739-013a11e4fc84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7920 | 2024.11.06 00:23:20.468957 [ 289 ] {} <Debug> HTTP-Session: f5972e73-6a97-4fc7-8739-013a11e4fc84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7921 | 2024.11.06 00:23:20.468989 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7922 | 2024.11.06 00:23:20.469019 [ 289 ] {} <Trace> HTTP-Session: f5972e73-6a97-4fc7-8739-013a11e4fc84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7923 | 2024.11.06 00:23:20.469187 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_46_9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7924 | 2024.11.06 00:23:20.469318 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 7925 | 2024.11.06 00:23:20.469382 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42667) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7926 | 2024.11.06 00:23:20.469437 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7927 | 2024.11.06 00:23:20.469613 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7928 | 2024.11.06 00:23:20.470041 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7929 | 2024.11.06 00:23:20.470078 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7930 | 2024.11.06 00:23:20.470488 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7931 | 2024.11.06 00:23:20.470856 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7932 | 2024.11.06 00:23:20.470999 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001812 sec., 130794.70198675497 rows/sec., 8.77 MiB/sec. | ||
| 7933 | 2024.11.06 00:23:20.471011 [ 30 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7934 | 2024.11.06 00:23:20.471065 [ 30 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7935 | 2024.11.06 00:23:20.471099 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7936 | 2024.11.06 00:23:20.471235 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7937 | 2024.11.06 00:23:20.471273 [ 289 ] {a689f284-e4cb-4d52-9b86-f917cbbfa62f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7938 | 2024.11.06 00:23:20.471287 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 7939 | 2024.11.06 00:23:20.471299 [ 289 ] {} <Debug> HTTP-Session: f5972e73-6a97-4fc7-8739-013a11e4fc84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7940 | 2024.11.06 00:23:20.471566 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7941 | 2024.11.06 00:23:20.471577 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42667, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7942 | 2024.11.06 00:23:20.471667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55363, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7943 | 2024.11.06 00:23:20.471675 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 10154 rows starting from the beginning of the part | ||
| 7944 | 2024.11.06 00:23:20.471799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7945 | 2024.11.06 00:23:20.471927 [ 3 ] {} <Debug> HTTP-Session: e2aca726-6413-49f6-b370-3569f911236d Authenticating user 'default' from [fd00:1122:3344:101::d]:55363 | ||
| 7946 | 2024.11.06 00:23:20.471970 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
| 7947 | 2024.11.06 00:23:20.472008 [ 3 ] {} <Debug> HTTP-Session: e2aca726-6413-49f6-b370-3569f911236d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7948 | 2024.11.06 00:23:20.472067 [ 3 ] {} <Debug> HTTP-Session: e2aca726-6413-49f6-b370-3569f911236d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7949 | 2024.11.06 00:23:20.472216 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 7950 | 2024.11.06 00:23:20.472230 [ 3 ] {} <Trace> HTTP-Session: e2aca726-6413-49f6-b370-3569f911236d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7951 | 2024.11.06 00:23:20.472545 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 129 rows starting from the beginning of the part | ||
| 7952 | 2024.11.06 00:23:20.472677 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55363) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7953 | 2024.11.06 00:23:20.472809 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 7954 | 2024.11.06 00:23:20.472900 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7955 | 2024.11.06 00:23:20.473198 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 237 rows starting from the beginning of the part | ||
| 7956 | 2024.11.06 00:23:20.473966 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7957 | 2024.11.06 00:23:20.474659 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7958 | 2024.11.06 00:23:20.474699 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7959 | 2024.11.06 00:23:20.475262 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7960 | 2024.11.06 00:23:20.476135 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7961 | 2024.11.06 00:23:20.476585 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004055 sec., 246.60912453760793 rows/sec., 16.62 KiB/sec. | ||
| 7962 | 2024.11.06 00:23:20.476918 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Debug> DynamicQueryHandler: Done processing query | ||
| 7963 | 2024.11.06 00:23:20.476944 [ 3 ] {b4cc785c-abb6-4307-bb10-2bad16ccb099} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7964 | 2024.11.06 00:23:20.476959 [ 3 ] {} <Debug> HTTP-Session: e2aca726-6413-49f6-b370-3569f911236d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7965 | 2024.11.06 00:23:20.477136 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7966 | 2024.11.06 00:23:20.477221 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61065, User-Agent: (none), Length: 68761, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7967 | 2024.11.06 00:23:20.477286 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7968 | 2024.11.06 00:23:20.477311 [ 289 ] {} <Debug> HTTP-Session: 6dd8bfb1-9573-458e-b879-8d921b5ba3d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61065 | ||
| 7969 | 2024.11.06 00:23:20.477333 [ 289 ] {} <Debug> HTTP-Session: 6dd8bfb1-9573-458e-b879-8d921b5ba3d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7970 | 2024.11.06 00:23:20.477350 [ 289 ] {} <Debug> HTTP-Session: 6dd8bfb1-9573-458e-b879-8d921b5ba3d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7971 | 2024.11.06 00:23:20.477388 [ 289 ] {} <Trace> HTTP-Session: 6dd8bfb1-9573-458e-b879-8d921b5ba3d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7972 | 2024.11.06 00:23:20.478957 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61065) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7973 | 2024.11.06 00:23:20.479038 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <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 | ||
| 7974 | 2024.11.06 00:23:20.479994 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11077 rows, containing 5 columns (5 merged, 0 gathered) in 0.008805942 sec., 1257900.6311874413 rows/sec., 85.26 MiB/sec. | ||
| 7975 | 2024.11.06 00:23:20.480269 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7976 | 2024.11.06 00:23:20.480363 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7977 | 2024.11.06 00:23:20.481012 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7978 | 2024.11.06 00:23:20.481111 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7979 | 2024.11.06 00:23:20.481208 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. | ||
| 7980 | 2024.11.06 00:23:20.481570 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7981 | 2024.11.06 00:23:20.481611 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 7982 | 2024.11.06 00:23:20.482314 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7983 | 2024.11.06 00:23:20.482738 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7984 | 2024.11.06 00:23:20.482903 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005066 sec., 8093.170153967627 rows/sec., 14.50 MiB/sec. | ||
| 7985 | 2024.11.06 00:23:20.483156 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <Debug> DynamicQueryHandler: Done processing query | ||
| 7986 | 2024.11.06 00:23:20.483181 [ 289 ] {66c292cb-86e2-4aa6-86fe-06918043c244} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 7987 | 2024.11.06 00:23:20.483196 [ 289 ] {} <Debug> HTTP-Session: 6dd8bfb1-9573-458e-b879-8d921b5ba3d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7988 | 2024.11.06 00:23:20.483347 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61065, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7989 | 2024.11.06 00:23:20.483350 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55363, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7990 | 2024.11.06 00:23:20.483424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7991 | 2024.11.06 00:23:20.483451 [ 3 ] {} <Debug> HTTP-Session: 1517138b-9839-4701-9655-6a0363ccd511 Authenticating user 'default' from [fd00:1122:3344:101::d]:55363 | ||
| 7992 | 2024.11.06 00:23:20.483473 [ 3 ] {} <Debug> HTTP-Session: 1517138b-9839-4701-9655-6a0363ccd511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7993 | 2024.11.06 00:23:20.483491 [ 3 ] {} <Debug> HTTP-Session: 1517138b-9839-4701-9655-6a0363ccd511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7994 | 2024.11.06 00:23:20.483528 [ 3 ] {} <Trace> HTTP-Session: 1517138b-9839-4701-9655-6a0363ccd511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7995 | 2024.11.06 00:23:20.483680 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55363) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7996 | 2024.11.06 00:23:20.483731 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7997 | 2024.11.06 00:23:20.483863 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7998 | 2024.11.06 00:23:20.484167 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7999 | 2024.11.06 00:23:20.484201 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8000 | 2024.11.06 00:23:20.484560 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8001 | 2024.11.06 00:23:20.484889 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8002 | 2024.11.06 00:23:20.485017 [ 30 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8003 | 2024.11.06 00:23:20.485022 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001404 sec., 58404.558404558404 rows/sec., 3.71 MiB/sec. | ||
| 8004 | 2024.11.06 00:23:20.485051 [ 30 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8005 | 2024.11.06 00:23:20.485085 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8006 | 2024.11.06 00:23:20.485265 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 8007 | 2024.11.06 00:23:20.485283 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Debug> DynamicQueryHandler: Done processing query | ||
| 8008 | 2024.11.06 00:23:20.485339 [ 3 ] {3ada482c-c078-4bb8-ba97-650fb886a483} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8009 | 2024.11.06 00:23:20.485378 [ 3 ] {} <Debug> HTTP-Session: 1517138b-9839-4701-9655-6a0363ccd511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8010 | 2024.11.06 00:23:20.485498 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8011 | 2024.11.06 00:23:20.485541 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1788 rows starting from the beginning of the part | ||
| 8012 | 2024.11.06 00:23:20.485661 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 8013 | 2024.11.06 00:23:20.485922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8014 | 2024.11.06 00:23:20.485935 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 8015 | 2024.11.06 00:23:20.486145 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 48 rows starting from the beginning of the part | ||
| 8016 | 2024.11.06 00:23:20.486227 [ 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): | ||
| 8017 | |||
| 8018 | (version 23.8.7.1) | ||
| 8019 | 2024.11.06 00:23:20.486371 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 8020 | 2024.11.06 00:23:20.486490 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 82 rows starting from the beginning of the part | ||
| 8021 | 2024.11.06 00:23:20.487924 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2120 rows, containing 4 columns (4 merged, 0 gathered) in 0.002745591 sec., 772147.0532209642 rows/sec., 51.10 MiB/sec. | ||
| 8022 | 2024.11.06 00:23:20.488207 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8023 | 2024.11.06 00:23:20.488677 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8024 | 2024.11.06 00:23:20.488756 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_46_9} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8025 | 2024.11.06 00:23:20.488843 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 8026 | 2024.11.06 00:23:20.498031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58705, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8027 | 2024.11.06 00:23:20.575885 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51179, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8028 | 2024.11.06 00:23:20.665033 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55767, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8029 | 2024.11.06 00:23:20.761322 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8030 | 2024.11.06 00:23:20.826452 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8031 | 2024.11.06 00:23:20.840797 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41756, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8032 | 2024.11.06 00:23:20.853167 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40025, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8033 | 2024.11.06 00:23:20.860752 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8034 | 2024.11.06 00:23:20.870104 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53134, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8035 | 2024.11.06 00:23:21.065674 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8036 | 2024.11.06 00:23:21.100408 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8037 | 2024.11.06 00:23:21.120692 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40242, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8038 | 2024.11.06 00:23:21.166080 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41157, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8039 | 2024.11.06 00:23:21.390553 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47611, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8040 | 2024.11.06 00:23:21.399044 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8041 | 2024.11.06 00:23:21.416375 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38036, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8042 | 2024.11.06 00:23:22.015057 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 742 | ||
| 8043 | 2024.11.06 00:23:22.017826 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8044 | 2024.11.06 00:23:22.017867 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8045 | 2024.11.06 00:23:22.019366 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8046 | 2024.11.06 00:23:22.020377 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8047 | 2024.11.06 00:23:22.020839 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 742 | ||
| 8048 | 2024.11.06 00:23:22.742084 [ 42 ] {} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 8049 | 2024.11.06 00:23:22.742192 [ 42 ] {} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8050 | 2024.11.06 00:23:22.742236 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8051 | 2024.11.06 00:23:22.742596 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 8052 | 2024.11.06 00:23:22.742868 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8053 | 2024.11.06 00:23:22.742905 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 14 rows starting from the beginning of the part | ||
| 8054 | 2024.11.06 00:23:22.742991 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 8055 | 2024.11.06 00:23:22.743234 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 8056 | 2024.11.06 00:23:22.743505 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 8057 | 2024.11.06 00:23:22.743673 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 8058 | 2024.11.06 00:23:22.744824 [ 187 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 5 columns (5 merged, 0 gathered) in 0.002477874 sec., 12914.296691437901 rows/sec., 1.08 MiB/sec. | ||
| 8059 | 2024.11.06 00:23:22.745116 [ 187 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 8060 | 2024.11.06 00:23:22.745873 [ 187 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_9_2} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8061 | 2024.11.06 00:23:22.745963 [ 187 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_9_2} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 8062 | 2024.11.06 00:23:22.746066 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8063 | 2024.11.06 00:23:25.436843 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43699, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8064 | 2024.11.06 00:23:25.436977 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8065 | 2024.11.06 00:23:25.437005 [ 288 ] {} <Debug> HTTP-Session: b7575040-bd18-415a-aa73-b9034875171b Authenticating user 'default' from [fd00:1122:3344:101::d]:43699 | ||
| 8066 | 2024.11.06 00:23:25.437029 [ 288 ] {} <Debug> HTTP-Session: b7575040-bd18-415a-aa73-b9034875171b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8067 | 2024.11.06 00:23:25.437043 [ 288 ] {} <Debug> HTTP-Session: b7575040-bd18-415a-aa73-b9034875171b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8068 | 2024.11.06 00:23:25.437096 [ 288 ] {} <Trace> HTTP-Session: b7575040-bd18-415a-aa73-b9034875171b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8069 | 2024.11.06 00:23:25.437285 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43699) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8070 | 2024.11.06 00:23:25.437354 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8071 | 2024.11.06 00:23:25.437702 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8072 | 2024.11.06 00:23:25.438134 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8073 | 2024.11.06 00:23:25.438181 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8074 | 2024.11.06 00:23:25.438616 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 8075 | 2024.11.06 00:23:25.439032 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8076 | 2024.11.06 00:23:25.439209 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001971 sec., 1014.7133434804667 rows/sec., 82.74 KiB/sec. | ||
| 8077 | 2024.11.06 00:23:25.439599 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Debug> DynamicQueryHandler: Done processing query | ||
| 8078 | 2024.11.06 00:23:25.439628 [ 288 ] {58c9f73c-1793-481f-85b4-67653e27c205} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8079 | 2024.11.06 00:23:25.439645 [ 288 ] {} <Debug> HTTP-Session: b7575040-bd18-415a-aa73-b9034875171b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8080 | 2024.11.06 00:23:25.439836 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8081 | 2024.11.06 00:23:25.439915 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55889, User-Agent: (none), Length: 7946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8082 | 2024.11.06 00:23:25.440029 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8083 | 2024.11.06 00:23:25.440054 [ 290 ] {} <Debug> HTTP-Session: a97f852c-5786-4c39-883e-a5389a460a65 Authenticating user 'default' from [fd00:1122:3344:101::d]:55889 | ||
| 8084 | 2024.11.06 00:23:25.440078 [ 290 ] {} <Debug> HTTP-Session: a97f852c-5786-4c39-883e-a5389a460a65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8085 | 2024.11.06 00:23:25.440092 [ 290 ] {} <Debug> HTTP-Session: a97f852c-5786-4c39-883e-a5389a460a65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8086 | 2024.11.06 00:23:25.440147 [ 290 ] {} <Trace> HTTP-Session: a97f852c-5786-4c39-883e-a5389a460a65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8087 | 2024.11.06 00:23:25.440344 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55889) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8088 | 2024.11.06 00:23:25.440411 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8089 | 2024.11.06 00:23:25.440749 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8090 | 2024.11.06 00:23:25.441150 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8091 | 2024.11.06 00:23:25.441192 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8092 | 2024.11.06 00:23:25.441620 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8093 | 2024.11.06 00:23:25.442034 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8094 | 2024.11.06 00:23:25.442200 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001921 sec., 29672.04580947423 rows/sec., 2.26 MiB/sec. | ||
| 8095 | 2024.11.06 00:23:25.442397 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Debug> DynamicQueryHandler: Done processing query | ||
| 8096 | 2024.11.06 00:23:25.442424 [ 290 ] {87f76a92-82fd-48fa-b5a5-cb2a94365166} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8097 | 2024.11.06 00:23:25.442440 [ 290 ] {} <Debug> HTTP-Session: a97f852c-5786-4c39-883e-a5389a460a65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8098 | 2024.11.06 00:23:25.442571 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8099 | 2024.11.06 00:23:25.442691 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63018, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8100 | 2024.11.06 00:23:25.442765 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8101 | 2024.11.06 00:23:25.442791 [ 288 ] {} <Debug> HTTP-Session: cfab506b-64e8-42fe-8f82-5960779d795f Authenticating user 'default' from [fd00:1122:3344:101::d]:63018 | ||
| 8102 | 2024.11.06 00:23:25.442814 [ 288 ] {} <Debug> HTTP-Session: cfab506b-64e8-42fe-8f82-5960779d795f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8103 | 2024.11.06 00:23:25.442831 [ 288 ] {} <Debug> HTTP-Session: cfab506b-64e8-42fe-8f82-5960779d795f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8104 | 2024.11.06 00:23:25.442881 [ 288 ] {} <Trace> HTTP-Session: cfab506b-64e8-42fe-8f82-5960779d795f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8105 | 2024.11.06 00:23:25.443020 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63018) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8106 | 2024.11.06 00:23:25.443080 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8107 | 2024.11.06 00:23:25.443411 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8108 | 2024.11.06 00:23:25.443782 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8109 | 2024.11.06 00:23:25.443821 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8110 | 2024.11.06 00:23:25.444189 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8111 | 2024.11.06 00:23:25.444579 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8112 | 2024.11.06 00:23:25.444754 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001774 sec., 1127.3957158962796 rows/sec., 78.72 KiB/sec. | ||
| 8113 | 2024.11.06 00:23:25.444935 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Debug> DynamicQueryHandler: Done processing query | ||
| 8114 | 2024.11.06 00:23:25.444960 [ 288 ] {c1aacd43-2f25-4f67-a73b-ab345802bc85} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8115 | 2024.11.06 00:23:25.444976 [ 288 ] {} <Debug> HTTP-Session: cfab506b-64e8-42fe-8f82-5960779d795f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8116 | 2024.11.06 00:23:25.445144 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63018, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8117 | 2024.11.06 00:23:25.445187 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55889, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8118 | 2024.11.06 00:23:25.445299 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8119 | 2024.11.06 00:23:25.445328 [ 290 ] {} <Debug> HTTP-Session: 8b723d0f-cd52-4278-9b36-5d734b878a0f Authenticating user 'default' from [fd00:1122:3344:101::d]:55889 | ||
| 8120 | 2024.11.06 00:23:25.445351 [ 290 ] {} <Debug> HTTP-Session: 8b723d0f-cd52-4278-9b36-5d734b878a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8121 | 2024.11.06 00:23:25.445371 [ 290 ] {} <Debug> HTTP-Session: 8b723d0f-cd52-4278-9b36-5d734b878a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8122 | 2024.11.06 00:23:25.445416 [ 290 ] {} <Trace> HTTP-Session: 8b723d0f-cd52-4278-9b36-5d734b878a0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8123 | 2024.11.06 00:23:25.445576 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55889) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8124 | 2024.11.06 00:23:25.445634 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8125 | 2024.11.06 00:23:25.445923 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8126 | 2024.11.06 00:23:25.446300 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8127 | 2024.11.06 00:23:25.446339 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8128 | 2024.11.06 00:23:25.446714 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8129 | 2024.11.06 00:23:25.447098 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8130 | 2024.11.06 00:23:25.447252 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001732 sec., 38106.23556581986 rows/sec., 2.98 MiB/sec. | ||
| 8131 | 2024.11.06 00:23:25.447428 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8132 | 2024.11.06 00:23:25.447453 [ 290 ] {3323e8e7-a670-4c54-a4f6-8d160f3704c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8133 | 2024.11.06 00:23:25.447470 [ 290 ] {} <Debug> HTTP-Session: 8b723d0f-cd52-4278-9b36-5d734b878a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8134 | 2024.11.06 00:23:25.447647 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8135 | 2024.11.06 00:23:25.447742 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53015, User-Agent: (none), Length: 30839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8136 | 2024.11.06 00:23:25.447831 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8137 | 2024.11.06 00:23:25.447853 [ 288 ] {} <Debug> HTTP-Session: bd0201a1-1098-4ca7-a487-56ace25304d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53015 | ||
| 8138 | 2024.11.06 00:23:25.447871 [ 288 ] {} <Debug> HTTP-Session: bd0201a1-1098-4ca7-a487-56ace25304d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8139 | 2024.11.06 00:23:25.447890 [ 288 ] {} <Debug> HTTP-Session: bd0201a1-1098-4ca7-a487-56ace25304d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8140 | 2024.11.06 00:23:25.447932 [ 288 ] {} <Trace> HTTP-Session: bd0201a1-1098-4ca7-a487-56ace25304d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8141 | 2024.11.06 00:23:25.448110 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53015) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8142 | 2024.11.06 00:23:25.448165 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8143 | 2024.11.06 00:23:25.448351 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8144 | 2024.11.06 00:23:25.448730 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8145 | 2024.11.06 00:23:25.448767 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8146 | 2024.11.06 00:23:25.449180 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8147 | 2024.11.06 00:23:25.449546 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2024.11.06 00:23:25.449708 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001675 sec., 96119.40298507463 rows/sec., 6.69 MiB/sec. | ||
| 8149 | 2024.11.06 00:23:25.449876 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Debug> DynamicQueryHandler: Done processing query | ||
| 8150 | 2024.11.06 00:23:25.449901 [ 288 ] {caf1f80a-b3d3-409c-a99f-cb3f44e02432} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8151 | 2024.11.06 00:23:25.449917 [ 288 ] {} <Debug> HTTP-Session: bd0201a1-1098-4ca7-a487-56ace25304d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8152 | 2024.11.06 00:23:25.450070 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55889, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8153 | 2024.11.06 00:23:25.450092 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8154 | 2024.11.06 00:23:25.450158 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8155 | 2024.11.06 00:23:25.450198 [ 290 ] {} <Debug> HTTP-Session: ace79afe-5ecc-4ccf-8c7f-914e5bbbe751 Authenticating user 'default' from [fd00:1122:3344:101::d]:55889 | ||
| 8156 | 2024.11.06 00:23:25.450224 [ 290 ] {} <Debug> HTTP-Session: ace79afe-5ecc-4ccf-8c7f-914e5bbbe751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8157 | 2024.11.06 00:23:25.450246 [ 290 ] {} <Debug> HTTP-Session: ace79afe-5ecc-4ccf-8c7f-914e5bbbe751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8158 | 2024.11.06 00:23:25.450294 [ 290 ] {} <Trace> HTTP-Session: ace79afe-5ecc-4ccf-8c7f-914e5bbbe751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8159 | 2024.11.06 00:23:25.450455 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55889) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8160 | 2024.11.06 00:23:25.450514 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8161 | 2024.11.06 00:23:25.450707 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8162 | 2024.11.06 00:23:25.451024 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8163 | 2024.11.06 00:23:25.451061 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8164 | 2024.11.06 00:23:25.451441 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8165 | 2024.11.06 00:23:25.451787 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8166 | 2024.11.06 00:23:25.451942 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 8167 | 2024.11.06 00:23:25.452113 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Debug> DynamicQueryHandler: Done processing query | ||
| 8168 | 2024.11.06 00:23:25.452138 [ 290 ] {7bf678a9-3eb3-4e55-8356-d069b22ff899} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8169 | 2024.11.06 00:23:25.452154 [ 290 ] {} <Debug> HTTP-Session: ace79afe-5ecc-4ccf-8c7f-914e5bbbe751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8170 | 2024.11.06 00:23:25.452351 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8171 | 2024.11.06 00:23:26.737817 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8172 | 2024.11.06 00:23:26.737873 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8173 | 2024.11.06 00:23:30.437153 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36774, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8174 | 2024.11.06 00:23:30.437352 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8175 | 2024.11.06 00:23:30.437398 [ 288 ] {} <Debug> HTTP-Session: a5408b43-1183-4337-b6b9-b9f4a3c860e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:36774 | ||
| 8176 | 2024.11.06 00:23:30.437440 [ 288 ] {} <Debug> HTTP-Session: a5408b43-1183-4337-b6b9-b9f4a3c860e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8177 | 2024.11.06 00:23:30.437468 [ 288 ] {} <Debug> HTTP-Session: a5408b43-1183-4337-b6b9-b9f4a3c860e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8178 | 2024.11.06 00:23:30.437549 [ 288 ] {} <Trace> HTTP-Session: a5408b43-1183-4337-b6b9-b9f4a3c860e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8179 | 2024.11.06 00:23:30.437864 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36774) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8180 | 2024.11.06 00:23:30.437952 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8181 | 2024.11.06 00:23:30.438296 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8182 | 2024.11.06 00:23:30.438735 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8183 | 2024.11.06 00:23:30.438780 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8184 | 2024.11.06 00:23:30.439211 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8185 | 2024.11.06 00:23:30.439611 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8186 | 2024.11.06 00:23:30.439797 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002042 sec., 27424.09402546523 rows/sec., 2.09 MiB/sec. | ||
| 8187 | 2024.11.06 00:23:30.440018 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8188 | 2024.11.06 00:23:30.440044 [ 288 ] {e00b90be-f985-4c01-bba5-490eadb817d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8189 | 2024.11.06 00:23:30.440061 [ 288 ] {} <Debug> HTTP-Session: a5408b43-1183-4337-b6b9-b9f4a3c860e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8190 | 2024.11.06 00:23:30.440258 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8191 | 2024.11.06 00:23:30.440372 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58484, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8192 | 2024.11.06 00:23:30.440493 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8193 | 2024.11.06 00:23:30.440518 [ 290 ] {} <Debug> HTTP-Session: c16cbac6-67b6-4ae1-ae31-395f95087611 Authenticating user 'default' from [fd00:1122:3344:101::d]:58484 | ||
| 8194 | 2024.11.06 00:23:30.440543 [ 290 ] {} <Debug> HTTP-Session: c16cbac6-67b6-4ae1-ae31-395f95087611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8195 | 2024.11.06 00:23:30.440559 [ 290 ] {} <Debug> HTTP-Session: c16cbac6-67b6-4ae1-ae31-395f95087611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8196 | 2024.11.06 00:23:30.440614 [ 290 ] {} <Trace> HTTP-Session: c16cbac6-67b6-4ae1-ae31-395f95087611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8197 | 2024.11.06 00:23:30.440823 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58484) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8198 | 2024.11.06 00:23:30.440893 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8199 | 2024.11.06 00:23:30.441245 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8200 | 2024.11.06 00:23:30.441663 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8201 | 2024.11.06 00:23:30.441704 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8202 | 2024.11.06 00:23:30.442147 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8203 | 2024.11.06 00:23:30.442560 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8204 | 2024.11.06 00:23:30.442720 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00197 sec., 32487.30964467005 rows/sec., 2.54 MiB/sec. | ||
| 8205 | 2024.11.06 00:23:30.443052 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8206 | 2024.11.06 00:23:30.443106 [ 290 ] {db6f48ad-7169-4824-9f3f-7996c8ec986b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8207 | 2024.11.06 00:23:30.443139 [ 290 ] {} <Debug> HTTP-Session: c16cbac6-67b6-4ae1-ae31-395f95087611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8208 | 2024.11.06 00:23:30.443332 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58484, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8209 | 2024.11.06 00:23:30.443461 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34882, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8210 | 2024.11.06 00:23:30.443532 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8211 | 2024.11.06 00:23:30.443558 [ 288 ] {} <Debug> HTTP-Session: 9c7bc829-ecac-46f1-acf0-c4c88edfa08a Authenticating user 'default' from [fd00:1122:3344:101::d]:34882 | ||
| 8212 | 2024.11.06 00:23:30.443581 [ 288 ] {} <Debug> HTTP-Session: 9c7bc829-ecac-46f1-acf0-c4c88edfa08a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8213 | 2024.11.06 00:23:30.443598 [ 288 ] {} <Debug> HTTP-Session: 9c7bc829-ecac-46f1-acf0-c4c88edfa08a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8214 | 2024.11.06 00:23:30.443648 [ 288 ] {} <Trace> HTTP-Session: 9c7bc829-ecac-46f1-acf0-c4c88edfa08a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8215 | 2024.11.06 00:23:30.443854 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34882) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8216 | 2024.11.06 00:23:30.443913 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8217 | 2024.11.06 00:23:30.444101 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8218 | 2024.11.06 00:23:30.444481 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8219 | 2024.11.06 00:23:30.444519 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8220 | 2024.11.06 00:23:30.444918 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8221 | 2024.11.06 00:23:30.445264 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8222 | 2024.11.06 00:23:30.445430 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001667 sec., 95980.80383923215 rows/sec., 6.68 MiB/sec. | ||
| 8223 | 2024.11.06 00:23:30.445604 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Debug> DynamicQueryHandler: Done processing query | ||
| 8224 | 2024.11.06 00:23:30.445630 [ 288 ] {f1bdab6e-083b-4ea6-be52-8a2ce54c0edc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8225 | 2024.11.06 00:23:30.445646 [ 288 ] {} <Debug> HTTP-Session: 9c7bc829-ecac-46f1-acf0-c4c88edfa08a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8226 | 2024.11.06 00:23:30.445815 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58484, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8227 | 2024.11.06 00:23:30.445838 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34882, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8228 | 2024.11.06 00:23:30.445913 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8229 | 2024.11.06 00:23:30.445947 [ 290 ] {} <Debug> HTTP-Session: 1d91b2be-c13d-4f8e-99a1-235f6af92016 Authenticating user 'default' from [fd00:1122:3344:101::d]:58484 | ||
| 8230 | 2024.11.06 00:23:30.445973 [ 290 ] {} <Debug> HTTP-Session: 1d91b2be-c13d-4f8e-99a1-235f6af92016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8231 | 2024.11.06 00:23:30.446001 [ 290 ] {} <Debug> HTTP-Session: 1d91b2be-c13d-4f8e-99a1-235f6af92016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8232 | 2024.11.06 00:23:30.446058 [ 290 ] {} <Trace> HTTP-Session: 1d91b2be-c13d-4f8e-99a1-235f6af92016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8233 | 2024.11.06 00:23:30.446238 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58484) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8234 | 2024.11.06 00:23:30.446299 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8235 | 2024.11.06 00:23:30.446498 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8236 | 2024.11.06 00:23:30.446837 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8237 | 2024.11.06 00:23:30.446879 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8238 | 2024.11.06 00:23:30.447270 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 8239 | 2024.11.06 00:23:30.447616 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8240 | 2024.11.06 00:23:30.447753 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001589 sec., 37759.59723096287 rows/sec., 2.54 MiB/sec. | ||
| 8241 | 2024.11.06 00:23:30.447931 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8242 | 2024.11.06 00:23:30.447958 [ 290 ] {9c40e5fb-aa59-4ae8-9a90-ab25238e01a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8243 | 2024.11.06 00:23:30.447974 [ 290 ] {} <Debug> HTTP-Session: 1d91b2be-c13d-4f8e-99a1-235f6af92016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8244 | 2024.11.06 00:23:30.448227 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58484, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8245 | 2024.11.06 00:23:32.021766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 762 | ||
| 8246 | 2024.11.06 00:23:32.024380 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8247 | 2024.11.06 00:23:32.024431 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.78 GiB. | ||
| 8248 | 2024.11.06 00:23:32.025915 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8249 | 2024.11.06 00:23:32.026894 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8250 | 2024.11.06 00:23:32.027401 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 762 | ||
| 8251 | 2024.11.06 00:23:35.443084 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36412, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8252 | 2024.11.06 00:23:35.443219 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8253 | 2024.11.06 00:23:35.443248 [ 283 ] {} <Debug> HTTP-Session: 1c946fd1-23ac-4b63-93e0-fd92a90b4393 Authenticating user 'default' from [fd00:1122:3344:101::d]:36412 | ||
| 8254 | 2024.11.06 00:23:35.443275 [ 283 ] {} <Debug> HTTP-Session: 1c946fd1-23ac-4b63-93e0-fd92a90b4393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8255 | 2024.11.06 00:23:35.443291 [ 283 ] {} <Debug> HTTP-Session: 1c946fd1-23ac-4b63-93e0-fd92a90b4393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8256 | 2024.11.06 00:23:35.443347 [ 283 ] {} <Trace> HTTP-Session: 1c946fd1-23ac-4b63-93e0-fd92a90b4393 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8257 | 2024.11.06 00:23:35.443634 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36412) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8258 | 2024.11.06 00:23:35.443710 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8259 | 2024.11.06 00:23:35.444076 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8260 | 2024.11.06 00:23:35.444732 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8261 | 2024.11.06 00:23:35.444774 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8262 | 2024.11.06 00:23:35.445229 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8263 | 2024.11.06 00:23:35.445619 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8264 | 2024.11.06 00:23:35.445771 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002275 sec., 119120.87912087911 rows/sec., 10.58 MiB/sec. | ||
| 8265 | 2024.11.06 00:23:35.445990 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8266 | 2024.11.06 00:23:35.446017 [ 283 ] {e3682bdb-eac7-451a-b65e-302003f4aa0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8267 | 2024.11.06 00:23:35.446034 [ 283 ] {} <Debug> HTTP-Session: 1c946fd1-23ac-4b63-93e0-fd92a90b4393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8268 | 2024.11.06 00:23:35.446231 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8269 | 2024.11.06 00:23:35.446347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36594, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8270 | 2024.11.06 00:23:35.446475 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8271 | 2024.11.06 00:23:35.446502 [ 3 ] {} <Debug> HTTP-Session: 9371cf3d-499d-4d0b-9d1c-2cd189e44d61 Authenticating user 'default' from [fd00:1122:3344:101::d]:36594 | ||
| 8272 | 2024.11.06 00:23:35.446527 [ 3 ] {} <Debug> HTTP-Session: 9371cf3d-499d-4d0b-9d1c-2cd189e44d61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8273 | 2024.11.06 00:23:35.446541 [ 3 ] {} <Debug> HTTP-Session: 9371cf3d-499d-4d0b-9d1c-2cd189e44d61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8274 | 2024.11.06 00:23:35.446595 [ 3 ] {} <Trace> HTTP-Session: 9371cf3d-499d-4d0b-9d1c-2cd189e44d61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8275 | 2024.11.06 00:23:35.446801 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36594) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8276 | 2024.11.06 00:23:35.446872 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8277 | 2024.11.06 00:23:35.447229 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8278 | 2024.11.06 00:23:35.447634 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8279 | 2024.11.06 00:23:35.447683 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8280 | 2024.11.06 00:23:35.448120 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 8281 | 2024.11.06 00:23:35.448532 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8282 | 2024.11.06 00:23:35.448717 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001978 sec., 20728.008088978764 rows/sec., 1.52 MiB/sec. | ||
| 8283 | 2024.11.06 00:23:35.449101 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8284 | 2024.11.06 00:23:35.449131 [ 3 ] {f1f33f42-274a-4698-910e-f705e494f65b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8285 | 2024.11.06 00:23:35.449148 [ 3 ] {} <Debug> HTTP-Session: 9371cf3d-499d-4d0b-9d1c-2cd189e44d61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8286 | 2024.11.06 00:23:35.449314 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8287 | 2024.11.06 00:23:35.449331 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36412, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8288 | 2024.11.06 00:23:35.449429 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8289 | 2024.11.06 00:23:35.449467 [ 283 ] {} <Debug> HTTP-Session: 3ee346b1-0d6d-472f-991c-9b1150edbf11 Authenticating user 'default' from [fd00:1122:3344:101::d]:36412 | ||
| 8290 | 2024.11.06 00:23:35.449495 [ 283 ] {} <Debug> HTTP-Session: 3ee346b1-0d6d-472f-991c-9b1150edbf11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8291 | 2024.11.06 00:23:35.449515 [ 283 ] {} <Debug> HTTP-Session: 3ee346b1-0d6d-472f-991c-9b1150edbf11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8292 | 2024.11.06 00:23:35.449564 [ 283 ] {} <Trace> HTTP-Session: 3ee346b1-0d6d-472f-991c-9b1150edbf11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8293 | 2024.11.06 00:23:35.449706 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36412) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8294 | 2024.11.06 00:23:35.449764 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8295 | 2024.11.06 00:23:35.450056 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8296 | 2024.11.06 00:23:35.450382 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8297 | 2024.11.06 00:23:35.450417 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8298 | 2024.11.06 00:23:35.450782 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8299 | 2024.11.06 00:23:35.451149 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8300 | 2024.11.06 00:23:35.451282 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001621 sec., 8636.64404688464 rows/sec., 604.85 KiB/sec. | ||
| 8301 | 2024.11.06 00:23:35.451514 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8302 | 2024.11.06 00:23:35.451540 [ 283 ] {e6c886a1-bfcd-40ee-883c-86f04e0788a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8303 | 2024.11.06 00:23:35.451556 [ 283 ] {} <Debug> HTTP-Session: 3ee346b1-0d6d-472f-991c-9b1150edbf11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8304 | 2024.11.06 00:23:35.451728 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8305 | 2024.11.06 00:23:35.451787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39750, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8306 | 2024.11.06 00:23:35.451880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8307 | 2024.11.06 00:23:35.451906 [ 3 ] {} <Debug> HTTP-Session: d16734cc-17cc-4e17-904c-d1fa82b91892 Authenticating user 'default' from [fd00:1122:3344:101::d]:39750 | ||
| 8308 | 2024.11.06 00:23:35.451927 [ 3 ] {} <Debug> HTTP-Session: d16734cc-17cc-4e17-904c-d1fa82b91892 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8309 | 2024.11.06 00:23:35.451941 [ 3 ] {} <Debug> HTTP-Session: d16734cc-17cc-4e17-904c-d1fa82b91892 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8310 | 2024.11.06 00:23:35.451990 [ 3 ] {} <Trace> HTTP-Session: d16734cc-17cc-4e17-904c-d1fa82b91892 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8311 | 2024.11.06 00:23:35.452138 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39750) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8312 | 2024.11.06 00:23:35.452197 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8313 | 2024.11.06 00:23:35.452516 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8314 | 2024.11.06 00:23:35.452889 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8315 | 2024.11.06 00:23:35.452935 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8316 | 2024.11.06 00:23:35.453310 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8317 | 2024.11.06 00:23:35.453688 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8318 | 2024.11.06 00:23:35.453859 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001752 sec., 3424.6575342465753 rows/sec., 202.34 KiB/sec. | ||
| 8319 | 2024.11.06 00:23:35.454165 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Debug> DynamicQueryHandler: Done processing query | ||
| 8320 | 2024.11.06 00:23:35.454190 [ 3 ] {ff6870f3-e749-437c-8c83-452e949483de} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8321 | 2024.11.06 00:23:35.454207 [ 3 ] {} <Debug> HTTP-Session: d16734cc-17cc-4e17-904c-d1fa82b91892 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8322 | 2024.11.06 00:23:35.454448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8323 | 2024.11.06 00:23:35.454548 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58802, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8324 | 2024.11.06 00:23:35.454625 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8325 | 2024.11.06 00:23:35.454650 [ 289 ] {} <Debug> HTTP-Session: 3178955c-0e6c-4998-b45a-73b8ac999926 Authenticating user 'default' from [fd00:1122:3344:101::d]:58802 | ||
| 8326 | 2024.11.06 00:23:35.454673 [ 289 ] {} <Debug> HTTP-Session: 3178955c-0e6c-4998-b45a-73b8ac999926 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8327 | 2024.11.06 00:23:35.454690 [ 289 ] {} <Debug> HTTP-Session: 3178955c-0e6c-4998-b45a-73b8ac999926 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8328 | 2024.11.06 00:23:35.454732 [ 289 ] {} <Trace> HTTP-Session: 3178955c-0e6c-4998-b45a-73b8ac999926 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8329 | 2024.11.06 00:23:35.455022 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58802) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8330 | 2024.11.06 00:23:35.455072 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8331 | 2024.11.06 00:23:35.455326 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8332 | 2024.11.06 00:23:35.455930 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8333 | 2024.11.06 00:23:35.455968 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8334 | 2024.11.06 00:23:35.456360 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8335 | 2024.11.06 00:23:35.456728 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8336 | 2024.11.06 00:23:35.456883 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002008 sec., 210657.3705179283 rows/sec., 15.06 MiB/sec. | ||
| 8337 | 2024.11.06 00:23:35.457194 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8338 | 2024.11.06 00:23:35.457230 [ 289 ] {b7449a1e-8a83-4e0f-9954-a36a03dbdad9} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8339 | 2024.11.06 00:23:35.457258 [ 289 ] {} <Debug> HTTP-Session: 3178955c-0e6c-4998-b45a-73b8ac999926 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8340 | 2024.11.06 00:23:35.457479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39750, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8341 | 2024.11.06 00:23:35.457494 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8342 | 2024.11.06 00:23:35.457540 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8343 | 2024.11.06 00:23:35.457572 [ 3 ] {} <Debug> HTTP-Session: 3f136760-fb61-429d-bf23-8f2c645c21fe Authenticating user 'default' from [fd00:1122:3344:101::d]:39750 | ||
| 8344 | 2024.11.06 00:23:35.457596 [ 3 ] {} <Debug> HTTP-Session: 3f136760-fb61-429d-bf23-8f2c645c21fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8345 | 2024.11.06 00:23:35.457619 [ 3 ] {} <Debug> HTTP-Session: 3f136760-fb61-429d-bf23-8f2c645c21fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8346 | 2024.11.06 00:23:35.457667 [ 3 ] {} <Trace> HTTP-Session: 3f136760-fb61-429d-bf23-8f2c645c21fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8347 | 2024.11.06 00:23:35.457773 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39750) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8348 | 2024.11.06 00:23:35.457822 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8349 | 2024.11.06 00:23:35.457967 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8350 | 2024.11.06 00:23:35.458330 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8351 | 2024.11.06 00:23:35.458366 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8352 | 2024.11.06 00:23:35.458729 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8353 | 2024.11.06 00:23:35.459063 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8354 | 2024.11.06 00:23:35.459206 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001457 sec., 4118.050789293068 rows/sec., 215.15 KiB/sec. | ||
| 8355 | 2024.11.06 00:23:35.459570 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8356 | 2024.11.06 00:23:35.459597 [ 3 ] {4fbc80bb-a326-4c10-a697-ba3c647b03d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8357 | 2024.11.06 00:23:35.459613 [ 3 ] {} <Debug> HTTP-Session: 3f136760-fb61-429d-bf23-8f2c645c21fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8358 | 2024.11.06 00:23:35.459843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8359 | 2024.11.06 00:23:35.459977 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38888, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8360 | 2024.11.06 00:23:35.460030 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8361 | 2024.11.06 00:23:35.460048 [ 289 ] {} <Debug> HTTP-Session: c92bd0e2-78b1-4d81-8d58-fe484bec763b Authenticating user 'default' from [fd00:1122:3344:101::d]:38888 | ||
| 8362 | 2024.11.06 00:23:35.460064 [ 289 ] {} <Debug> HTTP-Session: c92bd0e2-78b1-4d81-8d58-fe484bec763b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8363 | 2024.11.06 00:23:35.460078 [ 289 ] {} <Debug> HTTP-Session: c92bd0e2-78b1-4d81-8d58-fe484bec763b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8364 | 2024.11.06 00:23:35.460109 [ 289 ] {} <Trace> HTTP-Session: c92bd0e2-78b1-4d81-8d58-fe484bec763b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8365 | 2024.11.06 00:23:35.460324 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38888) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8366 | 2024.11.06 00:23:35.460373 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8367 | 2024.11.06 00:23:35.460537 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8368 | 2024.11.06 00:23:35.460983 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8369 | 2024.11.06 00:23:35.461018 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8370 | 2024.11.06 00:23:35.461403 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8371 | 2024.11.06 00:23:35.461754 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8372 | 2024.11.06 00:23:35.461905 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.0017 sec., 139411.76470588235 rows/sec., 9.34 MiB/sec. | ||
| 8373 | 2024.11.06 00:23:35.462091 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8374 | 2024.11.06 00:23:35.462114 [ 289 ] {c9918b85-e191-465c-91df-c8b92054011b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8375 | 2024.11.06 00:23:35.462130 [ 289 ] {} <Debug> HTTP-Session: c92bd0e2-78b1-4d81-8d58-fe484bec763b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8376 | 2024.11.06 00:23:35.462353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39750, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8377 | 2024.11.06 00:23:35.462385 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38888, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8378 | 2024.11.06 00:23:35.462427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8379 | 2024.11.06 00:23:35.462455 [ 3 ] {} <Debug> HTTP-Session: 788221d6-8750-439d-8272-fe01a8e87443 Authenticating user 'default' from [fd00:1122:3344:101::d]:39750 | ||
| 8380 | 2024.11.06 00:23:35.462477 [ 3 ] {} <Debug> HTTP-Session: 788221d6-8750-439d-8272-fe01a8e87443 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8381 | 2024.11.06 00:23:35.462498 [ 3 ] {} <Debug> HTTP-Session: 788221d6-8750-439d-8272-fe01a8e87443 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8382 | 2024.11.06 00:23:35.462541 [ 3 ] {} <Trace> HTTP-Session: 788221d6-8750-439d-8272-fe01a8e87443 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8383 | 2024.11.06 00:23:35.462660 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39750) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8384 | 2024.11.06 00:23:35.462717 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8385 | 2024.11.06 00:23:35.462878 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8386 | 2024.11.06 00:23:35.463165 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8387 | 2024.11.06 00:23:35.463202 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8388 | 2024.11.06 00:23:35.463548 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8389 | 2024.11.06 00:23:35.463880 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8390 | 2024.11.06 00:23:35.464023 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001388 sec., 720.4610951008646 rows/sec., 48.55 KiB/sec. | ||
| 8391 | 2024.11.06 00:23:35.464245 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Debug> DynamicQueryHandler: Done processing query | ||
| 8392 | 2024.11.06 00:23:35.464270 [ 3 ] {59b4897a-a475-4a58-871f-0784b2357b17} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8393 | 2024.11.06 00:23:35.464286 [ 3 ] {} <Debug> HTTP-Session: 788221d6-8750-439d-8272-fe01a8e87443 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8394 | 2024.11.06 00:23:35.464485 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8395 | 2024.11.06 00:23:35.464621 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37406, User-Agent: (none), Length: 68755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8396 | 2024.11.06 00:23:35.464688 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8397 | 2024.11.06 00:23:35.464712 [ 289 ] {} <Debug> HTTP-Session: 6b928ade-fae4-4949-a1f8-23094c19ca93 Authenticating user 'default' from [fd00:1122:3344:101::d]:37406 | ||
| 8398 | 2024.11.06 00:23:35.464732 [ 289 ] {} <Debug> HTTP-Session: 6b928ade-fae4-4949-a1f8-23094c19ca93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8399 | 2024.11.06 00:23:35.464749 [ 289 ] {} <Debug> HTTP-Session: 6b928ade-fae4-4949-a1f8-23094c19ca93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8400 | 2024.11.06 00:23:35.464787 [ 289 ] {} <Trace> HTTP-Session: 6b928ade-fae4-4949-a1f8-23094c19ca93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8401 | 2024.11.06 00:23:35.465699 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37406) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8402 | 2024.11.06 00:23:35.465765 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <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 | ||
| 8403 | 2024.11.06 00:23:35.466207 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8404 | 2024.11.06 00:23:35.466937 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8405 | 2024.11.06 00:23:35.466973 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8406 | 2024.11.06 00:23:35.467626 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8407 | 2024.11.06 00:23:35.468051 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8408 | 2024.11.06 00:23:35.468238 [ 43 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 | ||
| 8409 | 2024.11.06 00:23:35.468247 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00332 sec., 12349.397590361446 rows/sec., 22.13 MiB/sec. | ||
| 8410 | 2024.11.06 00:23:35.468307 [ 43 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8411 | 2024.11.06 00:23:35.468384 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8412 | 2024.11.06 00:23:35.468840 [ 192 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full | ||
| 8413 | 2024.11.06 00:23:35.468958 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <Debug> DynamicQueryHandler: Done processing query | ||
| 8414 | 2024.11.06 00:23:35.469010 [ 289 ] {5d7df7f0-a19d-453f-b649-a640175c0e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 8415 | 2024.11.06 00:23:35.469070 [ 289 ] {} <Debug> HTTP-Session: 6b928ade-fae4-4949-a1f8-23094c19ca93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8416 | 2024.11.06 00:23:35.469311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39750, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8417 | 2024.11.06 00:23:35.469327 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37406, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8418 | 2024.11.06 00:23:35.469452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8419 | 2024.11.06 00:23:35.469533 [ 3 ] {} <Debug> HTTP-Session: 129b1a31-5c86-4419-853a-28d80ec9d4a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:39750 | ||
| 8420 | 2024.11.06 00:23:35.469600 [ 3 ] {} <Debug> HTTP-Session: 129b1a31-5c86-4419-853a-28d80ec9d4a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8421 | 2024.11.06 00:23:35.469647 [ 3 ] {} <Debug> HTTP-Session: 129b1a31-5c86-4419-853a-28d80ec9d4a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8422 | 2024.11.06 00:23:35.469759 [ 3 ] {} <Trace> HTTP-Session: 129b1a31-5c86-4419-853a-28d80ec9d4a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8423 | 2024.11.06 00:23:35.469842 [ 192 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8424 | 2024.11.06 00:23:35.470014 [ 192 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 402 rows starting from the beginning of the part | ||
| 8425 | 2024.11.06 00:23:35.470028 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39750) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8426 | 2024.11.06 00:23:35.470148 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8427 | 2024.11.06 00:23:35.470761 [ 192 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part | ||
| 8428 | 2024.11.06 00:23:35.471092 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8429 | 2024.11.06 00:23:35.471527 [ 192 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part | ||
| 8430 | 2024.11.06 00:23:35.472133 [ 192 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part | ||
| 8431 | 2024.11.06 00:23:35.472596 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8432 | 2024.11.06 00:23:35.472727 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8433 | 2024.11.06 00:23:35.472812 [ 192 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part | ||
| 8434 | 2024.11.06 00:23:35.473540 [ 192 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part | ||
| 8435 | 2024.11.06 00:23:35.474311 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 8436 | 2024.11.06 00:23:35.475417 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8437 | 2024.11.06 00:23:35.475799 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005881 sec., 13943.206937595647 rows/sec., 906.82 KiB/sec. | ||
| 8438 | 2024.11.06 00:23:35.476222 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Debug> DynamicQueryHandler: Done processing query | ||
| 8439 | 2024.11.06 00:23:35.476257 [ 3 ] {25fe7c84-694e-49e1-b44f-fa9ea6243041} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8440 | 2024.11.06 00:23:35.476277 [ 3 ] {} <Debug> HTTP-Session: 129b1a31-5c86-4419-853a-28d80ec9d4a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8441 | 2024.11.06 00:23:35.476767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8442 | 2024.11.06 00:23:35.494283 [ 187 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 607 rows, containing 19 columns (19 merged, 0 gathered) in 0.025757045 sec., 23566.36795874682 rows/sec., 42.23 MiB/sec. | ||
| 8443 | 2024.11.06 00:23:35.495511 [ 187 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Trace> MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) | ||
| 8444 | 2024.11.06 00:23:35.496116 [ 187 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8445 | 2024.11.06 00:23:35.496198 [ 187 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_19_4} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 | ||
| 8446 | 2024.11.06 00:23:35.496348 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 8447 | 2024.11.06 00:23:36.001156 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.65 MiB, peak 175.13 MiB, free memory in arenas 0.00 B, will set to 167.66 MiB (RSS), difference: 1.01 MiB | ||
| 8448 | 2024.11.06 00:23:37.680022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37914, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8449 | 2024.11.06 00:23:37.845409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8450 | 2024.11.06 00:23:37.889839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47307, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8451 | 2024.11.06 00:23:37.935230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34580, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8452 | 2024.11.06 00:23:37.997556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37429, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8453 | 2024.11.06 00:23:38.000903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40676, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8454 | 2024.11.06 00:23:38.016240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8455 | 2024.11.06 00:23:38.028589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40558, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8456 | 2024.11.06 00:23:40.435436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44240, User-Agent: (none), Length: 1924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8457 | 2024.11.06 00:23:40.435615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8458 | 2024.11.06 00:23:40.435661 [ 3 ] {} <Debug> HTTP-Session: 4b26ad39-0ef3-4bda-b244-f0388dc53944 Authenticating user 'default' from [fd00:1122:3344:101::d]:44240 | ||
| 8459 | 2024.11.06 00:23:40.435702 [ 3 ] {} <Debug> HTTP-Session: 4b26ad39-0ef3-4bda-b244-f0388dc53944 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8460 | 2024.11.06 00:23:40.435732 [ 3 ] {} <Debug> HTTP-Session: 4b26ad39-0ef3-4bda-b244-f0388dc53944 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8461 | 2024.11.06 00:23:40.435813 [ 3 ] {} <Trace> HTTP-Session: 4b26ad39-0ef3-4bda-b244-f0388dc53944 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8462 | 2024.11.06 00:23:40.436108 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44240) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8463 | 2024.11.06 00:23:40.436222 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8464 | 2024.11.06 00:23:40.436569 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8465 | 2024.11.06 00:23:40.437012 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8466 | 2024.11.06 00:23:40.437052 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8467 | 2024.11.06 00:23:40.437466 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8468 | 2024.11.06 00:23:40.437850 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8469 | 2024.11.06 00:23:40.438005 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001998 sec., 6006.006006006005 rows/sec., 489.75 KiB/sec. | ||
| 8470 | 2024.11.06 00:23:40.438210 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Debug> DynamicQueryHandler: Done processing query | ||
| 8471 | 2024.11.06 00:23:40.438237 [ 3 ] {177c2953-95ac-4704-a9ae-5ddd7bedb729} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8472 | 2024.11.06 00:23:40.438254 [ 3 ] {} <Debug> HTTP-Session: 4b26ad39-0ef3-4bda-b244-f0388dc53944 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8473 | 2024.11.06 00:23:40.438487 [ 3 ] {} <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) | ||
| 8474 | 2024.11.06 00:23:40.438595 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63082, User-Agent: (none), Length: 8612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8475 | 2024.11.06 00:23:40.438669 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8476 | 2024.11.06 00:23:40.438695 [ 289 ] {} <Debug> HTTP-Session: 2f7e08de-f759-440c-ba57-a879aa944377 Authenticating user 'default' from [fd00:1122:3344:101::d]:63082 | ||
| 8477 | 2024.11.06 00:23:40.438718 [ 289 ] {} <Debug> HTTP-Session: 2f7e08de-f759-440c-ba57-a879aa944377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8478 | 2024.11.06 00:23:40.438734 [ 289 ] {} <Debug> HTTP-Session: 2f7e08de-f759-440c-ba57-a879aa944377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8479 | 2024.11.06 00:23:40.438777 [ 289 ] {} <Trace> HTTP-Session: 2f7e08de-f759-440c-ba57-a879aa944377 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8480 | 2024.11.06 00:23:40.438934 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63082) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8481 | 2024.11.06 00:23:40.438992 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8482 | 2024.11.06 00:23:40.439246 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8483 | 2024.11.06 00:23:40.439622 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8484 | 2024.11.06 00:23:40.439659 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8485 | 2024.11.06 00:23:40.440026 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8486 | 2024.11.06 00:23:40.440397 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8487 | 2024.11.06 00:23:40.440533 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001656 sec., 37439.61352657005 rows/sec., 2.84 MiB/sec. | ||
| 8488 | 2024.11.06 00:23:40.440708 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Debug> DynamicQueryHandler: Done processing query | ||
| 8489 | 2024.11.06 00:23:40.440732 [ 289 ] {a4c4010e-3ed2-4d1b-8d97-07335046c183} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8490 | 2024.11.06 00:23:40.440748 [ 289 ] {} <Debug> HTTP-Session: 2f7e08de-f759-440c-ba57-a879aa944377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8491 | 2024.11.06 00:23:40.440948 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8492 | 2024.11.06 00:23:40.440973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44240, User-Agent: (none), Length: 1727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8493 | 2024.11.06 00:23:40.441053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8494 | 2024.11.06 00:23:40.441081 [ 3 ] {} <Debug> HTTP-Session: 01217643-9a9d-4524-8e01-a761c6a34747 Authenticating user 'default' from [fd00:1122:3344:101::d]:44240 | ||
| 8495 | 2024.11.06 00:23:40.441105 [ 3 ] {} <Debug> HTTP-Session: 01217643-9a9d-4524-8e01-a761c6a34747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8496 | 2024.11.06 00:23:40.441124 [ 3 ] {} <Debug> HTTP-Session: 01217643-9a9d-4524-8e01-a761c6a34747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8497 | 2024.11.06 00:23:40.441163 [ 3 ] {} <Trace> HTTP-Session: 01217643-9a9d-4524-8e01-a761c6a34747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8498 | 2024.11.06 00:23:40.441292 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44240) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8499 | 2024.11.06 00:23:40.441347 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8500 | 2024.11.06 00:23:40.441643 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8501 | 2024.11.06 00:23:40.442010 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8502 | 2024.11.06 00:23:40.442054 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8503 | 2024.11.06 00:23:40.442415 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 8504 | 2024.11.06 00:23:40.442783 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8505 | 2024.11.06 00:23:40.442916 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001659 sec., 7233.273056057866 rows/sec., 505.06 KiB/sec. | ||
| 8506 | 2024.11.06 00:23:40.443137 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8507 | 2024.11.06 00:23:40.443162 [ 3 ] {3bf55b32-b525-4f78-971c-4e91834c4d3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8508 | 2024.11.06 00:23:40.443179 [ 3 ] {} <Debug> HTTP-Session: 01217643-9a9d-4524-8e01-a761c6a34747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8509 | 2024.11.06 00:23:40.443343 [ 3 ] {} <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) | ||
| 8510 | 2024.11.06 00:23:40.443443 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47196, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8511 | 2024.11.06 00:23:40.443502 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8512 | 2024.11.06 00:23:40.443525 [ 289 ] {} <Debug> HTTP-Session: 5f5300ba-f282-45f9-b214-4b5b7f8b0096 Authenticating user 'default' from [fd00:1122:3344:101::d]:47196 | ||
| 8513 | 2024.11.06 00:23:40.443545 [ 289 ] {} <Debug> HTTP-Session: 5f5300ba-f282-45f9-b214-4b5b7f8b0096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8514 | 2024.11.06 00:23:40.443562 [ 289 ] {} <Debug> HTTP-Session: 5f5300ba-f282-45f9-b214-4b5b7f8b0096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8515 | 2024.11.06 00:23:40.443600 [ 289 ] {} <Trace> HTTP-Session: 5f5300ba-f282-45f9-b214-4b5b7f8b0096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8516 | 2024.11.06 00:23:40.443740 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47196) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8517 | 2024.11.06 00:23:40.443791 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8518 | 2024.11.06 00:23:40.444067 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8519 | 2024.11.06 00:23:40.444444 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8520 | 2024.11.06 00:23:40.444479 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8521 | 2024.11.06 00:23:40.444840 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8522 | 2024.11.06 00:23:40.445196 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8523 | 2024.11.06 00:23:40.445326 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001638 sec., 46398.0463980464 rows/sec., 3.63 MiB/sec. | ||
| 8524 | 2024.11.06 00:23:40.445496 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Debug> DynamicQueryHandler: Done processing query | ||
| 8525 | 2024.11.06 00:23:40.445520 [ 289 ] {8bcb0d3e-d207-48fb-bbf6-5680a5edef86} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8526 | 2024.11.06 00:23:40.445535 [ 289 ] {} <Debug> HTTP-Session: 5f5300ba-f282-45f9-b214-4b5b7f8b0096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8527 | 2024.11.06 00:23:40.445687 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47196, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8528 | 2024.11.06 00:23:40.445720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44240, User-Agent: (none), Length: 25674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8529 | 2024.11.06 00:23:40.445774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8530 | 2024.11.06 00:23:40.445797 [ 3 ] {} <Debug> HTTP-Session: c72363aa-51f7-4815-8e55-3b16e44c642d Authenticating user 'default' from [fd00:1122:3344:101::d]:44240 | ||
| 8531 | 2024.11.06 00:23:40.445818 [ 3 ] {} <Debug> HTTP-Session: c72363aa-51f7-4815-8e55-3b16e44c642d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8532 | 2024.11.06 00:23:40.445832 [ 3 ] {} <Debug> HTTP-Session: c72363aa-51f7-4815-8e55-3b16e44c642d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8533 | 2024.11.06 00:23:40.445864 [ 3 ] {} <Trace> HTTP-Session: c72363aa-51f7-4815-8e55-3b16e44c642d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8534 | 2024.11.06 00:23:40.446004 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44240) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8535 | 2024.11.06 00:23:40.446053 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8536 | 2024.11.06 00:23:40.446199 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8537 | 2024.11.06 00:23:40.446594 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8538 | 2024.11.06 00:23:40.446643 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8539 | 2024.11.06 00:23:40.447099 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8540 | 2024.11.06 00:23:40.447442 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8541 | 2024.11.06 00:23:40.447572 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.001628 sec., 82309.5823095823 rows/sec., 5.73 MiB/sec. | ||
| 8542 | 2024.11.06 00:23:40.447735 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8543 | 2024.11.06 00:23:40.447760 [ 3 ] {1d778c5a-ee61-4033-ae52-b92e174dfe4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8544 | 2024.11.06 00:23:40.447776 [ 3 ] {} <Debug> HTTP-Session: c72363aa-51f7-4815-8e55-3b16e44c642d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8545 | 2024.11.06 00:23:40.447914 [ 3 ] {} <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) | ||
| 8546 | 2024.11.06 00:23:40.447964 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36096, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8547 | 2024.11.06 00:23:40.448016 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8548 | 2024.11.06 00:23:40.448037 [ 289 ] {} <Debug> HTTP-Session: 50bfdbaa-a944-4efa-95eb-7b10354fc422 Authenticating user 'default' from [fd00:1122:3344:101::d]:36096 | ||
| 8549 | 2024.11.06 00:23:40.448054 [ 289 ] {} <Debug> HTTP-Session: 50bfdbaa-a944-4efa-95eb-7b10354fc422 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8550 | 2024.11.06 00:23:40.448071 [ 289 ] {} <Debug> HTTP-Session: 50bfdbaa-a944-4efa-95eb-7b10354fc422 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8551 | 2024.11.06 00:23:40.448109 [ 289 ] {} <Trace> HTTP-Session: 50bfdbaa-a944-4efa-95eb-7b10354fc422 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8552 | 2024.11.06 00:23:40.448236 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36096) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8553 | 2024.11.06 00:23:40.448289 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8554 | 2024.11.06 00:23:40.448446 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8555 | 2024.11.06 00:23:40.448773 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8556 | 2024.11.06 00:23:40.448816 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8557 | 2024.11.06 00:23:40.449217 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 8558 | 2024.11.06 00:23:40.449534 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8559 | 2024.11.06 00:23:40.449661 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001466 sec., 32742.155525238744 rows/sec., 2.21 MiB/sec. | ||
| 8560 | 2024.11.06 00:23:40.449821 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8561 | 2024.11.06 00:23:40.449845 [ 289 ] {51aff0d7-ed38-4fa1-abfa-4b2764522b5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8562 | 2024.11.06 00:23:40.449862 [ 289 ] {} <Debug> HTTP-Session: 50bfdbaa-a944-4efa-95eb-7b10354fc422 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8563 | 2024.11.06 00:23:40.450076 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8564 | 2024.11.06 00:23:41.738107 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8565 | 2024.11.06 00:23:41.738165 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8566 | 2024.11.06 00:23:42.028346 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 794 | ||
| 8567 | 2024.11.06 00:23:42.031257 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8568 | 2024.11.06 00:23:42.031329 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8569 | 2024.11.06 00:23:42.032842 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8570 | 2024.11.06 00:23:42.033866 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8571 | 2024.11.06 00:23:42.034087 [ 36 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8572 | 2024.11.06 00:23:42.034227 [ 36 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8573 | 2024.11.06 00:23:42.034288 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8574 | 2024.11.06 00:23:42.034749 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 8575 | 2024.11.06 00:23:42.036094 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 794 | ||
| 8576 | 2024.11.06 00:23:42.036598 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8577 | 2024.11.06 00:23:42.036733 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 662 rows starting from the beginning of the part | ||
| 8578 | 2024.11.06 00:23:42.037337 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 8579 | 2024.11.06 00:23:42.037875 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 8580 | 2024.11.06 00:23:42.038393 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 8581 | 2024.11.06 00:23:42.038897 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 8582 | 2024.11.06 00:23:42.039368 [ 190 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 8583 | 2024.11.06 00:23:42.047556 [ 187 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 72 columns (72 merged, 0 gathered) in 0.01312881 sec., 60477.68228803677 rows/sec., 44.27 MiB/sec. | ||
| 8584 | 2024.11.06 00:23:42.048689 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 8585 | 2024.11.06 00:23:42.050110 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_26_5} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8586 | 2024.11.06 00:23:42.050189 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_26_5} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 8587 | 2024.11.06 00:23:42.050384 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 8588 | 2024.11.06 00:23:45.436253 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62278, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8589 | 2024.11.06 00:23:45.436394 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8590 | 2024.11.06 00:23:45.436425 [ 286 ] {} <Debug> HTTP-Session: 29d1497a-d8b6-4a92-b269-2f9a2be73146 Authenticating user 'default' from [fd00:1122:3344:101::d]:62278 | ||
| 8591 | 2024.11.06 00:23:45.436453 [ 286 ] {} <Debug> HTTP-Session: 29d1497a-d8b6-4a92-b269-2f9a2be73146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8592 | 2024.11.06 00:23:45.436470 [ 286 ] {} <Debug> HTTP-Session: 29d1497a-d8b6-4a92-b269-2f9a2be73146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8593 | 2024.11.06 00:23:45.436528 [ 286 ] {} <Trace> HTTP-Session: 29d1497a-d8b6-4a92-b269-2f9a2be73146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8594 | 2024.11.06 00:23:45.436752 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62278) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8595 | 2024.11.06 00:23:45.436829 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8596 | 2024.11.06 00:23:45.437209 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8597 | 2024.11.06 00:23:45.437669 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8598 | 2024.11.06 00:23:45.437711 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8599 | 2024.11.06 00:23:45.438136 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8600 | 2024.11.06 00:23:45.438530 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8601 | 2024.11.06 00:23:45.438695 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.12 MiB/sec. | ||
| 8602 | 2024.11.06 00:23:45.438724 [ 31 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8603 | 2024.11.06 00:23:45.438847 [ 31 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8604 | 2024.11.06 00:23:45.438880 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8605 | 2024.11.06 00:23:45.439010 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Debug> DynamicQueryHandler: Done processing query | ||
| 8606 | 2024.11.06 00:23:45.439059 [ 286 ] {a81ff3a8-4c6a-4dad-a4fb-6184e42f33be} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8607 | 2024.11.06 00:23:45.439080 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 8608 | 2024.11.06 00:23:45.439092 [ 286 ] {} <Debug> HTTP-Session: 29d1497a-d8b6-4a92-b269-2f9a2be73146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8609 | 2024.11.06 00:23:45.439278 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8610 | 2024.11.06 00:23:45.439400 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8611 | 2024.11.06 00:23:45.439422 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36096, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8612 | 2024.11.06 00:23:45.439414 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1420 rows starting from the beginning of the part | ||
| 8613 | 2024.11.06 00:23:45.439538 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8614 | 2024.11.06 00:23:45.439652 [ 289 ] {} <Debug> HTTP-Session: d821febb-9223-4b62-9d66-604dabb5d127 Authenticating user 'default' from [fd00:1122:3344:101::d]:36096 | ||
| 8615 | 2024.11.06 00:23:45.439730 [ 289 ] {} <Debug> HTTP-Session: d821febb-9223-4b62-9d66-604dabb5d127 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8616 | 2024.11.06 00:23:45.439797 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 57 rows starting from the beginning of the part | ||
| 8617 | 2024.11.06 00:23:45.439818 [ 289 ] {} <Debug> HTTP-Session: d821febb-9223-4b62-9d66-604dabb5d127 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8618 | 2024.11.06 00:23:45.439984 [ 289 ] {} <Trace> HTTP-Session: d821febb-9223-4b62-9d66-604dabb5d127 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8619 | 2024.11.06 00:23:45.440146 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 56 rows starting from the beginning of the part | ||
| 8620 | 2024.11.06 00:23:45.440378 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 271 rows starting from the beginning of the part | ||
| 8621 | 2024.11.06 00:23:45.440488 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36096) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8622 | 2024.11.06 00:23:45.440599 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 62 rows starting from the beginning of the part | ||
| 8623 | 2024.11.06 00:23:45.440653 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8624 | 2024.11.06 00:23:45.440952 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part | ||
| 8625 | 2024.11.06 00:23:45.441815 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8626 | 2024.11.06 00:23:45.442953 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8627 | 2024.11.06 00:23:45.443014 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8628 | 2024.11.06 00:23:45.443969 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8629 | 2024.11.06 00:23:45.444177 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1922 rows, containing 5 columns (5 merged, 0 gathered) in 0.005223105 sec., 367980.34885379486 rows/sec., 32.09 MiB/sec. | ||
| 8630 | 2024.11.06 00:23:45.444477 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8631 | 2024.11.06 00:23:45.444540 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8632 | 2024.11.06 00:23:45.444767 [ 31 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8633 | 2024.11.06 00:23:45.444793 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004511 sec., 14187.541565063178 rows/sec., 1.11 MiB/sec. | ||
| 8634 | 2024.11.06 00:23:45.444873 [ 31 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8635 | 2024.11.06 00:23:45.445020 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8636 | 2024.11.06 00:23:45.445542 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Debug> DynamicQueryHandler: Done processing query | ||
| 8637 | 2024.11.06 00:23:45.445638 [ 289 ] {e26f2a94-c103-439b-a645-0518aaa35f11} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8638 | 2024.11.06 00:23:45.445701 [ 289 ] {} <Debug> HTTP-Session: d821febb-9223-4b62-9d66-604dabb5d127 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8639 | 2024.11.06 00:23:45.445749 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 8640 | 2024.11.06 00:23:45.446040 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36096, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8641 | 2024.11.06 00:23:45.446200 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36462, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8642 | 2024.11.06 00:23:45.446414 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8643 | 2024.11.06 00:23:45.446429 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8644 | 2024.11.06 00:23:45.446515 [ 286 ] {} <Debug> HTTP-Session: 3e3d6920-0374-44ee-ae7e-e0d81db0b7b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:36462 | ||
| 8645 | 2024.11.06 00:23:45.446529 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8646 | 2024.11.06 00:23:45.446558 [ 286 ] {} <Debug> HTTP-Session: 3e3d6920-0374-44ee-ae7e-e0d81db0b7b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8647 | 2024.11.06 00:23:45.446623 [ 286 ] {} <Debug> HTTP-Session: 3e3d6920-0374-44ee-ae7e-e0d81db0b7b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8648 | 2024.11.06 00:23:45.446653 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part | ||
| 8649 | 2024.11.06 00:23:45.446667 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_51_10} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8650 | 2024.11.06 00:23:45.446721 [ 286 ] {} <Trace> HTTP-Session: 3e3d6920-0374-44ee-ae7e-e0d81db0b7b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8651 | 2024.11.06 00:23:45.447063 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 8652 | 2024.11.06 00:23:45.447107 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 66 rows starting from the beginning of the part | ||
| 8653 | 2024.11.06 00:23:45.447368 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 64 rows starting from the beginning of the part | ||
| 8654 | 2024.11.06 00:23:45.447378 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8655 | 2024.11.06 00:23:45.447636 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 423 rows starting from the beginning of the part | ||
| 8656 | 2024.11.06 00:23:45.447631 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8657 | 2024.11.06 00:23:45.447907 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 76 rows starting from the beginning of the part | ||
| 8658 | 2024.11.06 00:23:45.448191 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part | ||
| 8659 | 2024.11.06 00:23:45.448903 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8660 | 2024.11.06 00:23:45.450023 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8661 | 2024.11.06 00:23:45.450082 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8662 | 2024.11.06 00:23:45.450948 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8663 | 2024.11.06 00:23:45.451296 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.00604213 sec., 266131.3146191823 rows/sec., 20.53 MiB/sec. | ||
| 8664 | 2024.11.06 00:23:45.451601 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8665 | 2024.11.06 00:23:45.451769 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8666 | 2024.11.06 00:23:45.452185 [ 31 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8667 | 2024.11.06 00:23:45.452221 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005123 sec., 31231.700175678314 rows/sec., 2.18 MiB/sec. | ||
| 8668 | 2024.11.06 00:23:45.452317 [ 31 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2024.11.06 00:23:45.452471 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8670 | 2024.11.06 00:23:45.452948 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Debug> DynamicQueryHandler: Done processing query | ||
| 8671 | 2024.11.06 00:23:45.453027 [ 286 ] {6995b977-fdec-47d0-982e-af980b106527} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8672 | 2024.11.06 00:23:45.453131 [ 286 ] {} <Debug> HTTP-Session: 3e3d6920-0374-44ee-ae7e-e0d81db0b7b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8673 | 2024.11.06 00:23:45.453215 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8674 | 2024.11.06 00:23:45.453537 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8675 | 2024.11.06 00:23:45.453598 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 8676 | 2024.11.06 00:23:45.453666 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_51_10} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8677 | 2024.11.06 00:23:45.453756 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65517, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8678 | 2024.11.06 00:23:45.453957 [ 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): | ||
| 8679 | |||
| 8680 | (version 23.8.7.1) | ||
| 8681 | 2024.11.06 00:23:45.454097 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8682 | 2024.11.06 00:23:45.454192 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 8683 | 2024.11.06 00:23:45.454255 [ 289 ] {} <Debug> HTTP-Session: 5385e267-facc-4430-82a1-7d44d01c832d Authenticating user 'default' from [fd00:1122:3344:101::d]:65517 | ||
| 8684 | 2024.11.06 00:23:45.454372 [ 289 ] {} <Debug> HTTP-Session: 5385e267-facc-4430-82a1-7d44d01c832d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8685 | 2024.11.06 00:23:45.454447 [ 289 ] {} <Debug> HTTP-Session: 5385e267-facc-4430-82a1-7d44d01c832d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8686 | 2024.11.06 00:23:45.454600 [ 289 ] {} <Trace> HTTP-Session: 5385e267-facc-4430-82a1-7d44d01c832d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8687 | 2024.11.06 00:23:45.454799 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8688 | 2024.11.06 00:23:45.454892 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 11077 rows starting from the beginning of the part | ||
| 8689 | 2024.11.06 00:23:45.454925 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65517) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8690 | 2024.11.06 00:23:45.455105 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8691 | 2024.11.06 00:23:45.455203 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 161 rows starting from the beginning of the part | ||
| 8692 | 2024.11.06 00:23:45.455633 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part | ||
| 8693 | 2024.11.06 00:23:45.456039 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
| 8694 | 2024.11.06 00:23:45.456103 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8695 | 2024.11.06 00:23:45.456317 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 134 rows starting from the beginning of the part | ||
| 8696 | 2024.11.06 00:23:45.456608 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 8697 | 2024.11.06 00:23:45.457322 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8698 | 2024.11.06 00:23:45.457374 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8699 | 2024.11.06 00:23:45.458026 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 8700 | 2024.11.06 00:23:45.458615 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8701 | 2024.11.06 00:23:45.458932 [ 28 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 8702 | 2024.11.06 00:23:45.459025 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00418 sec., 14354.066985645934 rows/sec., 990.58 KiB/sec. | ||
| 8703 | 2024.11.06 00:23:45.459050 [ 28 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8704 | 2024.11.06 00:23:45.459128 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8705 | 2024.11.06 00:23:45.459561 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 8706 | 2024.11.06 00:23:45.459691 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 8707 | 2024.11.06 00:23:45.459777 [ 289 ] {4d65631b-94c9-408e-a466-57aee77aa3ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8708 | 2024.11.06 00:23:45.459863 [ 289 ] {} <Debug> HTTP-Session: 5385e267-facc-4430-82a1-7d44d01c832d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8709 | 2024.11.06 00:23:45.460032 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8710 | 2024.11.06 00:23:45.460077 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2120 rows starting from the beginning of the part | ||
| 8711 | 2024.11.06 00:23:45.460184 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 8712 | 2024.11.06 00:23:45.460331 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8713 | 2024.11.06 00:23:45.460619 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 8714 | 2024.11.06 00:23:45.460829 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 8715 | 2024.11.06 00:23:45.461166 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 48 rows starting from the beginning of the part | ||
| 8716 | 2024.11.06 00:23:45.461387 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 8717 | 2024.11.06 00:23:45.462478 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11929 rows, containing 5 columns (5 merged, 0 gathered) in 0.009673007 sec., 1233225.6143306831 rows/sec., 83.68 MiB/sec. | ||
| 8718 | 2024.11.06 00:23:45.462990 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8719 | 2024.11.06 00:23:45.463352 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2430 rows, containing 4 columns (4 merged, 0 gathered) in 0.004091462 sec., 593919.7284491461 rows/sec., 39.32 MiB/sec. | ||
| 8720 | 2024.11.06 00:23:45.463617 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 8721 | 2024.11.06 00:23:45.463878 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8722 | 2024.11.06 00:23:45.464197 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8723 | 2024.11.06 00:23:45.464358 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. | ||
| 8724 | 2024.11.06 00:23:45.464459 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8725 | 2024.11.06 00:23:45.464554 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_51_10} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 8726 | 2024.11.06 00:23:45.464648 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 8727 | 2024.11.06 00:23:49.716019 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34208, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8728 | 2024.11.06 00:23:49.962752 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55339, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8729 | 2024.11.06 00:23:50.064668 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40103, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8730 | 2024.11.06 00:23:50.286278 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8731 | 2024.11.06 00:23:50.288908 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47502, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8732 | 2024.11.06 00:23:50.325298 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8733 | 2024.11.06 00:23:50.362744 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8734 | 2024.11.06 00:23:50.371869 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8735 | 2024.11.06 00:23:50.443445 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53317, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8736 | 2024.11.06 00:23:50.443535 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8737 | 2024.11.06 00:23:50.443563 [ 289 ] {} <Debug> HTTP-Session: d2b75647-74d4-4374-81f6-0d59b81a519d Authenticating user 'default' from [fd00:1122:3344:101::d]:53317 | ||
| 8738 | 2024.11.06 00:23:50.443590 [ 289 ] {} <Debug> HTTP-Session: d2b75647-74d4-4374-81f6-0d59b81a519d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8739 | 2024.11.06 00:23:50.443608 [ 289 ] {} <Debug> HTTP-Session: d2b75647-74d4-4374-81f6-0d59b81a519d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8740 | 2024.11.06 00:23:50.443664 [ 289 ] {} <Trace> HTTP-Session: d2b75647-74d4-4374-81f6-0d59b81a519d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8741 | 2024.11.06 00:23:50.443951 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53317) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8742 | 2024.11.06 00:23:50.444024 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8743 | 2024.11.06 00:23:50.444386 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8744 | 2024.11.06 00:23:50.445155 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8745 | 2024.11.06 00:23:50.445192 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8746 | 2024.11.06 00:23:50.445630 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8747 | 2024.11.06 00:23:50.446022 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8748 | 2024.11.06 00:23:50.446164 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002354 sec., 115123.1945624469 rows/sec., 10.23 MiB/sec. | ||
| 8749 | 2024.11.06 00:23:50.446363 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Debug> DynamicQueryHandler: Done processing query | ||
| 8750 | 2024.11.06 00:23:50.446388 [ 289 ] {977e9ffd-e6a5-42a6-a1a6-9f39945bd993} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8751 | 2024.11.06 00:23:50.446405 [ 289 ] {} <Debug> HTTP-Session: d2b75647-74d4-4374-81f6-0d59b81a519d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8752 | 2024.11.06 00:23:50.446653 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8753 | 2024.11.06 00:23:50.446740 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60619, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8754 | 2024.11.06 00:23:50.446813 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8755 | 2024.11.06 00:23:50.446840 [ 286 ] {} <Debug> HTTP-Session: c9a47e22-b62c-4cfc-8584-32ce70ac9ce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:60619 | ||
| 8756 | 2024.11.06 00:23:50.446861 [ 286 ] {} <Debug> HTTP-Session: c9a47e22-b62c-4cfc-8584-32ce70ac9ce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8757 | 2024.11.06 00:23:50.446879 [ 286 ] {} <Debug> HTTP-Session: c9a47e22-b62c-4cfc-8584-32ce70ac9ce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8758 | 2024.11.06 00:23:50.446920 [ 286 ] {} <Trace> HTTP-Session: c9a47e22-b62c-4cfc-8584-32ce70ac9ce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8759 | 2024.11.06 00:23:50.447061 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60619) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8760 | 2024.11.06 00:23:50.447119 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8761 | 2024.11.06 00:23:50.447388 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8762 | 2024.11.06 00:23:50.447773 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8763 | 2024.11.06 00:23:50.447810 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8764 | 2024.11.06 00:23:50.448175 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8765 | 2024.11.06 00:23:50.448551 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8766 | 2024.11.06 00:23:50.448685 [ 46 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 8767 | 2024.11.06 00:23:50.448690 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001671 sec., 24536.205864751646 rows/sec., 1.80 MiB/sec. | ||
| 8768 | 2024.11.06 00:23:50.448728 [ 46 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8769 | 2024.11.06 00:23:50.448766 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8770 | 2024.11.06 00:23:50.448951 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 8771 | 2024.11.06 00:23:50.448970 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Debug> DynamicQueryHandler: Done processing query | ||
| 8772 | 2024.11.06 00:23:50.449040 [ 286 ] {88a32d99-350b-46ae-b2e2-3527d5a04fcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8773 | 2024.11.06 00:23:50.449066 [ 286 ] {} <Debug> HTTP-Session: c9a47e22-b62c-4cfc-8584-32ce70ac9ce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8774 | 2024.11.06 00:23:50.449198 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8775 | 2024.11.06 00:23:50.449243 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 59 rows starting from the beginning of the part | ||
| 8776 | 2024.11.06 00:23:50.449317 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60619, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8777 | 2024.11.06 00:23:50.449485 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54236, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8778 | 2024.11.06 00:23:50.449669 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8779 | 2024.11.06 00:23:50.449675 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part | ||
| 8780 | 2024.11.06 00:23:50.449725 [ 289 ] {} <Debug> HTTP-Session: bf7038f7-074f-409d-8917-96559ca6ee82 Authenticating user 'default' from [fd00:1122:3344:101::d]:54236 | ||
| 8781 | 2024.11.06 00:23:50.449792 [ 289 ] {} <Debug> HTTP-Session: bf7038f7-074f-409d-8917-96559ca6ee82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8782 | 2024.11.06 00:23:50.449870 [ 289 ] {} <Debug> HTTP-Session: bf7038f7-074f-409d-8917-96559ca6ee82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8783 | 2024.11.06 00:23:50.449964 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part | ||
| 8784 | 2024.11.06 00:23:50.450030 [ 289 ] {} <Trace> HTTP-Session: bf7038f7-074f-409d-8917-96559ca6ee82 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8785 | 2024.11.06 00:23:50.450285 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part | ||
| 8786 | 2024.11.06 00:23:50.450408 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54236) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8787 | 2024.11.06 00:23:50.450624 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8788 | 2024.11.06 00:23:50.450606 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 12 rows starting from the beginning of the part | ||
| 8789 | 2024.11.06 00:23:50.450994 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part | ||
| 8790 | 2024.11.06 00:23:50.451737 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8791 | 2024.11.06 00:23:50.452652 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8792 | 2024.11.06 00:23:50.452711 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8793 | 2024.11.06 00:23:50.453803 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8794 | 2024.11.06 00:23:50.453889 [ 191 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.00503169 sec., 38953.11515614038 rows/sec., 2.98 MiB/sec. | ||
| 8795 | 2024.11.06 00:23:50.454190 [ 189 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 8796 | 2024.11.06 00:23:50.454490 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8797 | 2024.11.06 00:23:50.454929 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004637 sec., 3019.1934440370933 rows/sec., 211.44 KiB/sec. | ||
| 8798 | 2024.11.06 00:23:50.455386 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8799 | 2024.11.06 00:23:50.455453 [ 289 ] {971c9067-1777-4e9a-a4d4-49dec342b86f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8800 | 2024.11.06 00:23:50.455484 [ 289 ] {} <Debug> HTTP-Session: bf7038f7-074f-409d-8917-96559ca6ee82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8801 | 2024.11.06 00:23:50.455487 [ 189 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8802 | 2024.11.06 00:23:50.455614 [ 189 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_30_6} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 8803 | 2024.11.06 00:23:50.455718 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54236, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8804 | 2024.11.06 00:23:50.455811 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54950, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8805 | 2024.11.06 00:23:50.455821 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8806 | 2024.11.06 00:23:50.455903 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8807 | 2024.11.06 00:23:50.455930 [ 286 ] {} <Debug> HTTP-Session: 421db3fc-5979-46fb-ba6a-1252e291b576 Authenticating user 'default' from [fd00:1122:3344:101::d]:54950 | ||
| 8808 | 2024.11.06 00:23:50.455947 [ 286 ] {} <Debug> HTTP-Session: 421db3fc-5979-46fb-ba6a-1252e291b576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8809 | 2024.11.06 00:23:50.455961 [ 286 ] {} <Debug> HTTP-Session: 421db3fc-5979-46fb-ba6a-1252e291b576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8810 | 2024.11.06 00:23:50.455995 [ 286 ] {} <Trace> HTTP-Session: 421db3fc-5979-46fb-ba6a-1252e291b576 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8811 | 2024.11.06 00:23:50.456101 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54950) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8812 | 2024.11.06 00:23:50.456146 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8813 | 2024.11.06 00:23:50.456400 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8814 | 2024.11.06 00:23:50.456736 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8815 | 2024.11.06 00:23:50.456771 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8816 | 2024.11.06 00:23:50.457127 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8817 | 2024.11.06 00:23:50.457500 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8818 | 2024.11.06 00:23:50.457635 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001563 sec., 3838.7715930902114 rows/sec., 226.80 KiB/sec. | ||
| 8819 | 2024.11.06 00:23:50.457808 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Debug> DynamicQueryHandler: Done processing query | ||
| 8820 | 2024.11.06 00:23:50.457832 [ 286 ] {4df71f78-4afd-4f18-a30a-f95ce5039701} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8821 | 2024.11.06 00:23:50.457849 [ 286 ] {} <Debug> HTTP-Session: 421db3fc-5979-46fb-ba6a-1252e291b576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8822 | 2024.11.06 00:23:50.458128 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8823 | 2024.11.06 00:23:50.458232 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43977, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8824 | 2024.11.06 00:23:50.458293 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8825 | 2024.11.06 00:23:50.458317 [ 289 ] {} <Debug> HTTP-Session: 3affe4ac-0e1e-43f4-a912-c3f0b467adfb Authenticating user 'default' from [fd00:1122:3344:101::d]:43977 | ||
| 8826 | 2024.11.06 00:23:50.458338 [ 289 ] {} <Debug> HTTP-Session: 3affe4ac-0e1e-43f4-a912-c3f0b467adfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8827 | 2024.11.06 00:23:50.458356 [ 289 ] {} <Debug> HTTP-Session: 3affe4ac-0e1e-43f4-a912-c3f0b467adfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8828 | 2024.11.06 00:23:50.458393 [ 289 ] {} <Trace> HTTP-Session: 3affe4ac-0e1e-43f4-a912-c3f0b467adfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8829 | 2024.11.06 00:23:50.458656 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43977) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8830 | 2024.11.06 00:23:50.458708 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8831 | 2024.11.06 00:23:50.458988 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8832 | 2024.11.06 00:23:50.459619 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8833 | 2024.11.06 00:23:50.459655 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8834 | 2024.11.06 00:23:50.460030 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8835 | 2024.11.06 00:23:50.460406 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8836 | 2024.11.06 00:23:50.460538 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002021 sec., 209302.32558139536 rows/sec., 14.96 MiB/sec. | ||
| 8837 | 2024.11.06 00:23:50.460706 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Debug> DynamicQueryHandler: Done processing query | ||
| 8838 | 2024.11.06 00:23:50.460730 [ 289 ] {f71e5b40-8a82-4d1b-8217-50d6a9ee6671} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8839 | 2024.11.06 00:23:50.460747 [ 289 ] {} <Debug> HTTP-Session: 3affe4ac-0e1e-43f4-a912-c3f0b467adfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8840 | 2024.11.06 00:23:50.460905 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54950, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8841 | 2024.11.06 00:23:50.460913 [ 289 ] {} <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) | ||
| 8842 | 2024.11.06 00:23:50.460967 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8843 | 2024.11.06 00:23:50.460994 [ 286 ] {} <Debug> HTTP-Session: b3e5be56-d6fc-4c39-9fde-0e95a33d8ee2 Authenticating user 'default' from [fd00:1122:3344:101::d]:54950 | ||
| 8844 | 2024.11.06 00:23:50.461016 [ 286 ] {} <Debug> HTTP-Session: b3e5be56-d6fc-4c39-9fde-0e95a33d8ee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8845 | 2024.11.06 00:23:50.461037 [ 286 ] {} <Debug> HTTP-Session: b3e5be56-d6fc-4c39-9fde-0e95a33d8ee2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8846 | 2024.11.06 00:23:50.461077 [ 286 ] {} <Trace> HTTP-Session: b3e5be56-d6fc-4c39-9fde-0e95a33d8ee2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8847 | 2024.11.06 00:23:50.461192 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54950) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8848 | 2024.11.06 00:23:50.461245 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8849 | 2024.11.06 00:23:50.461390 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8850 | 2024.11.06 00:23:50.461656 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8851 | 2024.11.06 00:23:50.461690 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8852 | 2024.11.06 00:23:50.462052 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8853 | 2024.11.06 00:23:50.462375 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8854 | 2024.11.06 00:23:50.462504 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001345 sec., 4460.966542750929 rows/sec., 233.07 KiB/sec. | ||
| 8855 | 2024.11.06 00:23:50.462665 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Debug> DynamicQueryHandler: Done processing query | ||
| 8856 | 2024.11.06 00:23:50.462689 [ 286 ] {d595a698-e49f-4966-a16c-45ad5f65c122} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8857 | 2024.11.06 00:23:50.462705 [ 286 ] {} <Debug> HTTP-Session: b3e5be56-d6fc-4c39-9fde-0e95a33d8ee2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8858 | 2024.11.06 00:23:50.462897 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8859 | 2024.11.06 00:23:50.462962 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46750, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8860 | 2024.11.06 00:23:50.463014 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8861 | 2024.11.06 00:23:50.463034 [ 289 ] {} <Debug> HTTP-Session: c4c3657e-3626-4169-b6ac-be725d954349 Authenticating user 'default' from [fd00:1122:3344:101::d]:46750 | ||
| 8862 | 2024.11.06 00:23:50.463051 [ 289 ] {} <Debug> HTTP-Session: c4c3657e-3626-4169-b6ac-be725d954349 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8863 | 2024.11.06 00:23:50.463065 [ 289 ] {} <Debug> HTTP-Session: c4c3657e-3626-4169-b6ac-be725d954349 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8864 | 2024.11.06 00:23:50.463096 [ 289 ] {} <Trace> HTTP-Session: c4c3657e-3626-4169-b6ac-be725d954349 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8865 | 2024.11.06 00:23:50.463314 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46750) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8866 | 2024.11.06 00:23:50.463360 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8867 | 2024.11.06 00:23:50.463517 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8868 | 2024.11.06 00:23:50.463930 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8869 | 2024.11.06 00:23:50.463966 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8870 | 2024.11.06 00:23:50.464352 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8871 | 2024.11.06 00:23:50.464700 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8872 | 2024.11.06 00:23:50.464827 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
| 8873 | 2024.11.06 00:23:50.465096 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 8874 | 2024.11.06 00:23:50.465160 [ 289 ] {4d8cc346-5961-496e-adf4-0120dec4c7bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8875 | 2024.11.06 00:23:50.465213 [ 289 ] {} <Debug> HTTP-Session: c4c3657e-3626-4169-b6ac-be725d954349 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8876 | 2024.11.06 00:23:50.465389 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54950, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8877 | 2024.11.06 00:23:50.465398 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8878 | 2024.11.06 00:23:50.465451 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8879 | 2024.11.06 00:23:50.465482 [ 286 ] {} <Debug> HTTP-Session: 935837b4-7e7e-40c4-a050-d5bf318b5c41 Authenticating user 'default' from [fd00:1122:3344:101::d]:54950 | ||
| 8880 | 2024.11.06 00:23:50.465503 [ 286 ] {} <Debug> HTTP-Session: 935837b4-7e7e-40c4-a050-d5bf318b5c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8881 | 2024.11.06 00:23:50.465523 [ 286 ] {} <Debug> HTTP-Session: 935837b4-7e7e-40c4-a050-d5bf318b5c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8882 | 2024.11.06 00:23:50.465562 [ 286 ] {} <Trace> HTTP-Session: 935837b4-7e7e-40c4-a050-d5bf318b5c41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8883 | 2024.11.06 00:23:50.465677 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54950) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8884 | 2024.11.06 00:23:50.465731 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8885 | 2024.11.06 00:23:50.465906 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8886 | 2024.11.06 00:23:50.466196 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8887 | 2024.11.06 00:23:50.466238 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8888 | 2024.11.06 00:23:50.466591 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8889 | 2024.11.06 00:23:50.466915 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8890 | 2024.11.06 00:23:50.467036 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00139 sec., 719.4244604316547 rows/sec., 48.48 KiB/sec. | ||
| 8891 | 2024.11.06 00:23:50.467330 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8892 | 2024.11.06 00:23:50.467355 [ 286 ] {c2dec280-44f8-4508-9d73-161cac9f861c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8893 | 2024.11.06 00:23:50.467372 [ 286 ] {} <Debug> HTTP-Session: 935837b4-7e7e-40c4-a050-d5bf318b5c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8894 | 2024.11.06 00:23:50.467557 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54950, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8895 | 2024.11.06 00:23:50.467617 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50613, User-Agent: (none), Length: 68792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8896 | 2024.11.06 00:23:50.467682 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8897 | 2024.11.06 00:23:50.467707 [ 289 ] {} <Debug> HTTP-Session: 5a81cf5e-9a31-420a-84a7-50c4770166ce Authenticating user 'default' from [fd00:1122:3344:101::d]:50613 | ||
| 8898 | 2024.11.06 00:23:50.467727 [ 289 ] {} <Debug> HTTP-Session: 5a81cf5e-9a31-420a-84a7-50c4770166ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8899 | 2024.11.06 00:23:50.467744 [ 289 ] {} <Debug> HTTP-Session: 5a81cf5e-9a31-420a-84a7-50c4770166ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8900 | 2024.11.06 00:23:50.467781 [ 289 ] {} <Trace> HTTP-Session: 5a81cf5e-9a31-420a-84a7-50c4770166ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8901 | 2024.11.06 00:23:50.468292 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50613) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8902 | 2024.11.06 00:23:50.468370 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <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 | ||
| 8903 | 2024.11.06 00:23:50.468803 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8904 | 2024.11.06 00:23:50.469499 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8905 | 2024.11.06 00:23:50.469535 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8906 | 2024.11.06 00:23:50.470192 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8907 | 2024.11.06 00:23:50.470606 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8908 | 2024.11.06 00:23:50.470755 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002854 sec., 14365.802382620883 rows/sec., 25.74 MiB/sec. | ||
| 8909 | 2024.11.06 00:23:50.470973 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <Debug> DynamicQueryHandler: Done processing query | ||
| 8910 | 2024.11.06 00:23:50.470997 [ 289 ] {21cb3c89-7697-487e-b222-e76f18a73051} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 8911 | 2024.11.06 00:23:50.471014 [ 289 ] {} <Debug> HTTP-Session: 5a81cf5e-9a31-420a-84a7-50c4770166ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8912 | 2024.11.06 00:23:50.471181 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50613, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8913 | 2024.11.06 00:23:50.471224 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49559, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8914 | 2024.11.06 00:23:50.471287 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8915 | 2024.11.06 00:23:50.471312 [ 286 ] {} <Debug> HTTP-Session: 26e19cd5-b7ea-4368-a3be-df978b00fa7a Authenticating user 'default' from [fd00:1122:3344:101::d]:49559 | ||
| 8916 | 2024.11.06 00:23:50.471333 [ 286 ] {} <Debug> HTTP-Session: 26e19cd5-b7ea-4368-a3be-df978b00fa7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8917 | 2024.11.06 00:23:50.471351 [ 286 ] {} <Debug> HTTP-Session: 26e19cd5-b7ea-4368-a3be-df978b00fa7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8918 | 2024.11.06 00:23:50.471389 [ 286 ] {} <Trace> HTTP-Session: 26e19cd5-b7ea-4368-a3be-df978b00fa7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8919 | 2024.11.06 00:23:50.471532 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49559) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8920 | 2024.11.06 00:23:50.471586 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8921 | 2024.11.06 00:23:50.471739 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8922 | 2024.11.06 00:23:50.472065 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8923 | 2024.11.06 00:23:50.472107 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8924 | 2024.11.06 00:23:50.472500 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8925 | 2024.11.06 00:23:50.472818 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8926 | 2024.11.06 00:23:50.472941 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001466 sec., 55934.51568894952 rows/sec., 3.55 MiB/sec. | ||
| 8927 | 2024.11.06 00:23:50.473096 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Debug> DynamicQueryHandler: Done processing query | ||
| 8928 | 2024.11.06 00:23:50.473120 [ 286 ] {e710903e-ff01-4faf-bba4-872c67a77485} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8929 | 2024.11.06 00:23:50.473136 [ 286 ] {} <Debug> HTTP-Session: 26e19cd5-b7ea-4368-a3be-df978b00fa7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8930 | 2024.11.06 00:23:50.473441 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49559, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8931 | 2024.11.06 00:23:50.512363 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58683, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8932 | 2024.11.06 00:23:50.584528 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8933 | 2024.11.06 00:23:50.678489 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52733, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8934 | 2024.11.06 00:23:50.767272 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8935 | 2024.11.06 00:23:50.832781 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46851, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8936 | 2024.11.06 00:23:50.846087 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8937 | 2024.11.06 00:23:50.865347 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8938 | 2024.11.06 00:23:50.874626 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61709, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8939 | 2024.11.06 00:23:50.884839 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63831, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8940 | 2024.11.06 00:23:51.001209 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 169.33 MiB, peak 177.05 MiB, free memory in arenas 0.00 B, will set to 168.17 MiB (RSS), difference: -1.16 MiB | ||
| 8941 | 2024.11.06 00:23:51.067471 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33504, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8942 | 2024.11.06 00:23:51.102879 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38937, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8943 | 2024.11.06 00:23:51.139239 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58497, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8944 | 2024.11.06 00:23:51.172574 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44017, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8945 | 2024.11.06 00:23:51.402293 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:64237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8946 | 2024.11.06 00:23:51.404641 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58517, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8947 | 2024.11.06 00:23:51.419981 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8948 | 2024.11.06 00:23:52.037092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 822 | ||
| 8949 | 2024.11.06 00:23:52.039788 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8950 | 2024.11.06 00:23:52.039838 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8951 | 2024.11.06 00:23:52.041383 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 8952 | 2024.11.06 00:23:52.042385 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8953 | 2024.11.06 00:23:52.042897 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 822 | ||
| 8954 | 2024.11.06 00:23:55.435481 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38225, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8955 | 2024.11.06 00:23:55.435629 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8956 | 2024.11.06 00:23:55.435661 [ 290 ] {} <Debug> HTTP-Session: e14a5516-1ee8-41e9-913e-f70607a2c2e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38225 | ||
| 8957 | 2024.11.06 00:23:55.435691 [ 290 ] {} <Debug> HTTP-Session: e14a5516-1ee8-41e9-913e-f70607a2c2e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8958 | 2024.11.06 00:23:55.435710 [ 290 ] {} <Debug> HTTP-Session: e14a5516-1ee8-41e9-913e-f70607a2c2e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8959 | 2024.11.06 00:23:55.435768 [ 290 ] {} <Trace> HTTP-Session: e14a5516-1ee8-41e9-913e-f70607a2c2e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8960 | 2024.11.06 00:23:55.435973 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38225) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8961 | 2024.11.06 00:23:55.436051 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8962 | 2024.11.06 00:23:55.436444 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8963 | 2024.11.06 00:23:55.436892 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8964 | 2024.11.06 00:23:55.436937 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8965 | 2024.11.06 00:23:55.437362 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 8966 | 2024.11.06 00:23:55.437779 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8967 | 2024.11.06 00:23:55.437950 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002033 sec., 983.7678307919331 rows/sec., 80.22 KiB/sec. | ||
| 8968 | 2024.11.06 00:23:55.438217 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 8969 | 2024.11.06 00:23:55.438245 [ 290 ] {0b7b26fc-248a-4c82-9886-32353105c2d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8970 | 2024.11.06 00:23:55.438264 [ 290 ] {} <Debug> HTTP-Session: e14a5516-1ee8-41e9-913e-f70607a2c2e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8971 | 2024.11.06 00:23:55.438537 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8972 | 2024.11.06 00:23:55.438567 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54926, User-Agent: (none), Length: 7945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8973 | 2024.11.06 00:23:55.438643 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8974 | 2024.11.06 00:23:55.438668 [ 282 ] {} <Debug> HTTP-Session: a3128e0d-8411-45bc-9b62-e8e886c74d01 Authenticating user 'default' from [fd00:1122:3344:101::d]:54926 | ||
| 8975 | 2024.11.06 00:23:55.438693 [ 282 ] {} <Debug> HTTP-Session: a3128e0d-8411-45bc-9b62-e8e886c74d01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8976 | 2024.11.06 00:23:55.438708 [ 282 ] {} <Debug> HTTP-Session: a3128e0d-8411-45bc-9b62-e8e886c74d01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8977 | 2024.11.06 00:23:55.438752 [ 282 ] {} <Trace> HTTP-Session: a3128e0d-8411-45bc-9b62-e8e886c74d01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8978 | 2024.11.06 00:23:55.438887 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54926) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8979 | 2024.11.06 00:23:55.438936 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8980 | 2024.11.06 00:23:55.439179 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8981 | 2024.11.06 00:23:55.439554 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8982 | 2024.11.06 00:23:55.439594 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 8983 | 2024.11.06 00:23:55.439973 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8984 | 2024.11.06 00:23:55.440359 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8985 | 2024.11.06 00:23:55.440518 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001673 sec., 34070.53197848177 rows/sec., 2.60 MiB/sec. | ||
| 8986 | 2024.11.06 00:23:55.440820 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Debug> DynamicQueryHandler: Done processing query | ||
| 8987 | 2024.11.06 00:23:55.440881 [ 282 ] {866c76c5-75a6-4181-8ca1-c6d6b509a069} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8988 | 2024.11.06 00:23:55.440945 [ 282 ] {} <Debug> HTTP-Session: a3128e0d-8411-45bc-9b62-e8e886c74d01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8989 | 2024.11.06 00:23:55.441164 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8990 | 2024.11.06 00:23:55.441243 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59570, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8991 | 2024.11.06 00:23:55.441306 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8992 | 2024.11.06 00:23:55.441327 [ 290 ] {} <Debug> HTTP-Session: 660603e2-1715-4d3a-9796-24a39492f5da Authenticating user 'default' from [fd00:1122:3344:101::d]:59570 | ||
| 8993 | 2024.11.06 00:23:55.441349 [ 290 ] {} <Debug> HTTP-Session: 660603e2-1715-4d3a-9796-24a39492f5da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8994 | 2024.11.06 00:23:55.441366 [ 290 ] {} <Debug> HTTP-Session: 660603e2-1715-4d3a-9796-24a39492f5da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8995 | 2024.11.06 00:23:55.441400 [ 290 ] {} <Trace> HTTP-Session: 660603e2-1715-4d3a-9796-24a39492f5da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8996 | 2024.11.06 00:23:55.441508 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59570) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8997 | 2024.11.06 00:23:55.441557 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8998 | 2024.11.06 00:23:55.441821 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8999 | 2024.11.06 00:23:55.442182 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9000 | 2024.11.06 00:23:55.442219 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 9001 | 2024.11.06 00:23:55.442596 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 9002 | 2024.11.06 00:23:55.442973 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2024.11.06 00:23:55.443165 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001685 sec., 1186.9436201780416 rows/sec., 82.88 KiB/sec. | ||
| 9004 | 2024.11.06 00:23:55.443366 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Debug> DynamicQueryHandler: Done processing query | ||
| 9005 | 2024.11.06 00:23:55.443391 [ 290 ] {02427354-3957-40bc-a3b8-d536a9beaa54} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9006 | 2024.11.06 00:23:55.443407 [ 290 ] {} <Debug> HTTP-Session: 660603e2-1715-4d3a-9796-24a39492f5da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9007 | 2024.11.06 00:23:55.443581 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54926, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9008 | 2024.11.06 00:23:55.443619 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59570, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9009 | 2024.11.06 00:23:55.443661 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9010 | 2024.11.06 00:23:55.443682 [ 282 ] {} <Debug> HTTP-Session: 21d95ea9-50cf-48f0-9c7a-6f77ffabc848 Authenticating user 'default' from [fd00:1122:3344:101::d]:54926 | ||
| 9011 | 2024.11.06 00:23:55.443701 [ 282 ] {} <Debug> HTTP-Session: 21d95ea9-50cf-48f0-9c7a-6f77ffabc848 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9012 | 2024.11.06 00:23:55.443715 [ 282 ] {} <Debug> HTTP-Session: 21d95ea9-50cf-48f0-9c7a-6f77ffabc848 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9013 | 2024.11.06 00:23:55.443766 [ 282 ] {} <Trace> HTTP-Session: 21d95ea9-50cf-48f0-9c7a-6f77ffabc848 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9014 | 2024.11.06 00:23:55.443896 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54926) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9015 | 2024.11.06 00:23:55.443941 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9016 | 2024.11.06 00:23:55.444171 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9017 | 2024.11.06 00:23:55.444574 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9018 | 2024.11.06 00:23:55.444609 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 9019 | 2024.11.06 00:23:55.444991 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9020 | 2024.11.06 00:23:55.445479 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9021 | 2024.11.06 00:23:55.445633 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001776 sec., 37162.16216216216 rows/sec., 2.90 MiB/sec. | ||
| 9022 | 2024.11.06 00:23:55.445816 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Debug> DynamicQueryHandler: Done processing query | ||
| 9023 | 2024.11.06 00:23:55.445842 [ 282 ] {8bf6b96b-e719-4397-8027-7b3bee7dfad7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9024 | 2024.11.06 00:23:55.445858 [ 282 ] {} <Debug> HTTP-Session: 21d95ea9-50cf-48f0-9c7a-6f77ffabc848 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9025 | 2024.11.06 00:23:55.446044 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9026 | 2024.11.06 00:23:55.446162 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47330, User-Agent: (none), Length: 24721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9027 | 2024.11.06 00:23:55.446219 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9028 | 2024.11.06 00:23:55.446241 [ 290 ] {} <Debug> HTTP-Session: 46676c16-522f-4bb9-b832-67bd90fcccfe Authenticating user 'default' from [fd00:1122:3344:101::d]:47330 | ||
| 9029 | 2024.11.06 00:23:55.446258 [ 290 ] {} <Debug> HTTP-Session: 46676c16-522f-4bb9-b832-67bd90fcccfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9030 | 2024.11.06 00:23:55.446273 [ 290 ] {} <Debug> HTTP-Session: 46676c16-522f-4bb9-b832-67bd90fcccfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9031 | 2024.11.06 00:23:55.446306 [ 290 ] {} <Trace> HTTP-Session: 46676c16-522f-4bb9-b832-67bd90fcccfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9032 | 2024.11.06 00:23:55.446449 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47330) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9033 | 2024.11.06 00:23:55.446499 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9034 | 2024.11.06 00:23:55.446651 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9035 | 2024.11.06 00:23:55.447046 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9036 | 2024.11.06 00:23:55.447083 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 9037 | 2024.11.06 00:23:55.447480 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9038 | 2024.11.06 00:23:55.447842 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9039 | 2024.11.06 00:23:55.448004 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001609 sec., 80174.02113113736 rows/sec., 5.58 MiB/sec. | ||
| 9040 | 2024.11.06 00:23:55.448225 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9041 | 2024.11.06 00:23:55.448264 [ 290 ] {5a6f5a89-aae5-441b-b0f6-4897c4eef4f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9042 | 2024.11.06 00:23:55.448283 [ 290 ] {} <Debug> HTTP-Session: 46676c16-522f-4bb9-b832-67bd90fcccfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9043 | 2024.11.06 00:23:55.448454 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9044 | 2024.11.06 00:23:55.448466 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54926, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9045 | 2024.11.06 00:23:55.448535 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9046 | 2024.11.06 00:23:55.448569 [ 282 ] {} <Debug> HTTP-Session: 5e538dcd-0df4-43f9-a6ad-d736b78d17af Authenticating user 'default' from [fd00:1122:3344:101::d]:54926 | ||
| 9047 | 2024.11.06 00:23:55.448597 [ 282 ] {} <Debug> HTTP-Session: 5e538dcd-0df4-43f9-a6ad-d736b78d17af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9048 | 2024.11.06 00:23:55.448614 [ 282 ] {} <Debug> HTTP-Session: 5e538dcd-0df4-43f9-a6ad-d736b78d17af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9049 | 2024.11.06 00:23:55.448646 [ 282 ] {} <Trace> HTTP-Session: 5e538dcd-0df4-43f9-a6ad-d736b78d17af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9050 | 2024.11.06 00:23:55.448767 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54926) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9051 | 2024.11.06 00:23:55.448811 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9052 | 2024.11.06 00:23:55.448940 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9053 | 2024.11.06 00:23:55.449249 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9054 | 2024.11.06 00:23:55.449286 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.77 GiB. | ||
| 9055 | 2024.11.06 00:23:55.449657 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9056 | 2024.11.06 00:23:55.449992 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9057 | 2024.11.06 00:23:55.450151 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001425 sec., 33684.21052631579 rows/sec., 2.27 MiB/sec. | ||
| 9058 | 2024.11.06 00:23:55.450325 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Debug> DynamicQueryHandler: Done processing query | ||
| 9059 | 2024.11.06 00:23:55.450354 [ 282 ] {301acbfd-e108-457b-a1e7-08805b1f6177} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9060 | 2024.11.06 00:23:55.450371 [ 282 ] {} <Debug> HTTP-Session: 5e538dcd-0df4-43f9-a6ad-d736b78d17af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9061 | 2024.11.06 00:23:55.450620 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54926, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9062 | 2024.11.06 00:23:56.738214 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9063 | 2024.11.06 00:23:56.738270 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9064 | 2024.11.06 00:24:00.436195 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63822, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9065 | 2024.11.06 00:24:00.436345 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9066 | 2024.11.06 00:24:00.436376 [ 290 ] {} <Debug> HTTP-Session: 6cd513b7-11ab-4445-bac9-bb5617bb1a7d Authenticating user 'default' from [fd00:1122:3344:101::d]:63822 | ||
| 9067 | 2024.11.06 00:24:00.436406 [ 290 ] {} <Debug> HTTP-Session: 6cd513b7-11ab-4445-bac9-bb5617bb1a7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9068 | 2024.11.06 00:24:00.436424 [ 290 ] {} <Debug> HTTP-Session: 6cd513b7-11ab-4445-bac9-bb5617bb1a7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9069 | 2024.11.06 00:24:00.436482 [ 290 ] {} <Trace> HTTP-Session: 6cd513b7-11ab-4445-bac9-bb5617bb1a7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9070 | 2024.11.06 00:24:00.436695 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63822) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9071 | 2024.11.06 00:24:00.436765 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9072 | 2024.11.06 00:24:00.437107 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9073 | 2024.11.06 00:24:00.437653 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9074 | 2024.11.06 00:24:00.437703 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9075 | 2024.11.06 00:24:00.438144 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9076 | 2024.11.06 00:24:00.438571 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9077 | 2024.11.06 00:24:00.438749 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002115 sec., 26477.54137115839 rows/sec., 2.02 MiB/sec. | ||
| 9078 | 2024.11.06 00:24:00.438983 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Debug> DynamicQueryHandler: Done processing query | ||
| 9079 | 2024.11.06 00:24:00.439012 [ 290 ] {9040d43d-edd0-48ed-a2cb-4b68cc24c346} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9080 | 2024.11.06 00:24:00.439029 [ 290 ] {} <Debug> HTTP-Session: 6cd513b7-11ab-4445-bac9-bb5617bb1a7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9081 | 2024.11.06 00:24:00.439234 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63822, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9082 | 2024.11.06 00:24:00.439353 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58090, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9083 | 2024.11.06 00:24:00.439426 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9084 | 2024.11.06 00:24:00.439448 [ 282 ] {} <Debug> HTTP-Session: 23de9aae-aa67-49b3-9925-daeeb8e282c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58090 | ||
| 9085 | 2024.11.06 00:24:00.439468 [ 282 ] {} <Debug> HTTP-Session: 23de9aae-aa67-49b3-9925-daeeb8e282c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9086 | 2024.11.06 00:24:00.439482 [ 282 ] {} <Debug> HTTP-Session: 23de9aae-aa67-49b3-9925-daeeb8e282c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9087 | 2024.11.06 00:24:00.439517 [ 282 ] {} <Trace> HTTP-Session: 23de9aae-aa67-49b3-9925-daeeb8e282c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9088 | 2024.11.06 00:24:00.439659 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58090) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9089 | 2024.11.06 00:24:00.439709 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9090 | 2024.11.06 00:24:00.439956 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9091 | 2024.11.06 00:24:00.440361 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9092 | 2024.11.06 00:24:00.440398 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9093 | 2024.11.06 00:24:00.440772 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9094 | 2024.11.06 00:24:00.441141 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9095 | 2024.11.06 00:24:00.441284 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001674 sec., 38231.78016726404 rows/sec., 2.98 MiB/sec. | ||
| 9096 | 2024.11.06 00:24:00.441496 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9097 | 2024.11.06 00:24:00.441521 [ 282 ] {8b5c1a02-d3d3-4304-bff2-3c16ca4c5c1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9098 | 2024.11.06 00:24:00.441538 [ 282 ] {} <Debug> HTTP-Session: 23de9aae-aa67-49b3-9925-daeeb8e282c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9099 | 2024.11.06 00:24:00.441761 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9100 | 2024.11.06 00:24:00.441902 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53174, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9101 | 2024.11.06 00:24:00.441954 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9102 | 2024.11.06 00:24:00.441975 [ 290 ] {} <Debug> HTTP-Session: 1a7e5b6e-9981-4d3f-99db-f3af1bb87a4c Authenticating user 'default' from [fd00:1122:3344:101::d]:53174 | ||
| 9103 | 2024.11.06 00:24:00.441993 [ 290 ] {} <Debug> HTTP-Session: 1a7e5b6e-9981-4d3f-99db-f3af1bb87a4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9104 | 2024.11.06 00:24:00.442007 [ 290 ] {} <Debug> HTTP-Session: 1a7e5b6e-9981-4d3f-99db-f3af1bb87a4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9105 | 2024.11.06 00:24:00.442040 [ 290 ] {} <Trace> HTTP-Session: 1a7e5b6e-9981-4d3f-99db-f3af1bb87a4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9106 | 2024.11.06 00:24:00.442194 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53174) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9107 | 2024.11.06 00:24:00.442245 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9108 | 2024.11.06 00:24:00.442398 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9109 | 2024.11.06 00:24:00.442845 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9110 | 2024.11.06 00:24:00.442883 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9111 | 2024.11.06 00:24:00.443279 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9112 | 2024.11.06 00:24:00.443633 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9113 | 2024.11.06 00:24:00.443792 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001664 sec., 96153.84615384616 rows/sec., 6.70 MiB/sec. | ||
| 9114 | 2024.11.06 00:24:00.443969 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9115 | 2024.11.06 00:24:00.443994 [ 290 ] {a3b1c04b-2be7-420c-bba0-b7b25fe3f92a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9116 | 2024.11.06 00:24:00.444009 [ 290 ] {} <Debug> HTTP-Session: 1a7e5b6e-9981-4d3f-99db-f3af1bb87a4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9117 | 2024.11.06 00:24:00.444165 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58090, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9118 | 2024.11.06 00:24:00.444190 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53174, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9119 | 2024.11.06 00:24:00.444223 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9120 | 2024.11.06 00:24:00.444248 [ 282 ] {} <Debug> HTTP-Session: b6e58de6-112c-4a77-9702-c10d5dbc2477 Authenticating user 'default' from [fd00:1122:3344:101::d]:58090 | ||
| 9121 | 2024.11.06 00:24:00.444270 [ 282 ] {} <Debug> HTTP-Session: b6e58de6-112c-4a77-9702-c10d5dbc2477 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9122 | 2024.11.06 00:24:00.444289 [ 282 ] {} <Debug> HTTP-Session: b6e58de6-112c-4a77-9702-c10d5dbc2477 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9123 | 2024.11.06 00:24:00.444319 [ 282 ] {} <Trace> HTTP-Session: b6e58de6-112c-4a77-9702-c10d5dbc2477 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9124 | 2024.11.06 00:24:00.444449 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58090) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9125 | 2024.11.06 00:24:00.444494 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9126 | 2024.11.06 00:24:00.444624 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9127 | 2024.11.06 00:24:00.444929 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9128 | 2024.11.06 00:24:00.444965 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9129 | 2024.11.06 00:24:00.445323 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 9130 | 2024.11.06 00:24:00.445652 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9131 | 2024.11.06 00:24:00.445804 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 9132 | 2024.11.06 00:24:00.445976 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Debug> DynamicQueryHandler: Done processing query | ||
| 9133 | 2024.11.06 00:24:00.446000 [ 282 ] {5c2f1290-04c7-49c1-a2f2-3788e96e7c16} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9134 | 2024.11.06 00:24:00.446015 [ 282 ] {} <Debug> HTTP-Session: b6e58de6-112c-4a77-9702-c10d5dbc2477 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9135 | 2024.11.06 00:24:00.446245 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58090, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9136 | 2024.11.06 00:24:02.043890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 842 | ||
| 9137 | 2024.11.06 00:24:02.046486 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9138 | 2024.11.06 00:24:02.046544 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9139 | 2024.11.06 00:24:02.048128 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9140 | 2024.11.06 00:24:02.049167 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9141 | 2024.11.06 00:24:02.049804 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 842 | ||
| 9142 | 2024.11.06 00:24:04.310684 [ 125 ] {} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9143 | 2024.11.06 00:24:04.310771 [ 125 ] {} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9144 | 2024.11.06 00:24:04.310799 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9145 | 2024.11.06 00:24:04.310930 [ 189 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::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 | ||
| 9146 | 2024.11.06 00:24:04.311099 [ 189 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9147 | 2024.11.06 00:24:04.311136 [ 189 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 242 rows starting from the beginning of the part | ||
| 9148 | 2024.11.06 00:24:04.311221 [ 189 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 9149 | 2024.11.06 00:24:04.311315 [ 189 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 9150 | 2024.11.06 00:24:04.311587 [ 189 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 9151 | 2024.11.06 00:24:04.311705 [ 189 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 9152 | 2024.11.06 00:24:04.312922 [ 191 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002054932 sec., 145016.96406499096 rows/sec., 9.87 MiB/sec. | ||
| 9153 | 2024.11.06 00:24:04.313146 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9154 | 2024.11.06 00:24:04.313659 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9155 | 2024.11.06 00:24:04.313758 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_13_3} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9156 | 2024.11.06 00:24:04.313864 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9157 | 2024.11.06 00:24:05.442852 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62346, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9158 | 2024.11.06 00:24:05.442980 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9159 | 2024.11.06 00:24:05.443009 [ 288 ] {} <Debug> HTTP-Session: ce9297e6-4675-4e13-87c8-c8199eb20edd Authenticating user 'default' from [fd00:1122:3344:101::d]:62346 | ||
| 9160 | 2024.11.06 00:24:05.443037 [ 288 ] {} <Debug> HTTP-Session: ce9297e6-4675-4e13-87c8-c8199eb20edd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9161 | 2024.11.06 00:24:05.443054 [ 288 ] {} <Debug> HTTP-Session: ce9297e6-4675-4e13-87c8-c8199eb20edd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9162 | 2024.11.06 00:24:05.443112 [ 288 ] {} <Trace> HTTP-Session: ce9297e6-4675-4e13-87c8-c8199eb20edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9163 | 2024.11.06 00:24:05.443408 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62346) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9164 | 2024.11.06 00:24:05.443485 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9165 | 2024.11.06 00:24:05.443845 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9166 | 2024.11.06 00:24:05.444433 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9167 | 2024.11.06 00:24:05.444481 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9168 | 2024.11.06 00:24:05.444924 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9169 | 2024.11.06 00:24:05.445309 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9170 | 2024.11.06 00:24:05.445477 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002207 sec., 122791.11916628906 rows/sec., 10.91 MiB/sec. | ||
| 9171 | 2024.11.06 00:24:05.445849 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9172 | 2024.11.06 00:24:05.445929 [ 288 ] {0900088e-0de8-40cd-9ee1-b6c3e8e408d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9173 | 2024.11.06 00:24:05.445994 [ 288 ] {} <Debug> HTTP-Session: ce9297e6-4675-4e13-87c8-c8199eb20edd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9174 | 2024.11.06 00:24:05.446330 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9175 | 2024.11.06 00:24:05.446376 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62704, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9176 | 2024.11.06 00:24:05.446581 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9177 | 2024.11.06 00:24:05.446628 [ 289 ] {} <Debug> HTTP-Session: 6f8ab9fd-c180-41c6-be49-38891c4c4e76 Authenticating user 'default' from [fd00:1122:3344:101::d]:62704 | ||
| 9178 | 2024.11.06 00:24:05.446668 [ 289 ] {} <Debug> HTTP-Session: 6f8ab9fd-c180-41c6-be49-38891c4c4e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9179 | 2024.11.06 00:24:05.446696 [ 289 ] {} <Debug> HTTP-Session: 6f8ab9fd-c180-41c6-be49-38891c4c4e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9180 | 2024.11.06 00:24:05.446767 [ 289 ] {} <Trace> HTTP-Session: 6f8ab9fd-c180-41c6-be49-38891c4c4e76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9181 | 2024.11.06 00:24:05.446951 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62704) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9182 | 2024.11.06 00:24:05.447017 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9183 | 2024.11.06 00:24:05.447360 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9184 | 2024.11.06 00:24:05.447743 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9185 | 2024.11.06 00:24:05.447788 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9186 | 2024.11.06 00:24:05.448216 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 9187 | 2024.11.06 00:24:05.448624 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9188 | 2024.11.06 00:24:05.448809 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001916 sec., 21398.74739039666 rows/sec., 1.57 MiB/sec. | ||
| 9189 | 2024.11.06 00:24:05.449014 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Debug> DynamicQueryHandler: Done processing query | ||
| 9190 | 2024.11.06 00:24:05.449042 [ 289 ] {b4900a06-2a3f-40f2-ba92-856a05136999} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9191 | 2024.11.06 00:24:05.449058 [ 289 ] {} <Debug> HTTP-Session: 6f8ab9fd-c180-41c6-be49-38891c4c4e76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9192 | 2024.11.06 00:24:05.449223 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9193 | 2024.11.06 00:24:05.449275 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44953, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9194 | 2024.11.06 00:24:05.449363 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9195 | 2024.11.06 00:24:05.449392 [ 286 ] {} <Debug> HTTP-Session: 1132f108-4737-406b-b88b-a033d7ee9996 Authenticating user 'default' from [fd00:1122:3344:101::d]:44953 | ||
| 9196 | 2024.11.06 00:24:05.449417 [ 286 ] {} <Debug> HTTP-Session: 1132f108-4737-406b-b88b-a033d7ee9996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9197 | 2024.11.06 00:24:05.449434 [ 286 ] {} <Debug> HTTP-Session: 1132f108-4737-406b-b88b-a033d7ee9996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9198 | 2024.11.06 00:24:05.449478 [ 286 ] {} <Trace> HTTP-Session: 1132f108-4737-406b-b88b-a033d7ee9996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9199 | 2024.11.06 00:24:05.449622 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44953) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9200 | 2024.11.06 00:24:05.449681 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9201 | 2024.11.06 00:24:05.449929 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9202 | 2024.11.06 00:24:05.450252 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9203 | 2024.11.06 00:24:05.450291 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9204 | 2024.11.06 00:24:05.450675 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9205 | 2024.11.06 00:24:05.451050 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9206 | 2024.11.06 00:24:05.451226 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001647 sec., 8500.303582270795 rows/sec., 595.31 KiB/sec. | ||
| 9207 | 2024.11.06 00:24:05.451460 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Debug> DynamicQueryHandler: Done processing query | ||
| 9208 | 2024.11.06 00:24:05.451486 [ 286 ] {c85dd777-7110-4579-b3d8-27d2e1c47235} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9209 | 2024.11.06 00:24:05.451503 [ 286 ] {} <Debug> HTTP-Session: 1132f108-4737-406b-b88b-a033d7ee9996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9210 | 2024.11.06 00:24:05.451658 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44953, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9211 | 2024.11.06 00:24:05.451734 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39693, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9212 | 2024.11.06 00:24:05.451790 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9213 | 2024.11.06 00:24:05.451814 [ 289 ] {} <Debug> HTTP-Session: 468cb9f2-2bc6-4b0c-bbd3-bfe0a1c68fbd Authenticating user 'default' from [fd00:1122:3344:101::d]:39693 | ||
| 9214 | 2024.11.06 00:24:05.451832 [ 289 ] {} <Debug> HTTP-Session: 468cb9f2-2bc6-4b0c-bbd3-bfe0a1c68fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9215 | 2024.11.06 00:24:05.451846 [ 289 ] {} <Debug> HTTP-Session: 468cb9f2-2bc6-4b0c-bbd3-bfe0a1c68fbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9216 | 2024.11.06 00:24:05.451878 [ 289 ] {} <Trace> HTTP-Session: 468cb9f2-2bc6-4b0c-bbd3-bfe0a1c68fbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9217 | 2024.11.06 00:24:05.451983 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39693) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9218 | 2024.11.06 00:24:05.452027 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9219 | 2024.11.06 00:24:05.452257 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9220 | 2024.11.06 00:24:05.452558 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9221 | 2024.11.06 00:24:05.452594 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9222 | 2024.11.06 00:24:05.452956 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9223 | 2024.11.06 00:24:05.453328 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9224 | 2024.11.06 00:24:05.453488 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 232.76 KiB/sec. | ||
| 9225 | 2024.11.06 00:24:05.453489 [ 56 ] {} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9226 | 2024.11.06 00:24:05.453582 [ 56 ] {} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9227 | 2024.11.06 00:24:05.453636 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9228 | 2024.11.06 00:24:05.453783 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9229 | 2024.11.06 00:24:05.453849 [ 289 ] {e7a01847-ee86-4cac-bd44-369b12541b9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9230 | 2024.11.06 00:24:05.453906 [ 289 ] {} <Debug> HTTP-Session: 468cb9f2-2bc6-4b0c-bbd3-bfe0a1c68fbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9231 | 2024.11.06 00:24:05.453982 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 9232 | 2024.11.06 00:24:05.454136 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9233 | 2024.11.06 00:24:05.454338 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56023, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9234 | 2024.11.06 00:24:05.454445 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9235 | 2024.11.06 00:24:05.454528 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 9236 | 2024.11.06 00:24:05.454530 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9237 | 2024.11.06 00:24:05.454599 [ 287 ] {} <Debug> HTTP-Session: aae75bf6-8107-470e-95fb-c002d42ac2e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56023 | ||
| 9238 | 2024.11.06 00:24:05.454728 [ 287 ] {} <Debug> HTTP-Session: aae75bf6-8107-470e-95fb-c002d42ac2e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9239 | 2024.11.06 00:24:05.454799 [ 287 ] {} <Debug> HTTP-Session: aae75bf6-8107-470e-95fb-c002d42ac2e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9240 | 2024.11.06 00:24:05.454841 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 9241 | 2024.11.06 00:24:05.454938 [ 287 ] {} <Trace> HTTP-Session: aae75bf6-8107-470e-95fb-c002d42ac2e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9242 | 2024.11.06 00:24:05.455106 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 9243 | 2024.11.06 00:24:05.455314 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 9244 | 2024.11.06 00:24:05.455487 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56023) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9245 | 2024.11.06 00:24:05.455602 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 9246 | 2024.11.06 00:24:05.455645 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9247 | 2024.11.06 00:24:05.456297 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9248 | 2024.11.06 00:24:05.457160 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003408221 sec., 8802.24609847777 rows/sec., 558.74 KiB/sec. | ||
| 9249 | 2024.11.06 00:24:05.457242 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9250 | 2024.11.06 00:24:05.457293 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9251 | 2024.11.06 00:24:05.457364 [ 191 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9252 | 2024.11.06 00:24:05.458312 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9253 | 2024.11.06 00:24:05.458407 [ 191 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_13_3} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9254 | 2024.11.06 00:24:05.458557 [ 191 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_13_3} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9255 | 2024.11.06 00:24:05.458793 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9256 | 2024.11.06 00:24:05.459082 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9257 | 2024.11.06 00:24:05.459280 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004064 sec., 104084.64566929133 rows/sec., 7.44 MiB/sec. | ||
| 9258 | 2024.11.06 00:24:05.459511 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9259 | 2024.11.06 00:24:05.459537 [ 287 ] {912717b1-ce7c-473d-9790-775323772f8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9260 | 2024.11.06 00:24:05.459553 [ 287 ] {} <Debug> HTTP-Session: aae75bf6-8107-470e-95fb-c002d42ac2e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9261 | 2024.11.06 00:24:05.459800 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9262 | 2024.11.06 00:24:05.459879 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42419, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9263 | 2024.11.06 00:24:05.459966 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9264 | 2024.11.06 00:24:05.459991 [ 289 ] {} <Debug> HTTP-Session: eaac0123-612b-4b1c-846b-b93cb58695ba Authenticating user 'default' from [fd00:1122:3344:101::d]:42419 | ||
| 9265 | 2024.11.06 00:24:05.460011 [ 289 ] {} <Debug> HTTP-Session: eaac0123-612b-4b1c-846b-b93cb58695ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9266 | 2024.11.06 00:24:05.460028 [ 289 ] {} <Debug> HTTP-Session: eaac0123-612b-4b1c-846b-b93cb58695ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9267 | 2024.11.06 00:24:05.460074 [ 289 ] {} <Trace> HTTP-Session: eaac0123-612b-4b1c-846b-b93cb58695ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9268 | 2024.11.06 00:24:05.460236 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42419) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9269 | 2024.11.06 00:24:05.460293 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9270 | 2024.11.06 00:24:05.460485 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9271 | 2024.11.06 00:24:05.460774 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9272 | 2024.11.06 00:24:05.460810 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9273 | 2024.11.06 00:24:05.461181 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9274 | 2024.11.06 00:24:05.461531 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9275 | 2024.11.06 00:24:05.461697 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001489 sec., 4029.550033579583 rows/sec., 210.53 KiB/sec. | ||
| 9276 | 2024.11.06 00:24:05.461887 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 9277 | 2024.11.06 00:24:05.461911 [ 289 ] {cfe07973-03d4-4fd6-aba3-a5747449e0ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9278 | 2024.11.06 00:24:05.461926 [ 289 ] {} <Debug> HTTP-Session: eaac0123-612b-4b1c-846b-b93cb58695ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9279 | 2024.11.06 00:24:05.462094 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9280 | 2024.11.06 00:24:05.462190 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33657, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9281 | 2024.11.06 00:24:05.462267 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9282 | 2024.11.06 00:24:05.462292 [ 287 ] {} <Debug> HTTP-Session: dfcd37af-cd91-4057-9f2f-360c1410190e Authenticating user 'default' from [fd00:1122:3344:101::d]:33657 | ||
| 9283 | 2024.11.06 00:24:05.462314 [ 287 ] {} <Debug> HTTP-Session: dfcd37af-cd91-4057-9f2f-360c1410190e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9284 | 2024.11.06 00:24:05.462331 [ 287 ] {} <Debug> HTTP-Session: dfcd37af-cd91-4057-9f2f-360c1410190e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9285 | 2024.11.06 00:24:05.462379 [ 287 ] {} <Trace> HTTP-Session: dfcd37af-cd91-4057-9f2f-360c1410190e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9286 | 2024.11.06 00:24:05.462664 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33657) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9287 | 2024.11.06 00:24:05.462719 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9288 | 2024.11.06 00:24:05.462901 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9289 | 2024.11.06 00:24:05.463327 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9290 | 2024.11.06 00:24:05.463364 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9291 | 2024.11.06 00:24:05.463776 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9292 | 2024.11.06 00:24:05.464136 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9293 | 2024.11.06 00:24:05.464297 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001789 sec., 132476.2437115707 rows/sec., 8.88 MiB/sec. | ||
| 9294 | 2024.11.06 00:24:05.464494 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9295 | 2024.11.06 00:24:05.464518 [ 287 ] {6b769091-980c-4889-93a8-babc1eed511c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9296 | 2024.11.06 00:24:05.464534 [ 287 ] {} <Debug> HTTP-Session: dfcd37af-cd91-4057-9f2f-360c1410190e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9297 | 2024.11.06 00:24:05.464744 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33657, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9298 | 2024.11.06 00:24:05.464752 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42419, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9299 | 2024.11.06 00:24:05.464871 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9300 | 2024.11.06 00:24:05.464925 [ 289 ] {} <Debug> HTTP-Session: 877d5e74-2e73-428e-82b5-e92ac4967c02 Authenticating user 'default' from [fd00:1122:3344:101::d]:42419 | ||
| 9301 | 2024.11.06 00:24:05.464959 [ 289 ] {} <Debug> HTTP-Session: 877d5e74-2e73-428e-82b5-e92ac4967c02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9302 | 2024.11.06 00:24:05.464986 [ 289 ] {} <Debug> HTTP-Session: 877d5e74-2e73-428e-82b5-e92ac4967c02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9303 | 2024.11.06 00:24:05.465051 [ 289 ] {} <Trace> HTTP-Session: 877d5e74-2e73-428e-82b5-e92ac4967c02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9304 | 2024.11.06 00:24:05.465244 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42419) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9305 | 2024.11.06 00:24:05.465334 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9306 | 2024.11.06 00:24:05.465626 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9307 | 2024.11.06 00:24:05.465936 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9308 | 2024.11.06 00:24:05.465972 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9309 | 2024.11.06 00:24:05.466399 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9310 | 2024.11.06 00:24:05.466765 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9311 | 2024.11.06 00:24:05.466931 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001728 sec., 578.7037037037037 rows/sec., 38.99 KiB/sec. | ||
| 9312 | 2024.11.06 00:24:05.467150 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 9313 | 2024.11.06 00:24:05.467173 [ 289 ] {a24d12e7-ecb9-47c8-935d-9948d91e37cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9314 | 2024.11.06 00:24:05.467190 [ 289 ] {} <Debug> HTTP-Session: 877d5e74-2e73-428e-82b5-e92ac4967c02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9315 | 2024.11.06 00:24:05.467364 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9316 | 2024.11.06 00:24:05.467449 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44416, User-Agent: (none), Length: 68794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9317 | 2024.11.06 00:24:05.467515 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9318 | 2024.11.06 00:24:05.467535 [ 287 ] {} <Debug> HTTP-Session: 76025087-384c-44c2-8e6b-3ca9874cb20e Authenticating user 'default' from [fd00:1122:3344:101::d]:44416 | ||
| 9319 | 2024.11.06 00:24:05.467553 [ 287 ] {} <Debug> HTTP-Session: 76025087-384c-44c2-8e6b-3ca9874cb20e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9320 | 2024.11.06 00:24:05.467566 [ 287 ] {} <Debug> HTTP-Session: 76025087-384c-44c2-8e6b-3ca9874cb20e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9321 | 2024.11.06 00:24:05.467607 [ 287 ] {} <Trace> HTTP-Session: 76025087-384c-44c2-8e6b-3ca9874cb20e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9322 | 2024.11.06 00:24:05.468067 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44416) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9323 | 2024.11.06 00:24:05.468149 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <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 | ||
| 9324 | 2024.11.06 00:24:05.468633 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9325 | 2024.11.06 00:24:05.469431 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9326 | 2024.11.06 00:24:05.469469 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9327 | 2024.11.06 00:24:05.470150 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9328 | 2024.11.06 00:24:05.470582 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9329 | 2024.11.06 00:24:05.470792 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003056 sec., 13416.230366492146 rows/sec., 24.04 MiB/sec. | ||
| 9330 | 2024.11.06 00:24:05.471364 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <Debug> DynamicQueryHandler: Done processing query | ||
| 9331 | 2024.11.06 00:24:05.471390 [ 287 ] {ba9369b0-a654-4122-8e66-e6d53c917f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 9332 | 2024.11.06 00:24:05.471406 [ 287 ] {} <Debug> HTTP-Session: 76025087-384c-44c2-8e6b-3ca9874cb20e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9333 | 2024.11.06 00:24:05.471606 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9334 | 2024.11.06 00:24:05.471685 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42419, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9335 | 2024.11.06 00:24:05.471776 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9336 | 2024.11.06 00:24:05.471799 [ 289 ] {} <Debug> HTTP-Session: e7e9626e-f7ac-4257-a2aa-471164b46fbf Authenticating user 'default' from [fd00:1122:3344:101::d]:42419 | ||
| 9337 | 2024.11.06 00:24:05.471821 [ 289 ] {} <Debug> HTTP-Session: e7e9626e-f7ac-4257-a2aa-471164b46fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9338 | 2024.11.06 00:24:05.471838 [ 289 ] {} <Debug> HTTP-Session: e7e9626e-f7ac-4257-a2aa-471164b46fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9339 | 2024.11.06 00:24:05.471881 [ 289 ] {} <Trace> HTTP-Session: e7e9626e-f7ac-4257-a2aa-471164b46fbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9340 | 2024.11.06 00:24:05.472051 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42419) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9341 | 2024.11.06 00:24:05.472107 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9342 | 2024.11.06 00:24:05.472296 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9343 | 2024.11.06 00:24:05.472694 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9344 | 2024.11.06 00:24:05.472732 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9345 | 2024.11.06 00:24:05.473115 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 9346 | 2024.11.06 00:24:05.473445 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9347 | 2024.11.06 00:24:05.473598 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001619 sec., 50648.548486720196 rows/sec., 3.22 MiB/sec. | ||
| 9348 | 2024.11.06 00:24:05.473766 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9349 | 2024.11.06 00:24:05.473789 [ 289 ] {108a8415-47c3-4a9d-87d3-7108f49ae98a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9350 | 2024.11.06 00:24:05.473805 [ 289 ] {} <Debug> HTTP-Session: e7e9626e-f7ac-4257-a2aa-471164b46fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9351 | 2024.11.06 00:24:05.475059 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9352 | 2024.11.06 00:24:07.697695 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9353 | 2024.11.06 00:24:07.865123 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42292, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9354 | 2024.11.06 00:24:07.897577 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45567, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9355 | 2024.11.06 00:24:07.953162 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34907, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9356 | 2024.11.06 00:24:08.005537 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9357 | 2024.11.06 00:24:08.017947 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62668, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9358 | 2024.11.06 00:24:08.029325 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53932, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9359 | 2024.11.06 00:24:08.048624 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47493, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9360 | 2024.11.06 00:24:10.436361 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53316, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9361 | 2024.11.06 00:24:10.436478 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9362 | 2024.11.06 00:24:10.436503 [ 289 ] {} <Debug> HTTP-Session: 6175e559-62ad-429b-a1cb-76fbe0b3ee29 Authenticating user 'default' from [fd00:1122:3344:101::d]:53316 | ||
| 9363 | 2024.11.06 00:24:10.436528 [ 289 ] {} <Debug> HTTP-Session: 6175e559-62ad-429b-a1cb-76fbe0b3ee29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9364 | 2024.11.06 00:24:10.436542 [ 289 ] {} <Debug> HTTP-Session: 6175e559-62ad-429b-a1cb-76fbe0b3ee29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9365 | 2024.11.06 00:24:10.436594 [ 289 ] {} <Trace> HTTP-Session: 6175e559-62ad-429b-a1cb-76fbe0b3ee29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9366 | 2024.11.06 00:24:10.436775 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53316) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9367 | 2024.11.06 00:24:10.436846 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9368 | 2024.11.06 00:24:10.437194 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9369 | 2024.11.06 00:24:10.437621 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9370 | 2024.11.06 00:24:10.437666 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9371 | 2024.11.06 00:24:10.438078 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 9372 | 2024.11.06 00:24:10.438472 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9373 | 2024.11.06 00:24:10.438663 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001936 sec., 1033.0578512396694 rows/sec., 84.24 KiB/sec. | ||
| 9374 | 2024.11.06 00:24:10.439086 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9375 | 2024.11.06 00:24:10.439115 [ 289 ] {32dde749-70d1-454f-978b-d1189f01b16c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9376 | 2024.11.06 00:24:10.439133 [ 289 ] {} <Debug> HTTP-Session: 6175e559-62ad-429b-a1cb-76fbe0b3ee29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9377 | 2024.11.06 00:24:10.439413 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9378 | 2024.11.06 00:24:10.439501 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44034, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9379 | 2024.11.06 00:24:10.439681 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9380 | 2024.11.06 00:24:10.439725 [ 283 ] {} <Debug> HTTP-Session: e46dbf13-1319-4364-9d3a-eafcdfbbe29c Authenticating user 'default' from [fd00:1122:3344:101::d]:44034 | ||
| 9381 | 2024.11.06 00:24:10.439768 [ 283 ] {} <Debug> HTTP-Session: e46dbf13-1319-4364-9d3a-eafcdfbbe29c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9382 | 2024.11.06 00:24:10.439796 [ 283 ] {} <Debug> HTTP-Session: e46dbf13-1319-4364-9d3a-eafcdfbbe29c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9383 | 2024.11.06 00:24:10.439872 [ 283 ] {} <Trace> HTTP-Session: e46dbf13-1319-4364-9d3a-eafcdfbbe29c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9384 | 2024.11.06 00:24:10.440066 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44034) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9385 | 2024.11.06 00:24:10.440136 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9386 | 2024.11.06 00:24:10.440474 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9387 | 2024.11.06 00:24:10.440874 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9388 | 2024.11.06 00:24:10.440914 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9389 | 2024.11.06 00:24:10.441330 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9390 | 2024.11.06 00:24:10.441712 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9391 | 2024.11.06 00:24:10.441900 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001901 sec., 29984.218832193583 rows/sec., 2.29 MiB/sec. | ||
| 9392 | 2024.11.06 00:24:10.441929 [ 149 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9393 | 2024.11.06 00:24:10.442081 [ 149 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9394 | 2024.11.06 00:24:10.442142 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9395 | 2024.11.06 00:24:10.442191 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Debug> DynamicQueryHandler: Done processing query | ||
| 9396 | 2024.11.06 00:24:10.442252 [ 283 ] {10bcc3eb-1a34-4a3b-ab51-04ea86595622} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9397 | 2024.11.06 00:24:10.442281 [ 283 ] {} <Debug> HTTP-Session: e46dbf13-1319-4364-9d3a-eafcdfbbe29c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9398 | 2024.11.06 00:24:10.442335 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 9399 | 2024.11.06 00:24:10.442520 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44034, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9400 | 2024.11.06 00:24:10.442530 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9401 | 2024.11.06 00:24:10.442629 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1420 rows starting from the beginning of the part | ||
| 9402 | 2024.11.06 00:24:10.442668 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53316, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9403 | 2024.11.06 00:24:10.442856 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 271 rows starting from the beginning of the part | ||
| 9404 | 2024.11.06 00:24:10.442913 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9405 | 2024.11.06 00:24:10.442995 [ 289 ] {} <Debug> HTTP-Session: d77a8d43-ce4b-486d-910f-094fc57ab1f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:53316 | ||
| 9406 | 2024.11.06 00:24:10.443095 [ 289 ] {} <Debug> HTTP-Session: d77a8d43-ce4b-486d-910f-094fc57ab1f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9407 | 2024.11.06 00:24:10.443180 [ 289 ] {} <Debug> HTTP-Session: d77a8d43-ce4b-486d-910f-094fc57ab1f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9408 | 2024.11.06 00:24:10.443206 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 57 rows starting from the beginning of the part | ||
| 9409 | 2024.11.06 00:24:10.443346 [ 289 ] {} <Trace> HTTP-Session: d77a8d43-ce4b-486d-910f-094fc57ab1f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9410 | 2024.11.06 00:24:10.443534 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part | ||
| 9411 | 2024.11.06 00:24:10.443795 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53316) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9412 | 2024.11.06 00:24:10.443813 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 271 rows starting from the beginning of the part | ||
| 9413 | 2024.11.06 00:24:10.443937 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9414 | 2024.11.06 00:24:10.444129 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 57 rows starting from the beginning of the part | ||
| 9415 | 2024.11.06 00:24:10.445054 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9416 | 2024.11.06 00:24:10.445880 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9417 | 2024.11.06 00:24:10.445941 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9418 | 2024.11.06 00:24:10.446821 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 9419 | 2024.11.06 00:24:10.447633 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 5 columns (5 merged, 0 gathered) in 0.005395631 sec., 395134.5079009295 rows/sec., 34.82 MiB/sec. | ||
| 9420 | 2024.11.06 00:24:10.447853 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9421 | 2024.11.06 00:24:10.447919 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9422 | 2024.11.06 00:24:10.448192 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004578 sec., 436.8719965050241 rows/sec., 30.50 KiB/sec. | ||
| 9423 | 2024.11.06 00:24:10.448731 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Debug> DynamicQueryHandler: Done processing query | ||
| 9424 | 2024.11.06 00:24:10.448773 [ 289 ] {dc8eb842-4a37-423d-a45a-774d80abf889} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9425 | 2024.11.06 00:24:10.448810 [ 289 ] {} <Debug> HTTP-Session: d77a8d43-ce4b-486d-910f-094fc57ab1f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9426 | 2024.11.06 00:24:10.448919 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9427 | 2024.11.06 00:24:10.449040 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9428 | 2024.11.06 00:24:10.449081 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65344, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9429 | 2024.11.06 00:24:10.449107 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_56_11} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9430 | 2024.11.06 00:24:10.449256 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9431 | 2024.11.06 00:24:10.449289 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 9432 | 2024.11.06 00:24:10.449300 [ 283 ] {} <Debug> HTTP-Session: 53757a3d-b57c-4bc0-b30a-5d8809c3ebd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:65344 | ||
| 9433 | 2024.11.06 00:24:10.449339 [ 283 ] {} <Debug> HTTP-Session: 53757a3d-b57c-4bc0-b30a-5d8809c3ebd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9434 | 2024.11.06 00:24:10.449358 [ 283 ] {} <Debug> HTTP-Session: 53757a3d-b57c-4bc0-b30a-5d8809c3ebd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9435 | 2024.11.06 00:24:10.449401 [ 283 ] {} <Trace> HTTP-Session: 53757a3d-b57c-4bc0-b30a-5d8809c3ebd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9436 | 2024.11.06 00:24:10.449554 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65344) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9437 | 2024.11.06 00:24:10.449609 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9438 | 2024.11.06 00:24:10.449888 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9439 | 2024.11.06 00:24:10.450251 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9440 | 2024.11.06 00:24:10.450287 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9441 | 2024.11.06 00:24:10.450652 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9442 | 2024.11.06 00:24:10.451031 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9443 | 2024.11.06 00:24:10.451206 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001696 sec., 38915.09433962264 rows/sec., 3.04 MiB/sec. | ||
| 9444 | 2024.11.06 00:24:10.451216 [ 149 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9445 | 2024.11.06 00:24:10.451332 [ 149 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9446 | 2024.11.06 00:24:10.451410 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9447 | 2024.11.06 00:24:10.451528 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Debug> DynamicQueryHandler: Done processing query | ||
| 9448 | 2024.11.06 00:24:10.451596 [ 283 ] {8648dc0e-2d01-4852-b094-404799752323} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9449 | 2024.11.06 00:24:10.451646 [ 283 ] {} <Debug> HTTP-Session: 53757a3d-b57c-4bc0-b30a-5d8809c3ebd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9450 | 2024.11.06 00:24:10.451674 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 9451 | 2024.11.06 00:24:10.451928 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9452 | 2024.11.06 00:24:10.451931 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9453 | 2024.11.06 00:24:10.452026 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part | ||
| 9454 | 2024.11.06 00:24:10.452119 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57987, User-Agent: (none), Length: 30836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9455 | 2024.11.06 00:24:10.452300 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 423 rows starting from the beginning of the part | ||
| 9456 | 2024.11.06 00:24:10.452436 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9457 | 2024.11.06 00:24:10.452614 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 66 rows starting from the beginning of the part | ||
| 9458 | 2024.11.06 00:24:10.452678 [ 289 ] {} <Debug> HTTP-Session: 0af8c70b-f124-4ea7-bb92-4d74942f6c55 Authenticating user 'default' from [fd00:1122:3344:101::d]:57987 | ||
| 9459 | 2024.11.06 00:24:10.452863 [ 289 ] {} <Debug> HTTP-Session: 0af8c70b-f124-4ea7-bb92-4d74942f6c55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9460 | 2024.11.06 00:24:10.452899 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part | ||
| 9461 | 2024.11.06 00:24:10.452944 [ 289 ] {} <Debug> HTTP-Session: 0af8c70b-f124-4ea7-bb92-4d74942f6c55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9462 | 2024.11.06 00:24:10.453138 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 423 rows starting from the beginning of the part | ||
| 9463 | 2024.11.06 00:24:10.453154 [ 289 ] {} <Trace> HTTP-Session: 0af8c70b-f124-4ea7-bb92-4d74942f6c55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9464 | 2024.11.06 00:24:10.453376 [ 188 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 66 rows starting from the beginning of the part | ||
| 9465 | 2024.11.06 00:24:10.453806 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57987) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9466 | 2024.11.06 00:24:10.453908 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9467 | 2024.11.06 00:24:10.454522 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9468 | 2024.11.06 00:24:10.455530 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9469 | 2024.11.06 00:24:10.455599 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9470 | 2024.11.06 00:24:10.456491 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9471 | 2024.11.06 00:24:10.456509 [ 198 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.004988518 sec., 392300.87974023545 rows/sec., 30.03 MiB/sec. | ||
| 9472 | 2024.11.06 00:24:10.456714 [ 198 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9473 | 2024.11.06 00:24:10.456916 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9474 | 2024.11.06 00:24:10.457289 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9475 | 2024.11.06 00:24:10.457327 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003885 sec., 41441.44144144144 rows/sec., 2.89 MiB/sec. | ||
| 9476 | 2024.11.06 00:24:10.457429 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9477 | 2024.11.06 00:24:10.457586 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9478 | 2024.11.06 00:24:10.457765 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9479 | 2024.11.06 00:24:10.458037 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9480 | 2024.11.06 00:24:10.458095 [ 289 ] {c06b4c9c-03ed-43ad-8127-db583345335b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9481 | 2024.11.06 00:24:10.458105 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 9482 | 2024.11.06 00:24:10.458138 [ 289 ] {} <Debug> HTTP-Session: 0af8c70b-f124-4ea7-bb92-4d74942f6c55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9483 | 2024.11.06 00:24:10.458176 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_56_11} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9484 | 2024.11.06 00:24:10.458396 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 9485 | 2024.11.06 00:24:10.458509 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9486 | 2024.11.06 00:24:10.458587 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9487 | 2024.11.06 00:24:10.458646 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61230, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9488 | 2024.11.06 00:24:10.458684 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 11929 rows starting from the beginning of the part | ||
| 9489 | 2024.11.06 00:24:10.458878 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9490 | 2024.11.06 00:24:10.458965 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 237 rows starting from the beginning of the part | ||
| 9491 | 2024.11.06 00:24:10.458981 [ 283 ] {} <Debug> HTTP-Session: f5252e05-318c-499e-a093-3c44cdbb4cb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61230 | ||
| 9492 | 2024.11.06 00:24:10.459055 [ 283 ] {} <Debug> HTTP-Session: f5252e05-318c-499e-a093-3c44cdbb4cb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9493 | 2024.11.06 00:24:10.459117 [ 283 ] {} <Debug> HTTP-Session: f5252e05-318c-499e-a093-3c44cdbb4cb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9494 | 2024.11.06 00:24:10.459263 [ 283 ] {} <Trace> HTTP-Session: f5252e05-318c-499e-a093-3c44cdbb4cb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9495 | 2024.11.06 00:24:10.459276 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 129 rows starting from the beginning of the part | ||
| 9496 | 2024.11.06 00:24:10.459499 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
| 9497 | 2024.11.06 00:24:10.459651 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61230) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9498 | 2024.11.06 00:24:10.459837 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9499 | 2024.11.06 00:24:10.459831 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 9500 | 2024.11.06 00:24:10.460164 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 161 rows starting from the beginning of the part | ||
| 9501 | 2024.11.06 00:24:10.460903 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9502 | 2024.11.06 00:24:10.461530 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9503 | 2024.11.06 00:24:10.461569 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9504 | 2024.11.06 00:24:10.462097 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 9505 | 2024.11.06 00:24:10.462950 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9506 | 2024.11.06 00:24:10.463341 [ 149 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 9507 | 2024.11.06 00:24:10.463397 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003902 sec., 15376.729882111737 rows/sec., 1.04 MiB/sec. | ||
| 9508 | 2024.11.06 00:24:10.463546 [ 149 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9509 | 2024.11.06 00:24:10.463682 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9510 | 2024.11.06 00:24:10.464123 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9511 | 2024.11.06 00:24:10.464276 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 9512 | 2024.11.06 00:24:10.464303 [ 283 ] {0fc5d920-29d7-49a9-bf62-c1453a9753c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9513 | 2024.11.06 00:24:10.464418 [ 283 ] {} <Debug> HTTP-Session: f5252e05-318c-499e-a093-3c44cdbb4cb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9514 | 2024.11.06 00:24:10.465143 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9515 | 2024.11.06 00:24:10.465255 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2430 rows starting from the beginning of the part | ||
| 9516 | 2024.11.06 00:24:10.465537 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9517 | 2024.11.06 00:24:10.465593 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 82 rows starting from the beginning of the part | ||
| 9518 | 2024.11.06 00:24:10.465715 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part | ||
| 9519 | 2024.11.06 00:24:10.466027 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 9520 | 2024.11.06 00:24:10.466380 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 9521 | 2024.11.06 00:24:10.466628 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 9522 | 2024.11.06 00:24:10.467274 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12853 rows, containing 5 columns (5 merged, 0 gathered) in 0.009439041 sec., 1361684.9423580212 rows/sec., 92.44 MiB/sec. | ||
| 9523 | 2024.11.06 00:24:10.467693 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9524 | 2024.11.06 00:24:10.468666 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9525 | 2024.11.06 00:24:10.468892 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9526 | 2024.11.06 00:24:10.469078 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. | ||
| 9527 | 2024.11.06 00:24:10.469584 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 4 columns (4 merged, 0 gathered) in 0.005623047 sec., 491192.76435000455 rows/sec., 32.47 MiB/sec. | ||
| 9528 | 2024.11.06 00:24:10.469887 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 9529 | 2024.11.06 00:24:10.470269 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9530 | 2024.11.06 00:24:10.470353 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_56_11} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 9531 | 2024.11.06 00:24:10.470439 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 9532 | 2024.11.06 00:24:11.738508 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9533 | 2024.11.06 00:24:11.738558 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9534 | 2024.11.06 00:24:12.050785 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 874 | ||
| 9535 | 2024.11.06 00:24:12.053673 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9536 | 2024.11.06 00:24:12.053719 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9537 | 2024.11.06 00:24:12.055235 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9538 | 2024.11.06 00:24:12.056260 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9539 | 2024.11.06 00:24:12.056898 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 874 | ||
| 9540 | 2024.11.06 00:24:15.436344 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39563, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9541 | 2024.11.06 00:24:15.436543 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9542 | 2024.11.06 00:24:15.436591 [ 289 ] {} <Debug> HTTP-Session: 0d29e4cf-b0b4-4d57-a079-6716055ce2d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39563 | ||
| 9543 | 2024.11.06 00:24:15.436633 [ 289 ] {} <Debug> HTTP-Session: 0d29e4cf-b0b4-4d57-a079-6716055ce2d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9544 | 2024.11.06 00:24:15.436661 [ 289 ] {} <Debug> HTTP-Session: 0d29e4cf-b0b4-4d57-a079-6716055ce2d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9545 | 2024.11.06 00:24:15.436744 [ 289 ] {} <Trace> HTTP-Session: 0d29e4cf-b0b4-4d57-a079-6716055ce2d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9546 | 2024.11.06 00:24:15.437034 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39563) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9547 | 2024.11.06 00:24:15.437108 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9548 | 2024.11.06 00:24:15.437460 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9549 | 2024.11.06 00:24:15.438037 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9550 | 2024.11.06 00:24:15.438091 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9551 | 2024.11.06 00:24:15.438556 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9552 | 2024.11.06 00:24:15.438963 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9553 | 2024.11.06 00:24:15.439148 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002194 sec., 25524.156791248857 rows/sec., 1.95 MiB/sec. | ||
| 9554 | 2024.11.06 00:24:15.439544 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9555 | 2024.11.06 00:24:15.439573 [ 289 ] {7fc50183-4aa4-47d4-b42c-9c5d7f584ff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9556 | 2024.11.06 00:24:15.439591 [ 289 ] {} <Debug> HTTP-Session: 0d29e4cf-b0b4-4d57-a079-6716055ce2d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9557 | 2024.11.06 00:24:15.439812 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9558 | 2024.11.06 00:24:15.439957 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47865, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9559 | 2024.11.06 00:24:15.440073 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9560 | 2024.11.06 00:24:15.440098 [ 283 ] {} <Debug> HTTP-Session: 89e792a9-5548-4109-9a54-ebe86a38da9e Authenticating user 'default' from [fd00:1122:3344:101::d]:47865 | ||
| 9561 | 2024.11.06 00:24:15.440122 [ 283 ] {} <Debug> HTTP-Session: 89e792a9-5548-4109-9a54-ebe86a38da9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9562 | 2024.11.06 00:24:15.440136 [ 283 ] {} <Debug> HTTP-Session: 89e792a9-5548-4109-9a54-ebe86a38da9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9563 | 2024.11.06 00:24:15.440189 [ 283 ] {} <Trace> HTTP-Session: 89e792a9-5548-4109-9a54-ebe86a38da9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9564 | 2024.11.06 00:24:15.440401 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47865) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9565 | 2024.11.06 00:24:15.440472 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9566 | 2024.11.06 00:24:15.440824 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9567 | 2024.11.06 00:24:15.441275 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9568 | 2024.11.06 00:24:15.441316 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9569 | 2024.11.06 00:24:15.441756 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9570 | 2024.11.06 00:24:15.442156 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9571 | 2024.11.06 00:24:15.442307 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001983 sec., 32274.33182047403 rows/sec., 2.52 MiB/sec. | ||
| 9572 | 2024.11.06 00:24:15.442622 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 9573 | 2024.11.06 00:24:15.442673 [ 283 ] {eb0cc17e-48e6-4605-b29d-92d073b794f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9574 | 2024.11.06 00:24:15.442704 [ 283 ] {} <Debug> HTTP-Session: 89e792a9-5548-4109-9a54-ebe86a38da9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9575 | 2024.11.06 00:24:15.442953 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47865, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9576 | 2024.11.06 00:24:15.443019 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39563, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9577 | 2024.11.06 00:24:15.443102 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9578 | 2024.11.06 00:24:15.443127 [ 289 ] {} <Debug> HTTP-Session: 5a8d1a45-fa92-4595-b578-11c643c5b25d Authenticating user 'default' from [fd00:1122:3344:101::d]:39563 | ||
| 9579 | 2024.11.06 00:24:15.443148 [ 289 ] {} <Debug> HTTP-Session: 5a8d1a45-fa92-4595-b578-11c643c5b25d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9580 | 2024.11.06 00:24:15.443163 [ 289 ] {} <Debug> HTTP-Session: 5a8d1a45-fa92-4595-b578-11c643c5b25d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9581 | 2024.11.06 00:24:15.443207 [ 289 ] {} <Trace> HTTP-Session: 5a8d1a45-fa92-4595-b578-11c643c5b25d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9582 | 2024.11.06 00:24:15.443398 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39563) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9583 | 2024.11.06 00:24:15.443458 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9584 | 2024.11.06 00:24:15.443654 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9585 | 2024.11.06 00:24:15.444089 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9586 | 2024.11.06 00:24:15.444128 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9587 | 2024.11.06 00:24:15.444563 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9588 | 2024.11.06 00:24:15.444927 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9589 | 2024.11.06 00:24:15.445086 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001767 sec., 90548.95302773062 rows/sec., 6.31 MiB/sec. | ||
| 9590 | 2024.11.06 00:24:15.445384 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Debug> DynamicQueryHandler: Done processing query | ||
| 9591 | 2024.11.06 00:24:15.445451 [ 289 ] {e1559019-5cd7-4a6e-bd57-e1b01612e886} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9592 | 2024.11.06 00:24:15.445509 [ 289 ] {} <Debug> HTTP-Session: 5a8d1a45-fa92-4595-b578-11c643c5b25d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9593 | 2024.11.06 00:24:15.445792 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9594 | 2024.11.06 00:24:15.445918 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48995, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9595 | 2024.11.06 00:24:15.446018 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9596 | 2024.11.06 00:24:15.446042 [ 283 ] {} <Debug> HTTP-Session: d2b4eb1a-e6f4-453d-82d3-0e596d1e1791 Authenticating user 'default' from [fd00:1122:3344:101::d]:48995 | ||
| 9597 | 2024.11.06 00:24:15.446066 [ 283 ] {} <Debug> HTTP-Session: d2b4eb1a-e6f4-453d-82d3-0e596d1e1791 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9598 | 2024.11.06 00:24:15.446083 [ 283 ] {} <Debug> HTTP-Session: d2b4eb1a-e6f4-453d-82d3-0e596d1e1791 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9599 | 2024.11.06 00:24:15.446132 [ 283 ] {} <Trace> HTTP-Session: d2b4eb1a-e6f4-453d-82d3-0e596d1e1791 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9600 | 2024.11.06 00:24:15.446299 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48995) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9601 | 2024.11.06 00:24:15.446362 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9602 | 2024.11.06 00:24:15.446560 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9603 | 2024.11.06 00:24:15.446928 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9604 | 2024.11.06 00:24:15.446963 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9605 | 2024.11.06 00:24:15.447358 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 9606 | 2024.11.06 00:24:15.447696 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9607 | 2024.11.06 00:24:15.447829 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001595 sec., 37617.55485893417 rows/sec., 2.54 MiB/sec. | ||
| 9608 | 2024.11.06 00:24:15.448132 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Debug> DynamicQueryHandler: Done processing query | ||
| 9609 | 2024.11.06 00:24:15.448180 [ 283 ] {e6e6352e-2485-4872-bbc8-bcba7b589144} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9610 | 2024.11.06 00:24:15.448226 [ 283 ] {} <Debug> HTTP-Session: d2b4eb1a-e6f4-453d-82d3-0e596d1e1791 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9611 | 2024.11.06 00:24:15.448843 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48995, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9612 | 2024.11.06 00:24:16.047760 [ 142 ] {} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9613 | 2024.11.06 00:24:16.047828 [ 142 ] {} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9614 | 2024.11.06 00:24:16.047851 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9615 | 2024.11.06 00:24:16.048028 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 9616 | 2024.11.06 00:24:16.048236 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9617 | 2024.11.06 00:24:16.048283 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 9618 | 2024.11.06 00:24:16.048373 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 9619 | 2024.11.06 00:24:16.048480 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 9620 | 2024.11.06 00:24:16.048767 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 9621 | 2024.11.06 00:24:16.048895 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 9622 | 2024.11.06 00:24:16.049958 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.00202879 sec., 38446.56174369945 rows/sec., 1.96 MiB/sec. | ||
| 9623 | 2024.11.06 00:24:16.050099 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9624 | 2024.11.06 00:24:16.050489 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_13_3} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9625 | 2024.11.06 00:24:16.050569 [ 197 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_13_3} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9626 | 2024.11.06 00:24:16.050650 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9627 | 2024.11.06 00:24:16.868756 [ 142 ] {} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9628 | 2024.11.06 00:24:16.868828 [ 142 ] {} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9629 | 2024.11.06 00:24:16.868853 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9630 | 2024.11.06 00:24:16.869000 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 9631 | 2024.11.06 00:24:16.869162 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9632 | 2024.11.06 00:24:16.869199 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 9 rows starting from the beginning of the part | ||
| 9633 | 2024.11.06 00:24:16.869273 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 9634 | 2024.11.06 00:24:16.869405 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 9635 | 2024.11.06 00:24:16.869694 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 9636 | 2024.11.06 00:24:16.869951 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 9637 | 2024.11.06 00:24:16.871053 [ 197 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.002129664 sec., 6104.249308811156 rows/sec., 411.32 KiB/sec. | ||
| 9638 | 2024.11.06 00:24:16.871205 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9639 | 2024.11.06 00:24:16.871583 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9640 | 2024.11.06 00:24:16.871657 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_13_3} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9641 | 2024.11.06 00:24:16.871728 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 9642 | 2024.11.06 00:24:19.721399 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:43331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9643 | 2024.11.06 00:24:19.977237 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38264, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9644 | 2024.11.06 00:24:20.067268 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:54442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9645 | 2024.11.06 00:24:20.290559 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62936, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9646 | 2024.11.06 00:24:20.295029 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56339, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9647 | 2024.11.06 00:24:20.339490 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9648 | 2024.11.06 00:24:20.374853 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9649 | 2024.11.06 00:24:20.377617 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35478, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9650 | 2024.11.06 00:24:20.442687 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39563, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9651 | 2024.11.06 00:24:20.442829 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9652 | 2024.11.06 00:24:20.442860 [ 289 ] {} <Debug> HTTP-Session: 1c052d05-62da-424b-92e5-0e3b924f2d40 Authenticating user 'default' from [fd00:1122:3344:101::d]:39563 | ||
| 9653 | 2024.11.06 00:24:20.442889 [ 289 ] {} <Debug> HTTP-Session: 1c052d05-62da-424b-92e5-0e3b924f2d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9654 | 2024.11.06 00:24:20.442907 [ 289 ] {} <Debug> HTTP-Session: 1c052d05-62da-424b-92e5-0e3b924f2d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9655 | 2024.11.06 00:24:20.442967 [ 289 ] {} <Trace> HTTP-Session: 1c052d05-62da-424b-92e5-0e3b924f2d40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9656 | 2024.11.06 00:24:20.443269 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39563) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9657 | 2024.11.06 00:24:20.443342 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9658 | 2024.11.06 00:24:20.443692 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9659 | 2024.11.06 00:24:20.444453 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9660 | 2024.11.06 00:24:20.444502 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9661 | 2024.11.06 00:24:20.444960 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9662 | 2024.11.06 00:24:20.445363 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9663 | 2024.11.06 00:24:20.445523 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002379 sec., 113913.4089953762 rows/sec., 10.12 MiB/sec. | ||
| 9664 | 2024.11.06 00:24:20.445846 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9665 | 2024.11.06 00:24:20.445895 [ 289 ] {9211b094-1a63-421b-9e2b-8578005619c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9666 | 2024.11.06 00:24:20.445943 [ 289 ] {} <Debug> HTTP-Session: 1c052d05-62da-424b-92e5-0e3b924f2d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9667 | 2024.11.06 00:24:20.446179 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39563, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9668 | 2024.11.06 00:24:20.446246 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42853, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9669 | 2024.11.06 00:24:20.446354 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9670 | 2024.11.06 00:24:20.446384 [ 287 ] {} <Debug> HTTP-Session: 4960c363-3121-4bd7-a829-2f6ca81bdbc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42853 | ||
| 9671 | 2024.11.06 00:24:20.446412 [ 287 ] {} <Debug> HTTP-Session: 4960c363-3121-4bd7-a829-2f6ca81bdbc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9672 | 2024.11.06 00:24:20.446429 [ 287 ] {} <Debug> HTTP-Session: 4960c363-3121-4bd7-a829-2f6ca81bdbc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9673 | 2024.11.06 00:24:20.446487 [ 287 ] {} <Trace> HTTP-Session: 4960c363-3121-4bd7-a829-2f6ca81bdbc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9674 | 2024.11.06 00:24:20.446694 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42853) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9675 | 2024.11.06 00:24:20.446767 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9676 | 2024.11.06 00:24:20.447150 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9677 | 2024.11.06 00:24:20.447559 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9678 | 2024.11.06 00:24:20.447601 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9679 | 2024.11.06 00:24:20.448023 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9680 | 2024.11.06 00:24:20.448423 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9681 | 2024.11.06 00:24:20.448663 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002036 sec., 20137.524557956778 rows/sec., 1.48 MiB/sec. | ||
| 9682 | 2024.11.06 00:24:20.449074 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9683 | 2024.11.06 00:24:20.449102 [ 287 ] {ea73cebf-73ba-4e67-bd19-89928196de8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9684 | 2024.11.06 00:24:20.449120 [ 287 ] {} <Debug> HTTP-Session: 4960c363-3121-4bd7-a829-2f6ca81bdbc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9685 | 2024.11.06 00:24:20.449271 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42853, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9686 | 2024.11.06 00:24:20.449343 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64588, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9687 | 2024.11.06 00:24:20.449429 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9688 | 2024.11.06 00:24:20.449456 [ 289 ] {} <Debug> HTTP-Session: 6ec22baa-2ebd-40b5-ab74-35f0f165e721 Authenticating user 'default' from [fd00:1122:3344:101::d]:64588 | ||
| 9689 | 2024.11.06 00:24:20.449478 [ 289 ] {} <Debug> HTTP-Session: 6ec22baa-2ebd-40b5-ab74-35f0f165e721 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9690 | 2024.11.06 00:24:20.449495 [ 289 ] {} <Debug> HTTP-Session: 6ec22baa-2ebd-40b5-ab74-35f0f165e721 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9691 | 2024.11.06 00:24:20.449544 [ 289 ] {} <Trace> HTTP-Session: 6ec22baa-2ebd-40b5-ab74-35f0f165e721 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9692 | 2024.11.06 00:24:20.449706 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64588) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9693 | 2024.11.06 00:24:20.449767 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9694 | 2024.11.06 00:24:20.450090 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9695 | 2024.11.06 00:24:20.450427 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9696 | 2024.11.06 00:24:20.450464 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9697 | 2024.11.06 00:24:20.450840 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9698 | 2024.11.06 00:24:20.451213 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9699 | 2024.11.06 00:24:20.451380 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001715 sec., 8163.265306122449 rows/sec., 571.70 KiB/sec. | ||
| 9700 | 2024.11.06 00:24:20.451570 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9701 | 2024.11.06 00:24:20.451595 [ 289 ] {33c5c408-c8aa-4c2d-b981-675372c9dcf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9702 | 2024.11.06 00:24:20.451611 [ 289 ] {} <Debug> HTTP-Session: 6ec22baa-2ebd-40b5-ab74-35f0f165e721 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9703 | 2024.11.06 00:24:20.451746 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9704 | 2024.11.06 00:24:20.451859 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64424, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9705 | 2024.11.06 00:24:20.451930 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9706 | 2024.11.06 00:24:20.451955 [ 287 ] {} <Debug> HTTP-Session: b5b9b1d9-033a-4130-bb0c-e45b1c5e7a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64424 | ||
| 9707 | 2024.11.06 00:24:20.451978 [ 287 ] {} <Debug> HTTP-Session: b5b9b1d9-033a-4130-bb0c-e45b1c5e7a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9708 | 2024.11.06 00:24:20.451996 [ 287 ] {} <Debug> HTTP-Session: b5b9b1d9-033a-4130-bb0c-e45b1c5e7a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9709 | 2024.11.06 00:24:20.452042 [ 287 ] {} <Trace> HTTP-Session: b5b9b1d9-033a-4130-bb0c-e45b1c5e7a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9710 | 2024.11.06 00:24:20.452179 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64424) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9711 | 2024.11.06 00:24:20.452236 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9712 | 2024.11.06 00:24:20.452553 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9713 | 2024.11.06 00:24:20.452909 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9714 | 2024.11.06 00:24:20.452953 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9715 | 2024.11.06 00:24:20.453355 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9716 | 2024.11.06 00:24:20.453735 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9717 | 2024.11.06 00:24:20.453869 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001729 sec., 3470.213996529786 rows/sec., 205.03 KiB/sec. | ||
| 9718 | 2024.11.06 00:24:20.454047 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Debug> DynamicQueryHandler: Done processing query | ||
| 9719 | 2024.11.06 00:24:20.454071 [ 287 ] {de3d9fc7-a7c0-4445-85b4-cf3a018dfc83} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9720 | 2024.11.06 00:24:20.454086 [ 287 ] {} <Debug> HTTP-Session: b5b9b1d9-033a-4130-bb0c-e45b1c5e7a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9721 | 2024.11.06 00:24:20.454477 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64424, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9722 | 2024.11.06 00:24:20.454507 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64588, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9723 | 2024.11.06 00:24:20.454643 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9724 | 2024.11.06 00:24:20.454684 [ 289 ] {} <Debug> HTTP-Session: 1d17ea95-920a-493a-bc67-4aecf8a1c7a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64588 | ||
| 9725 | 2024.11.06 00:24:20.454718 [ 289 ] {} <Debug> HTTP-Session: 1d17ea95-920a-493a-bc67-4aecf8a1c7a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9726 | 2024.11.06 00:24:20.454745 [ 289 ] {} <Debug> HTTP-Session: 1d17ea95-920a-493a-bc67-4aecf8a1c7a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9727 | 2024.11.06 00:24:20.454813 [ 289 ] {} <Trace> HTTP-Session: 1d17ea95-920a-493a-bc67-4aecf8a1c7a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9728 | 2024.11.06 00:24:20.455192 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64588) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9729 | 2024.11.06 00:24:20.455242 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9730 | 2024.11.06 00:24:20.455508 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9731 | 2024.11.06 00:24:20.456171 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9732 | 2024.11.06 00:24:20.456209 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9733 | 2024.11.06 00:24:20.456609 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9734 | 2024.11.06 00:24:20.456988 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9735 | 2024.11.06 00:24:20.457177 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002157 sec., 196105.702364395 rows/sec., 14.02 MiB/sec. | ||
| 9736 | 2024.11.06 00:24:20.457379 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Debug> DynamicQueryHandler: Done processing query | ||
| 9737 | 2024.11.06 00:24:20.457403 [ 289 ] {3324b389-5d24-45c2-9e02-2f6048a77acd} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9738 | 2024.11.06 00:24:20.457419 [ 289 ] {} <Debug> HTTP-Session: 1d17ea95-920a-493a-bc67-4aecf8a1c7a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9739 | 2024.11.06 00:24:20.457578 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64588, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9740 | 2024.11.06 00:24:20.457644 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38217, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9741 | 2024.11.06 00:24:20.457723 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9742 | 2024.11.06 00:24:20.457749 [ 287 ] {} <Debug> HTTP-Session: 8d1ab4c9-1887-4ca1-8d6e-b0c707a00f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:38217 | ||
| 9743 | 2024.11.06 00:24:20.457770 [ 287 ] {} <Debug> HTTP-Session: 8d1ab4c9-1887-4ca1-8d6e-b0c707a00f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9744 | 2024.11.06 00:24:20.457787 [ 287 ] {} <Debug> HTTP-Session: 8d1ab4c9-1887-4ca1-8d6e-b0c707a00f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9745 | 2024.11.06 00:24:20.457832 [ 287 ] {} <Trace> HTTP-Session: 8d1ab4c9-1887-4ca1-8d6e-b0c707a00f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9746 | 2024.11.06 00:24:20.457963 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38217) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9747 | 2024.11.06 00:24:20.458028 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9748 | 2024.11.06 00:24:20.458198 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9749 | 2024.11.06 00:24:20.458493 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9750 | 2024.11.06 00:24:20.458528 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9751 | 2024.11.06 00:24:20.458897 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9752 | 2024.11.06 00:24:20.459238 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9753 | 2024.11.06 00:24:20.459367 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec. | ||
| 9754 | 2024.11.06 00:24:20.459535 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9755 | 2024.11.06 00:24:20.459559 [ 287 ] {956b3a1c-a4c8-4310-9433-6de6205dd30c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9756 | 2024.11.06 00:24:20.459575 [ 287 ] {} <Debug> HTTP-Session: 8d1ab4c9-1887-4ca1-8d6e-b0c707a00f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9757 | 2024.11.06 00:24:20.459764 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9758 | 2024.11.06 00:24:20.459843 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54055, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9759 | 2024.11.06 00:24:20.459906 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9760 | 2024.11.06 00:24:20.459927 [ 289 ] {} <Debug> HTTP-Session: 5561f488-a8b0-487a-b2a8-9eca15115eb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:54055 | ||
| 9761 | 2024.11.06 00:24:20.459945 [ 289 ] {} <Debug> HTTP-Session: 5561f488-a8b0-487a-b2a8-9eca15115eb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9762 | 2024.11.06 00:24:20.459958 [ 289 ] {} <Debug> HTTP-Session: 5561f488-a8b0-487a-b2a8-9eca15115eb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9763 | 2024.11.06 00:24:20.459998 [ 289 ] {} <Trace> HTTP-Session: 5561f488-a8b0-487a-b2a8-9eca15115eb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9764 | 2024.11.06 00:24:20.460251 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54055) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9765 | 2024.11.06 00:24:20.460313 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9766 | 2024.11.06 00:24:20.460531 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9767 | 2024.11.06 00:24:20.461113 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9768 | 2024.11.06 00:24:20.461151 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9769 | 2024.11.06 00:24:20.461562 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9770 | 2024.11.06 00:24:20.461948 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9771 | 2024.11.06 00:24:20.462124 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002019 sec., 117384.84398216939 rows/sec., 7.87 MiB/sec. | ||
| 9772 | 2024.11.06 00:24:20.462312 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9773 | 2024.11.06 00:24:20.462338 [ 289 ] {5e533c52-4134-4d2c-91bf-4cc6cdcb664c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9774 | 2024.11.06 00:24:20.462354 [ 289 ] {} <Debug> HTTP-Session: 5561f488-a8b0-487a-b2a8-9eca15115eb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9775 | 2024.11.06 00:24:20.462507 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9776 | 2024.11.06 00:24:20.462557 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38217, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9777 | 2024.11.06 00:24:20.462694 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9778 | 2024.11.06 00:24:20.462734 [ 287 ] {} <Debug> HTTP-Session: 159fc826-462a-4469-8249-6c91d6e9d1d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38217 | ||
| 9779 | 2024.11.06 00:24:20.462767 [ 287 ] {} <Debug> HTTP-Session: 159fc826-462a-4469-8249-6c91d6e9d1d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9780 | 2024.11.06 00:24:20.462794 [ 287 ] {} <Debug> HTTP-Session: 159fc826-462a-4469-8249-6c91d6e9d1d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9781 | 2024.11.06 00:24:20.462860 [ 287 ] {} <Trace> HTTP-Session: 159fc826-462a-4469-8249-6c91d6e9d1d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9782 | 2024.11.06 00:24:20.463055 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38217) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9783 | 2024.11.06 00:24:20.463128 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9784 | 2024.11.06 00:24:20.463290 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9785 | 2024.11.06 00:24:20.463568 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9786 | 2024.11.06 00:24:20.463602 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9787 | 2024.11.06 00:24:20.463963 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9788 | 2024.11.06 00:24:20.464306 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9789 | 2024.11.06 00:24:20.464440 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001445 sec., 692.0415224913494 rows/sec., 46.63 KiB/sec. | ||
| 9790 | 2024.11.06 00:24:20.464611 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9791 | 2024.11.06 00:24:20.464635 [ 287 ] {d8847fed-f05f-4c34-8e0b-623797fd605e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9792 | 2024.11.06 00:24:20.464652 [ 287 ] {} <Debug> HTTP-Session: 159fc826-462a-4469-8249-6c91d6e9d1d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9793 | 2024.11.06 00:24:20.464867 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9794 | 2024.11.06 00:24:20.464966 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43581, User-Agent: (none), Length: 68846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9795 | 2024.11.06 00:24:20.465105 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9796 | 2024.11.06 00:24:20.465134 [ 289 ] {} <Debug> HTTP-Session: faf9949d-2972-435a-b8d1-e187b2d0bb7b Authenticating user 'default' from [fd00:1122:3344:101::d]:43581 | ||
| 9797 | 2024.11.06 00:24:20.465156 [ 289 ] {} <Debug> HTTP-Session: faf9949d-2972-435a-b8d1-e187b2d0bb7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9798 | 2024.11.06 00:24:20.465173 [ 289 ] {} <Debug> HTTP-Session: faf9949d-2972-435a-b8d1-e187b2d0bb7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9799 | 2024.11.06 00:24:20.465218 [ 289 ] {} <Trace> HTTP-Session: faf9949d-2972-435a-b8d1-e187b2d0bb7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9800 | 2024.11.06 00:24:20.466042 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43581) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9801 | 2024.11.06 00:24:20.466127 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <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 | ||
| 9802 | 2024.11.06 00:24:20.466626 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9803 | 2024.11.06 00:24:20.467408 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9804 | 2024.11.06 00:24:20.467444 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9805 | 2024.11.06 00:24:20.468120 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9806 | 2024.11.06 00:24:20.468531 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9807 | 2024.11.06 00:24:20.468732 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003369 sec., 12169.783318492135 rows/sec., 21.81 MiB/sec. | ||
| 9808 | 2024.11.06 00:24:20.469327 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <Debug> DynamicQueryHandler: Done processing query | ||
| 9809 | 2024.11.06 00:24:20.469351 [ 289 ] {9c510ec2-35fd-429e-a1d8-2e8e8c7a7d60} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 9810 | 2024.11.06 00:24:20.469368 [ 289 ] {} <Debug> HTTP-Session: faf9949d-2972-435a-b8d1-e187b2d0bb7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9811 | 2024.11.06 00:24:20.469517 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43581, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9812 | 2024.11.06 00:24:20.469607 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36846, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9813 | 2024.11.06 00:24:20.469681 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9814 | 2024.11.06 00:24:20.469704 [ 287 ] {} <Debug> HTTP-Session: 12c9dac9-9be8-4037-99db-97d0148c1bf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:36846 | ||
| 9815 | 2024.11.06 00:24:20.469725 [ 287 ] {} <Debug> HTTP-Session: 12c9dac9-9be8-4037-99db-97d0148c1bf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9816 | 2024.11.06 00:24:20.469742 [ 287 ] {} <Debug> HTTP-Session: 12c9dac9-9be8-4037-99db-97d0148c1bf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9817 | 2024.11.06 00:24:20.469787 [ 287 ] {} <Trace> HTTP-Session: 12c9dac9-9be8-4037-99db-97d0148c1bf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9818 | 2024.11.06 00:24:20.469961 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36846) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9819 | 2024.11.06 00:24:20.470021 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9820 | 2024.11.06 00:24:20.470185 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9821 | 2024.11.06 00:24:20.470512 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9822 | 2024.11.06 00:24:20.470548 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9823 | 2024.11.06 00:24:20.470923 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 9824 | 2024.11.06 00:24:20.471267 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9825 | 2024.11.06 00:24:20.471402 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001514 sec., 54161.16248348745 rows/sec., 3.44 MiB/sec. | ||
| 9826 | 2024.11.06 00:24:20.471585 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9827 | 2024.11.06 00:24:20.471610 [ 287 ] {df2968e4-c8e8-4cd4-a96f-3918c040ae9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9828 | 2024.11.06 00:24:20.471627 [ 287 ] {} <Debug> HTTP-Session: 12c9dac9-9be8-4037-99db-97d0148c1bf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9829 | 2024.11.06 00:24:20.472154 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36846, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9830 | 2024.11.06 00:24:20.532464 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9831 | 2024.11.06 00:24:20.590150 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38179, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9832 | 2024.11.06 00:24:20.685965 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9833 | 2024.11.06 00:24:20.777207 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60960, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9834 | 2024.11.06 00:24:20.840963 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9835 | 2024.11.06 00:24:20.856371 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9836 | 2024.11.06 00:24:20.867641 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:56585, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9837 | 2024.11.06 00:24:20.886131 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9838 | 2024.11.06 00:24:20.892384 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39346, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9839 | 2024.11.06 00:24:21.069717 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9840 | 2024.11.06 00:24:21.110299 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39521, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9841 | 2024.11.06 00:24:21.144393 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56729, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9842 | 2024.11.06 00:24:21.178716 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60289, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9843 | 2024.11.06 00:24:21.410531 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63811, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9844 | 2024.11.06 00:24:21.425001 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34749, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9845 | 2024.11.06 00:24:21.425249 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9846 | 2024.11.06 00:24:22.057928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 902 | ||
| 9847 | 2024.11.06 00:24:22.060740 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9848 | 2024.11.06 00:24:22.060802 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9849 | 2024.11.06 00:24:22.062315 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9850 | 2024.11.06 00:24:22.063317 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9851 | 2024.11.06 00:24:22.064483 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 902 | ||
| 9852 | 2024.11.06 00:24:23.085311 [ 136 ] {} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 9853 | 2024.11.06 00:24:23.085451 [ 136 ] {} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9854 | 2024.11.06 00:24:23.085494 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9855 | 2024.11.06 00:24:23.086109 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 9856 | 2024.11.06 00:24:23.086498 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9857 | 2024.11.06 00:24:23.086537 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 9858 | 2024.11.06 00:24:23.086619 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
| 9859 | 2024.11.06 00:24:23.086851 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 9860 | 2024.11.06 00:24:23.087084 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 9861 | 2024.11.06 00:24:23.087186 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
| 9862 | 2024.11.06 00:24:23.088484 [ 186 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002850935 sec., 12627.43626213856 rows/sec., 1.05 MiB/sec. | ||
| 9863 | 2024.11.06 00:24:23.088763 [ 186 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 9864 | 2024.11.06 00:24:23.089400 [ 186 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_13_3} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9865 | 2024.11.06 00:24:23.089487 [ 186 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_13_3} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 9866 | 2024.11.06 00:24:23.089590 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9867 | 2024.11.06 00:24:25.434869 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45883, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9868 | 2024.11.06 00:24:25.434983 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9869 | 2024.11.06 00:24:25.435009 [ 283 ] {} <Debug> HTTP-Session: 1589b674-9488-4840-912c-a497115f2df9 Authenticating user 'default' from [fd00:1122:3344:101::d]:45883 | ||
| 9870 | 2024.11.06 00:24:25.435033 [ 283 ] {} <Debug> HTTP-Session: 1589b674-9488-4840-912c-a497115f2df9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9871 | 2024.11.06 00:24:25.435047 [ 283 ] {} <Debug> HTTP-Session: 1589b674-9488-4840-912c-a497115f2df9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9872 | 2024.11.06 00:24:25.435097 [ 283 ] {} <Trace> HTTP-Session: 1589b674-9488-4840-912c-a497115f2df9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9873 | 2024.11.06 00:24:25.435303 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45883) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9874 | 2024.11.06 00:24:25.435373 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9875 | 2024.11.06 00:24:25.435715 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9876 | 2024.11.06 00:24:25.436127 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9877 | 2024.11.06 00:24:25.436166 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9878 | 2024.11.06 00:24:25.436574 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 9879 | 2024.11.06 00:24:25.436962 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9880 | 2024.11.06 00:24:25.437124 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001874 sec., 1067.2358591248667 rows/sec., 87.03 KiB/sec. | ||
| 9881 | 2024.11.06 00:24:25.437329 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Debug> DynamicQueryHandler: Done processing query | ||
| 9882 | 2024.11.06 00:24:25.437355 [ 283 ] {5acef224-2370-4325-86a2-5dd3d4e91bc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9883 | 2024.11.06 00:24:25.437372 [ 283 ] {} <Debug> HTTP-Session: 1589b674-9488-4840-912c-a497115f2df9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9884 | 2024.11.06 00:24:25.437556 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45883, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9885 | 2024.11.06 00:24:25.437656 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49803, User-Agent: (none), Length: 7946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9886 | 2024.11.06 00:24:25.437718 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9887 | 2024.11.06 00:24:25.437739 [ 288 ] {} <Debug> HTTP-Session: adc4e549-ca4e-4d03-a5fd-a07036b6a489 Authenticating user 'default' from [fd00:1122:3344:101::d]:49803 | ||
| 9888 | 2024.11.06 00:24:25.437758 [ 288 ] {} <Debug> HTTP-Session: adc4e549-ca4e-4d03-a5fd-a07036b6a489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9889 | 2024.11.06 00:24:25.437772 [ 288 ] {} <Debug> HTTP-Session: adc4e549-ca4e-4d03-a5fd-a07036b6a489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9890 | 2024.11.06 00:24:25.437806 [ 288 ] {} <Trace> HTTP-Session: adc4e549-ca4e-4d03-a5fd-a07036b6a489 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9891 | 2024.11.06 00:24:25.437933 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49803) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9892 | 2024.11.06 00:24:25.437980 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9893 | 2024.11.06 00:24:25.438212 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9894 | 2024.11.06 00:24:25.438603 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9895 | 2024.11.06 00:24:25.438641 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9896 | 2024.11.06 00:24:25.439013 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9897 | 2024.11.06 00:24:25.439384 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9898 | 2024.11.06 00:24:25.439543 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001651 sec., 34524.53058752271 rows/sec., 2.63 MiB/sec. | ||
| 9899 | 2024.11.06 00:24:25.439726 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9900 | 2024.11.06 00:24:25.439750 [ 288 ] {f4ae9d6a-b583-4216-92ee-8b56e7a6e11e} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9901 | 2024.11.06 00:24:25.439767 [ 288 ] {} <Debug> HTTP-Session: adc4e549-ca4e-4d03-a5fd-a07036b6a489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9902 | 2024.11.06 00:24:25.439946 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9903 | 2024.11.06 00:24:25.440047 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45784, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9904 | 2024.11.06 00:24:25.440102 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9905 | 2024.11.06 00:24:25.440122 [ 283 ] {} <Debug> HTTP-Session: c8d064e2-37ac-4e97-b5e1-695a4bf3779e Authenticating user 'default' from [fd00:1122:3344:101::d]:45784 | ||
| 9906 | 2024.11.06 00:24:25.440139 [ 283 ] {} <Debug> HTTP-Session: c8d064e2-37ac-4e97-b5e1-695a4bf3779e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9907 | 2024.11.06 00:24:25.440152 [ 283 ] {} <Debug> HTTP-Session: c8d064e2-37ac-4e97-b5e1-695a4bf3779e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9908 | 2024.11.06 00:24:25.440186 [ 283 ] {} <Trace> HTTP-Session: c8d064e2-37ac-4e97-b5e1-695a4bf3779e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9909 | 2024.11.06 00:24:25.440302 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45784) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9910 | 2024.11.06 00:24:25.440354 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9911 | 2024.11.06 00:24:25.440638 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9912 | 2024.11.06 00:24:25.441040 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9913 | 2024.11.06 00:24:25.441084 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9914 | 2024.11.06 00:24:25.441440 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9915 | 2024.11.06 00:24:25.441800 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9916 | 2024.11.06 00:24:25.441960 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.00168 sec., 1190.4761904761904 rows/sec., 83.12 KiB/sec. | ||
| 9917 | 2024.11.06 00:24:25.441971 [ 134 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 9918 | 2024.11.06 00:24:25.442072 [ 134 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9919 | 2024.11.06 00:24:25.442121 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9920 | 2024.11.06 00:24:25.442243 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9921 | 2024.11.06 00:24:25.442352 [ 283 ] {ebb4d645-eb1c-4d88-bc35-56817149b9e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9922 | 2024.11.06 00:24:25.442412 [ 283 ] {} <Debug> HTTP-Session: c8d064e2-37ac-4e97-b5e1-695a4bf3779e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9923 | 2024.11.06 00:24:25.442576 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
| 9924 | 2024.11.06 00:24:25.442752 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45784, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9925 | 2024.11.06 00:24:25.442836 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45780, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9926 | 2024.11.06 00:24:25.442991 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9927 | 2024.11.06 00:24:25.443040 [ 288 ] {} <Debug> HTTP-Session: b522bb9f-f095-4ef6-8d97-234542f94a35 Authenticating user 'default' from [fd00:1122:3344:101::d]:45780 | ||
| 9928 | 2024.11.06 00:24:25.443097 [ 288 ] {} <Debug> HTTP-Session: b522bb9f-f095-4ef6-8d97-234542f94a35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9929 | 2024.11.06 00:24:25.443110 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9930 | 2024.11.06 00:24:25.443131 [ 288 ] {} <Debug> HTTP-Session: b522bb9f-f095-4ef6-8d97-234542f94a35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9931 | 2024.11.06 00:24:25.443192 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 59 rows starting from the beginning of the part | ||
| 9932 | 2024.11.06 00:24:25.443207 [ 288 ] {} <Trace> HTTP-Session: b522bb9f-f095-4ef6-8d97-234542f94a35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9933 | 2024.11.06 00:24:25.443422 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part | ||
| 9934 | 2024.11.06 00:24:25.443496 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45780) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9935 | 2024.11.06 00:24:25.443679 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9936 | 2024.11.06 00:24:25.443711 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part | ||
| 9937 | 2024.11.06 00:24:25.444113 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
| 9938 | 2024.11.06 00:24:25.444423 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part | ||
| 9939 | 2024.11.06 00:24:25.444766 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part | ||
| 9940 | 2024.11.06 00:24:25.445508 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9941 | 2024.11.06 00:24:25.446467 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9942 | 2024.11.06 00:24:25.446556 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9943 | 2024.11.06 00:24:25.447624 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9944 | 2024.11.06 00:24:25.447746 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 147 rows, containing 5 columns (5 merged, 0 gathered) in 0.005531934 sec., 26572.985144074388 rows/sec., 2.03 MiB/sec. | ||
| 9945 | 2024.11.06 00:24:25.448065 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 9946 | 2024.11.06 00:24:25.448383 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9947 | 2024.11.06 00:24:25.448963 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00559 sec., 11806.797853309481 rows/sec., 944.24 KiB/sec. | ||
| 9948 | 2024.11.06 00:24:25.449293 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9949 | 2024.11.06 00:24:25.449309 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Debug> DynamicQueryHandler: Done processing query | ||
| 9950 | 2024.11.06 00:24:25.449371 [ 288 ] {0487fb31-02cc-41f2-b143-8f7f06874c98} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9951 | 2024.11.06 00:24:25.449413 [ 288 ] {} <Debug> HTTP-Session: b522bb9f-f095-4ef6-8d97-234542f94a35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9952 | 2024.11.06 00:24:25.449487 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_35_7} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 9953 | 2024.11.06 00:24:25.449622 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9954 | 2024.11.06 00:24:25.449649 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9955 | 2024.11.06 00:24:25.449779 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43042, User-Agent: (none), Length: 24723, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9956 | 2024.11.06 00:24:25.449890 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9957 | 2024.11.06 00:24:25.449924 [ 290 ] {} <Debug> HTTP-Session: af9c1fb4-b340-401a-a3f2-405cd891cf52 Authenticating user 'default' from [fd00:1122:3344:101::d]:43042 | ||
| 9958 | 2024.11.06 00:24:25.449952 [ 290 ] {} <Debug> HTTP-Session: af9c1fb4-b340-401a-a3f2-405cd891cf52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9959 | 2024.11.06 00:24:25.449969 [ 290 ] {} <Debug> HTTP-Session: af9c1fb4-b340-401a-a3f2-405cd891cf52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9960 | 2024.11.06 00:24:25.450023 [ 290 ] {} <Trace> HTTP-Session: af9c1fb4-b340-401a-a3f2-405cd891cf52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9961 | 2024.11.06 00:24:25.450258 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43042) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9962 | 2024.11.06 00:24:25.450330 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9963 | 2024.11.06 00:24:25.450583 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9964 | 2024.11.06 00:24:25.451024 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9965 | 2024.11.06 00:24:25.451067 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9966 | 2024.11.06 00:24:25.451534 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9967 | 2024.11.06 00:24:25.451925 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9968 | 2024.11.06 00:24:25.452097 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001936 sec., 66632.23140495867 rows/sec., 4.64 MiB/sec. | ||
| 9969 | 2024.11.06 00:24:25.452411 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9970 | 2024.11.06 00:24:25.452477 [ 290 ] {5ac328eb-7559-44ca-afd3-8013e60b9ac2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9971 | 2024.11.06 00:24:25.452530 [ 290 ] {} <Debug> HTTP-Session: af9c1fb4-b340-401a-a3f2-405cd891cf52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9972 | 2024.11.06 00:24:25.452753 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43042, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9973 | 2024.11.06 00:24:25.452826 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56076, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9974 | 2024.11.06 00:24:25.452907 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9975 | 2024.11.06 00:24:25.452937 [ 288 ] {} <Debug> HTTP-Session: e77e5b7b-647d-4022-bff2-b8a32efa32c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:56076 | ||
| 9976 | 2024.11.06 00:24:25.452959 [ 288 ] {} <Debug> HTTP-Session: e77e5b7b-647d-4022-bff2-b8a32efa32c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9977 | 2024.11.06 00:24:25.452975 [ 288 ] {} <Debug> HTTP-Session: e77e5b7b-647d-4022-bff2-b8a32efa32c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9978 | 2024.11.06 00:24:25.453020 [ 288 ] {} <Trace> HTTP-Session: e77e5b7b-647d-4022-bff2-b8a32efa32c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9979 | 2024.11.06 00:24:25.453170 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56076) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9980 | 2024.11.06 00:24:25.453220 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9981 | 2024.11.06 00:24:25.453378 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9982 | 2024.11.06 00:24:25.453684 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9983 | 2024.11.06 00:24:25.453720 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.76 GiB. | ||
| 9984 | 2024.11.06 00:24:25.454122 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9985 | 2024.11.06 00:24:25.454466 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9986 | 2024.11.06 00:24:25.454628 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001504 sec., 31914.89361702128 rows/sec., 2.15 MiB/sec. | ||
| 9987 | 2024.11.06 00:24:25.454810 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Debug> DynamicQueryHandler: Done processing query | ||
| 9988 | 2024.11.06 00:24:25.454834 [ 288 ] {25605ee0-9a4f-4cdf-a4ee-fe64d280be58} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9989 | 2024.11.06 00:24:25.454850 [ 288 ] {} <Debug> HTTP-Session: e77e5b7b-647d-4022-bff2-b8a32efa32c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9990 | 2024.11.06 00:24:25.455109 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9991 | 2024.11.06 00:24:26.738594 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9992 | 2024.11.06 00:24:26.738646 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9993 | 2024.11.06 00:24:30.436017 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43922, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9994 | 2024.11.06 00:24:30.436206 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9995 | 2024.11.06 00:24:30.436252 [ 288 ] {} <Debug> HTTP-Session: 96fe60de-45ee-4e68-a6ee-362e0137edf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43922 | ||
| 9996 | 2024.11.06 00:24:30.436293 [ 288 ] {} <Debug> HTTP-Session: 96fe60de-45ee-4e68-a6ee-362e0137edf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9997 | 2024.11.06 00:24:30.436322 [ 288 ] {} <Debug> HTTP-Session: 96fe60de-45ee-4e68-a6ee-362e0137edf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9998 | 2024.11.06 00:24:30.436399 [ 288 ] {} <Trace> HTTP-Session: 96fe60de-45ee-4e68-a6ee-362e0137edf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9999 | 2024.11.06 00:24:30.436596 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43922) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10000 | 2024.11.06 00:24:30.436664 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10001 | 2024.11.06 00:24:30.437004 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10002 | 2024.11.06 00:24:30.437515 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10003 | 2024.11.06 00:24:30.437560 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10004 | 2024.11.06 00:24:30.438060 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10005 | 2024.11.06 00:24:30.438503 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10006 | 2024.11.06 00:24:30.438702 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002159 sec., 25937.934228809634 rows/sec., 1.98 MiB/sec. | ||
| 10007 | 2024.11.06 00:24:30.438962 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10008 | 2024.11.06 00:24:30.438993 [ 288 ] {c70b323d-284f-484e-8404-023e44ecb2e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10009 | 2024.11.06 00:24:30.439014 [ 288 ] {} <Debug> HTTP-Session: 96fe60de-45ee-4e68-a6ee-362e0137edf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10010 | 2024.11.06 00:24:30.439226 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43922, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10011 | 2024.11.06 00:24:30.439380 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53860, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10012 | 2024.11.06 00:24:30.439509 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10013 | 2024.11.06 00:24:30.439540 [ 290 ] {} <Debug> HTTP-Session: 1f844f2e-77bc-47f8-acc4-380cc32a851e Authenticating user 'default' from [fd00:1122:3344:101::d]:53860 | ||
| 10014 | 2024.11.06 00:24:30.439569 [ 290 ] {} <Debug> HTTP-Session: 1f844f2e-77bc-47f8-acc4-380cc32a851e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10015 | 2024.11.06 00:24:30.439588 [ 290 ] {} <Debug> HTTP-Session: 1f844f2e-77bc-47f8-acc4-380cc32a851e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10016 | 2024.11.06 00:24:30.439648 [ 290 ] {} <Trace> HTTP-Session: 1f844f2e-77bc-47f8-acc4-380cc32a851e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10017 | 2024.11.06 00:24:30.439872 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53860) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10018 | 2024.11.06 00:24:30.439949 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10019 | 2024.11.06 00:24:30.440350 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10020 | 2024.11.06 00:24:30.440779 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10021 | 2024.11.06 00:24:30.440825 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10022 | 2024.11.06 00:24:30.441256 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10023 | 2024.11.06 00:24:30.441673 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10024 | 2024.11.06 00:24:30.441884 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002089 sec., 30636.66826232647 rows/sec., 2.39 MiB/sec. | ||
| 10025 | 2024.11.06 00:24:30.442104 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Debug> DynamicQueryHandler: Done processing query | ||
| 10026 | 2024.11.06 00:24:30.442132 [ 290 ] {15ae4fb8-37ab-479c-972e-b2d01f151299} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10027 | 2024.11.06 00:24:30.442151 [ 290 ] {} <Debug> HTTP-Session: 1f844f2e-77bc-47f8-acc4-380cc32a851e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10028 | 2024.11.06 00:24:30.442387 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10029 | 2024.11.06 00:24:30.442483 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52317, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10030 | 2024.11.06 00:24:30.442567 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10031 | 2024.11.06 00:24:30.442592 [ 288 ] {} <Debug> HTTP-Session: 8db1a616-1d65-4a40-be57-1635c59deb6a Authenticating user 'default' from [fd00:1122:3344:101::d]:52317 | ||
| 10032 | 2024.11.06 00:24:30.442616 [ 288 ] {} <Debug> HTTP-Session: 8db1a616-1d65-4a40-be57-1635c59deb6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10033 | 2024.11.06 00:24:30.442633 [ 288 ] {} <Debug> HTTP-Session: 8db1a616-1d65-4a40-be57-1635c59deb6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10034 | 2024.11.06 00:24:30.442682 [ 288 ] {} <Trace> HTTP-Session: 8db1a616-1d65-4a40-be57-1635c59deb6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10035 | 2024.11.06 00:24:30.442886 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52317) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10036 | 2024.11.06 00:24:30.442952 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10037 | 2024.11.06 00:24:30.443174 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10038 | 2024.11.06 00:24:30.443606 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10039 | 2024.11.06 00:24:30.443645 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10040 | 2024.11.06 00:24:30.444069 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10041 | 2024.11.06 00:24:30.444415 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10042 | 2024.11.06 00:24:30.444596 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001796 sec., 89086.85968819598 rows/sec., 6.20 MiB/sec. | ||
| 10043 | 2024.11.06 00:24:30.444790 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Debug> DynamicQueryHandler: Done processing query | ||
| 10044 | 2024.11.06 00:24:30.444816 [ 288 ] {fde45081-332f-4a82-956e-470444b58d89} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10045 | 2024.11.06 00:24:30.444832 [ 288 ] {} <Debug> HTTP-Session: 8db1a616-1d65-4a40-be57-1635c59deb6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10046 | 2024.11.06 00:24:30.445033 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10047 | 2024.11.06 00:24:30.445099 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41700, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10048 | 2024.11.06 00:24:30.445184 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10049 | 2024.11.06 00:24:30.445213 [ 290 ] {} <Debug> HTTP-Session: 0f4a18bc-6965-4f2f-a4c5-efb906ffc142 Authenticating user 'default' from [fd00:1122:3344:101::d]:41700 | ||
| 10050 | 2024.11.06 00:24:30.445237 [ 290 ] {} <Debug> HTTP-Session: 0f4a18bc-6965-4f2f-a4c5-efb906ffc142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10051 | 2024.11.06 00:24:30.445254 [ 290 ] {} <Debug> HTTP-Session: 0f4a18bc-6965-4f2f-a4c5-efb906ffc142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10052 | 2024.11.06 00:24:30.445303 [ 290 ] {} <Trace> HTTP-Session: 0f4a18bc-6965-4f2f-a4c5-efb906ffc142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10053 | 2024.11.06 00:24:30.445483 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41700) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10054 | 2024.11.06 00:24:30.445547 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10055 | 2024.11.06 00:24:30.445747 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10056 | 2024.11.06 00:24:30.446107 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10057 | 2024.11.06 00:24:30.446153 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10058 | 2024.11.06 00:24:30.446566 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 10059 | 2024.11.06 00:24:30.446911 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10060 | 2024.11.06 00:24:30.447090 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001665 sec., 36036.036036036036 rows/sec., 2.43 MiB/sec. | ||
| 10061 | 2024.11.06 00:24:30.447291 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10062 | 2024.11.06 00:24:30.447324 [ 290 ] {182ba6ec-2263-4e5e-9ccc-6879a5eb62d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10063 | 2024.11.06 00:24:30.447345 [ 290 ] {} <Debug> HTTP-Session: 0f4a18bc-6965-4f2f-a4c5-efb906ffc142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10064 | 2024.11.06 00:24:30.447685 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41700, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10065 | 2024.11.06 00:24:32.065503 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 922 | ||
| 10066 | 2024.11.06 00:24:32.068182 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10067 | 2024.11.06 00:24:32.068236 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10068 | 2024.11.06 00:24:32.069742 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10069 | 2024.11.06 00:24:32.070732 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10070 | 2024.11.06 00:24:32.070918 [ 130 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10071 | 2024.11.06 00:24:32.070987 [ 130 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10072 | 2024.11.06 00:24:32.071029 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10073 | 2024.11.06 00:24:32.071670 [ 196 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 10074 | 2024.11.06 00:24:32.072964 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 922 | ||
| 10075 | 2024.11.06 00:24:32.073603 [ 196 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10076 | 2024.11.06 00:24:32.073782 [ 196 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 794 rows starting from the beginning of the part | ||
| 10077 | 2024.11.06 00:24:32.074301 [ 196 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 10078 | 2024.11.06 00:24:32.074775 [ 196 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 10079 | 2024.11.06 00:24:32.075233 [ 196 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 10080 | 2024.11.06 00:24:32.075658 [ 196 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 10081 | 2024.11.06 00:24:32.076066 [ 196 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 10082 | 2024.11.06 00:24:32.084525 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 922 rows, containing 72 columns (72 merged, 0 gathered) in 0.013338167 sec., 69124.94048095215 rows/sec., 49.36 MiB/sec. | ||
| 10083 | 2024.11.06 00:24:32.086224 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10084 | 2024.11.06 00:24:32.087967 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_31_6} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10085 | 2024.11.06 00:24:32.088067 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_31_6} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10086 | 2024.11.06 00:24:32.088397 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. | ||
| 10087 | 2024.11.06 00:24:35.442710 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65500, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10088 | 2024.11.06 00:24:35.442863 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10089 | 2024.11.06 00:24:35.442894 [ 289 ] {} <Debug> HTTP-Session: 6adb77d7-68e2-432b-a831-4713c6694588 Authenticating user 'default' from [fd00:1122:3344:101::d]:65500 | ||
| 10090 | 2024.11.06 00:24:35.442922 [ 289 ] {} <Debug> HTTP-Session: 6adb77d7-68e2-432b-a831-4713c6694588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10091 | 2024.11.06 00:24:35.442940 [ 289 ] {} <Debug> HTTP-Session: 6adb77d7-68e2-432b-a831-4713c6694588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10092 | 2024.11.06 00:24:35.442998 [ 289 ] {} <Trace> HTTP-Session: 6adb77d7-68e2-432b-a831-4713c6694588 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10093 | 2024.11.06 00:24:35.443294 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65500) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10094 | 2024.11.06 00:24:35.443371 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10095 | 2024.11.06 00:24:35.443723 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10096 | 2024.11.06 00:24:35.444391 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10097 | 2024.11.06 00:24:35.444439 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10098 | 2024.11.06 00:24:35.444930 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10099 | 2024.11.06 00:24:35.445319 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10100 | 2024.11.06 00:24:35.445509 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002345 sec., 115565.03198294244 rows/sec., 10.27 MiB/sec. | ||
| 10101 | 2024.11.06 00:24:35.445508 [ 127 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10102 | 2024.11.06 00:24:35.445620 [ 127 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10103 | 2024.11.06 00:24:35.445672 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10104 | 2024.11.06 00:24:35.445835 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 10105 | 2024.11.06 00:24:35.445851 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10106 | 2024.11.06 00:24:35.445912 [ 289 ] {373c3a75-50c9-4afb-81fc-da061c1b3eb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10107 | 2024.11.06 00:24:35.445974 [ 289 ] {} <Debug> HTTP-Session: 6adb77d7-68e2-432b-a831-4713c6694588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10108 | 2024.11.06 00:24:35.446198 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10109 | 2024.11.06 00:24:35.446268 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1420 rows starting from the beginning of the part | ||
| 10110 | 2024.11.06 00:24:35.446295 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65500, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10111 | 2024.11.06 00:24:35.446652 [ 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): | ||
| 10112 | |||
| 10113 | (version 23.8.7.1) | ||
| 10114 | 2024.11.06 00:24:35.446639 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61893, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10115 | 2024.11.06 00:24:35.446701 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 56 rows starting from the beginning of the part | ||
| 10116 | 2024.11.06 00:24:35.446912 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10117 | 2024.11.06 00:24:35.446934 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 271 rows starting from the beginning of the part | ||
| 10118 | 2024.11.06 00:24:35.447010 [ 288 ] {} <Debug> HTTP-Session: b78a9994-651d-4b4a-8603-9395b4488c4b Authenticating user 'default' from [fd00:1122:3344:101::d]:61893 | ||
| 10119 | 2024.11.06 00:24:35.447116 [ 288 ] {} <Debug> HTTP-Session: b78a9994-651d-4b4a-8603-9395b4488c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10120 | 2024.11.06 00:24:35.447238 [ 288 ] {} <Debug> HTTP-Session: b78a9994-651d-4b4a-8603-9395b4488c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10121 | 2024.11.06 00:24:35.447305 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 57 rows starting from the beginning of the part | ||
| 10122 | 2024.11.06 00:24:35.447377 [ 288 ] {} <Trace> HTTP-Session: b78a9994-651d-4b4a-8603-9395b4488c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10123 | 2024.11.06 00:24:35.447510 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 56 rows starting from the beginning of the part | ||
| 10124 | 2024.11.06 00:24:35.447818 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 271 rows starting from the beginning of the part | ||
| 10125 | 2024.11.06 00:24:35.447866 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61893) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10126 | 2024.11.06 00:24:35.448046 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10127 | 2024.11.06 00:24:35.449104 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10128 | 2024.11.06 00:24:35.450143 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10129 | 2024.11.06 00:24:35.450217 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10130 | 2024.11.06 00:24:35.451153 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 10131 | 2024.11.06 00:24:35.451334 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2131 rows, containing 5 columns (5 merged, 0 gathered) in 0.005574045 sec., 382307.64193686994 rows/sec., 33.69 MiB/sec. | ||
| 10132 | 2024.11.06 00:24:35.451762 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10133 | 2024.11.06 00:24:35.451965 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10134 | 2024.11.06 00:24:35.452063 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004303 sec., 9528.236114338832 rows/sec., 716.48 KiB/sec. | ||
| 10135 | 2024.11.06 00:24:35.452849 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10136 | 2024.11.06 00:24:35.452906 [ 288 ] {36d3f073-6659-4f18-a319-034a319dee8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10137 | 2024.11.06 00:24:35.452976 [ 288 ] {} <Debug> HTTP-Session: b78a9994-651d-4b4a-8603-9395b4488c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10138 | 2024.11.06 00:24:35.453267 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61893, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10139 | 2024.11.06 00:24:35.453407 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40911, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10140 | 2024.11.06 00:24:35.453459 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10141 | 2024.11.06 00:24:35.453511 [ 288 ] {} <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.06 00:24:35.453594 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10145 | 2024.11.06 00:24:35.453645 [ 290 ] {} <Debug> HTTP-Session: c62b470a-b3ba-496c-b395-60b26a8710bb Authenticating user 'default' from [fd00:1122:3344:101::d]:40911 | ||
| 10146 | 2024.11.06 00:24:35.453671 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_61_12} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10147 | 2024.11.06 00:24:35.453688 [ 290 ] {} <Debug> HTTP-Session: c62b470a-b3ba-496c-b395-60b26a8710bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10148 | 2024.11.06 00:24:35.453718 [ 290 ] {} <Debug> HTTP-Session: c62b470a-b3ba-496c-b395-60b26a8710bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10149 | 2024.11.06 00:24:35.453819 [ 290 ] {} <Trace> HTTP-Session: c62b470a-b3ba-496c-b395-60b26a8710bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10150 | 2024.11.06 00:24:35.453854 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 10151 | 2024.11.06 00:24:35.454024 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40911) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10152 | 2024.11.06 00:24:35.454094 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10153 | 2024.11.06 00:24:35.454430 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10154 | 2024.11.06 00:24:35.454795 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10155 | 2024.11.06 00:24:35.454840 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10156 | 2024.11.06 00:24:35.455267 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10157 | 2024.11.06 00:24:35.455672 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10158 | 2024.11.06 00:24:35.455858 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001883 sec., 7434.944237918216 rows/sec., 520.70 KiB/sec. | ||
| 10159 | 2024.11.06 00:24:35.456124 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Debug> DynamicQueryHandler: Done processing query | ||
| 10160 | 2024.11.06 00:24:35.456151 [ 290 ] {c9a350ec-58e7-4359-b3de-b75bdad15711} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10161 | 2024.11.06 00:24:35.456167 [ 290 ] {} <Debug> HTTP-Session: c62b470a-b3ba-496c-b395-60b26a8710bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10162 | 2024.11.06 00:24:35.456344 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40911, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10163 | 2024.11.06 00:24:35.456464 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55571, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10164 | 2024.11.06 00:24:35.456542 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10165 | 2024.11.06 00:24:35.456566 [ 288 ] {} <Debug> HTTP-Session: 340fcbe2-2b6f-4da5-b788-4461d6c79c85 Authenticating user 'default' from [fd00:1122:3344:101::d]:55571 | ||
| 10166 | 2024.11.06 00:24:35.456587 [ 288 ] {} <Debug> HTTP-Session: 340fcbe2-2b6f-4da5-b788-4461d6c79c85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10167 | 2024.11.06 00:24:35.456603 [ 288 ] {} <Debug> HTTP-Session: 340fcbe2-2b6f-4da5-b788-4461d6c79c85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10168 | 2024.11.06 00:24:35.456649 [ 288 ] {} <Trace> HTTP-Session: 340fcbe2-2b6f-4da5-b788-4461d6c79c85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10169 | 2024.11.06 00:24:35.456777 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55571) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10170 | 2024.11.06 00:24:35.456834 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10171 | 2024.11.06 00:24:35.457147 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10172 | 2024.11.06 00:24:35.457493 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10173 | 2024.11.06 00:24:35.457529 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10174 | 2024.11.06 00:24:35.457882 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10175 | 2024.11.06 00:24:35.458254 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10176 | 2024.11.06 00:24:35.458418 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001668 sec., 3597.122302158273 rows/sec., 212.53 KiB/sec. | ||
| 10177 | 2024.11.06 00:24:35.458643 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10178 | 2024.11.06 00:24:35.458668 [ 288 ] {3b03a74b-1258-4139-aaac-dbab18df3ee8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10179 | 2024.11.06 00:24:35.458684 [ 288 ] {} <Debug> HTTP-Session: 340fcbe2-2b6f-4da5-b788-4461d6c79c85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10180 | 2024.11.06 00:24:35.458985 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10181 | 2024.11.06 00:24:35.459148 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53438, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10182 | 2024.11.06 00:24:35.459233 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10183 | 2024.11.06 00:24:35.459261 [ 290 ] {} <Debug> HTTP-Session: d9650889-81e9-451e-a1f1-6bc46f3b1b4f Authenticating user 'default' from [fd00:1122:3344:101::d]:53438 | ||
| 10184 | 2024.11.06 00:24:35.459285 [ 290 ] {} <Debug> HTTP-Session: d9650889-81e9-451e-a1f1-6bc46f3b1b4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10185 | 2024.11.06 00:24:35.459302 [ 290 ] {} <Debug> HTTP-Session: d9650889-81e9-451e-a1f1-6bc46f3b1b4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10186 | 2024.11.06 00:24:35.459351 [ 290 ] {} <Trace> HTTP-Session: d9650889-81e9-451e-a1f1-6bc46f3b1b4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10187 | 2024.11.06 00:24:35.459683 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53438) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10188 | 2024.11.06 00:24:35.459737 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10189 | 2024.11.06 00:24:35.460013 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10190 | 2024.11.06 00:24:35.460610 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10191 | 2024.11.06 00:24:35.460650 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10192 | 2024.11.06 00:24:35.461061 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10193 | 2024.11.06 00:24:35.461438 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10194 | 2024.11.06 00:24:35.461603 [ 126 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10195 | 2024.11.06 00:24:35.461610 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002086 sec., 202780.44103547456 rows/sec., 14.50 MiB/sec. | ||
| 10196 | 2024.11.06 00:24:35.461661 [ 126 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10197 | 2024.11.06 00:24:35.461741 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10198 | 2024.11.06 00:24:35.461970 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 10199 | 2024.11.06 00:24:35.462047 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 10200 | 2024.11.06 00:24:35.462094 [ 290 ] {aa693041-e27c-4513-9151-99c843e1d7fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10201 | 2024.11.06 00:24:35.462137 [ 290 ] {} <Debug> HTTP-Session: d9650889-81e9-451e-a1f1-6bc46f3b1b4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10202 | 2024.11.06 00:24:35.462244 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10203 | 2024.11.06 00:24:35.462287 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part | ||
| 10204 | 2024.11.06 00:24:35.462433 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55571, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10205 | 2024.11.06 00:24:35.462503 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53438, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10206 | 2024.11.06 00:24:35.462650 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part | ||
| 10207 | 2024.11.06 00:24:35.462677 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10208 | 2024.11.06 00:24:35.462753 [ 288 ] {} <Debug> HTTP-Session: bfb9d7ba-8201-46e0-9a5d-b967686a6c4e Authenticating user 'default' from [fd00:1122:3344:101::d]:55571 | ||
| 10209 | 2024.11.06 00:24:35.462845 [ 288 ] {} <Debug> HTTP-Session: bfb9d7ba-8201-46e0-9a5d-b967686a6c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10210 | 2024.11.06 00:24:35.462956 [ 288 ] {} <Debug> HTTP-Session: bfb9d7ba-8201-46e0-9a5d-b967686a6c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10211 | 2024.11.06 00:24:35.462965 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 423 rows starting from the beginning of the part | ||
| 10212 | 2024.11.06 00:24:35.463051 [ 288 ] {} <Trace> HTTP-Session: bfb9d7ba-8201-46e0-9a5d-b967686a6c4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10213 | 2024.11.06 00:24:35.463213 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 66 rows starting from the beginning of the part | ||
| 10214 | 2024.11.06 00:24:35.463345 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55571) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10215 | 2024.11.06 00:24:35.463504 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 64 rows starting from the beginning of the part | ||
| 10216 | 2024.11.06 00:24:35.463604 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10217 | 2024.11.06 00:24:35.463821 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 423 rows starting from the beginning of the part | ||
| 10218 | 2024.11.06 00:24:35.464573 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10219 | 2024.11.06 00:24:35.465275 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10220 | 2024.11.06 00:24:35.465340 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10221 | 2024.11.06 00:24:35.466301 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10222 | 2024.11.06 00:24:35.466949 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10223 | 2024.11.06 00:24:35.467034 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005179754 sec., 377431.0517449284 rows/sec., 28.89 MiB/sec. | ||
| 10224 | 2024.11.06 00:24:35.467278 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003982 sec., 1506.780512305374 rows/sec., 78.72 KiB/sec. | ||
| 10225 | 2024.11.06 00:24:35.467390 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10226 | 2024.11.06 00:24:35.467952 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10227 | 2024.11.06 00:24:35.468020 [ 288 ] {c9c9d46a-273b-4a1d-843c-29ad6ef4af0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10228 | 2024.11.06 00:24:35.468075 [ 288 ] {} <Debug> HTTP-Session: bfb9d7ba-8201-46e0-9a5d-b967686a6c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10229 | 2024.11.06 00:24:35.468333 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55571, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10230 | 2024.11.06 00:24:35.468435 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10231 | 2024.11.06 00:24:35.468476 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62275, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10232 | 2024.11.06 00:24:35.468592 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10233 | 2024.11.06 00:24:35.468618 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_61_12} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10234 | 2024.11.06 00:24:35.468639 [ 288 ] {} <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): | ||
| 10235 | |||
| 10236 | (version 23.8.7.1) | ||
| 10237 | 2024.11.06 00:24:35.468664 [ 290 ] {} <Debug> HTTP-Session: 0a5cea0c-9cc4-4dc9-9fab-b19a156218dd Authenticating user 'default' from [fd00:1122:3344:101::d]:62275 | ||
| 10238 | 2024.11.06 00:24:35.468748 [ 290 ] {} <Debug> HTTP-Session: 0a5cea0c-9cc4-4dc9-9fab-b19a156218dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10239 | 2024.11.06 00:24:35.468790 [ 290 ] {} <Debug> HTTP-Session: 0a5cea0c-9cc4-4dc9-9fab-b19a156218dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10240 | 2024.11.06 00:24:35.468799 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 10241 | 2024.11.06 00:24:35.468861 [ 290 ] {} <Trace> HTTP-Session: 0a5cea0c-9cc4-4dc9-9fab-b19a156218dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10242 | 2024.11.06 00:24:35.469139 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62275) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10243 | 2024.11.06 00:24:35.469200 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10244 | 2024.11.06 00:24:35.469407 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10245 | 2024.11.06 00:24:35.469855 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10246 | 2024.11.06 00:24:35.469892 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10247 | 2024.11.06 00:24:35.470305 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10248 | 2024.11.06 00:24:35.470666 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10249 | 2024.11.06 00:24:35.470830 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00185 sec., 128108.1081081081 rows/sec., 8.59 MiB/sec. | ||
| 10250 | 2024.11.06 00:24:35.470836 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10251 | 2024.11.06 00:24:35.470924 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10252 | 2024.11.06 00:24:35.470978 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10253 | 2024.11.06 00:24:35.471157 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 10254 | 2024.11.06 00:24:35.471170 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 10255 | 2024.11.06 00:24:35.471198 [ 290 ] {2b8a7d80-05fe-416a-aeee-360b260800fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10256 | 2024.11.06 00:24:35.471252 [ 290 ] {} <Debug> HTTP-Session: 0a5cea0c-9cc4-4dc9-9fab-b19a156218dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10257 | 2024.11.06 00:24:35.471376 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10258 | 2024.11.06 00:24:35.471417 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 12853 rows starting from the beginning of the part | ||
| 10259 | 2024.11.06 00:24:35.471477 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62275, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10260 | 2024.11.06 00:24:35.471653 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33535, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10261 | 2024.11.06 00:24:35.471780 [ 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): | ||
| 10262 | |||
| 10263 | (version 23.8.7.1) | ||
| 10264 | 2024.11.06 00:24:35.471856 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 10265 | 2024.11.06 00:24:35.471860 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10266 | 2024.11.06 00:24:35.471910 [ 288 ] {} <Debug> HTTP-Session: 6bea6a24-6d6d-45ea-8fa9-922b1ba06eef Authenticating user 'default' from [fd00:1122:3344:101::d]:33535 | ||
| 10267 | 2024.11.06 00:24:35.471993 [ 288 ] {} <Debug> HTTP-Session: 6bea6a24-6d6d-45ea-8fa9-922b1ba06eef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10268 | 2024.11.06 00:24:35.472075 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 237 rows starting from the beginning of the part | ||
| 10269 | 2024.11.06 00:24:35.472083 [ 288 ] {} <Debug> HTTP-Session: 6bea6a24-6d6d-45ea-8fa9-922b1ba06eef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10270 | 2024.11.06 00:24:35.472239 [ 288 ] {} <Trace> HTTP-Session: 6bea6a24-6d6d-45ea-8fa9-922b1ba06eef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10271 | 2024.11.06 00:24:35.472378 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 129 rows starting from the beginning of the part | ||
| 10272 | 2024.11.06 00:24:35.472629 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33535) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10273 | 2024.11.06 00:24:35.472721 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part | ||
| 10274 | 2024.11.06 00:24:35.472772 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10275 | 2024.11.06 00:24:35.473067 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 237 rows starting from the beginning of the part | ||
| 10276 | 2024.11.06 00:24:35.473714 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10277 | 2024.11.06 00:24:35.474194 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10278 | 2024.11.06 00:24:35.474231 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10279 | 2024.11.06 00:24:35.474625 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10280 | 2024.11.06 00:24:35.475175 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10281 | 2024.11.06 00:24:35.475442 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002977 sec., 335.9086328518643 rows/sec., 22.63 KiB/sec. | ||
| 10282 | 2024.11.06 00:24:35.475687 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Debug> DynamicQueryHandler: Done processing query | ||
| 10283 | 2024.11.06 00:24:35.475712 [ 288 ] {292abcd9-c6f2-47dc-aee0-bf4ad21b3d73} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10284 | 2024.11.06 00:24:35.475735 [ 288 ] {} <Debug> HTTP-Session: 6bea6a24-6d6d-45ea-8fa9-922b1ba06eef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10285 | 2024.11.06 00:24:35.475916 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10286 | 2024.11.06 00:24:35.476063 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56547, User-Agent: (none), Length: 68858, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10287 | 2024.11.06 00:24:35.476144 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10288 | 2024.11.06 00:24:35.476176 [ 290 ] {} <Debug> HTTP-Session: 0c9515b6-10d3-4803-b1b1-33fc85826032 Authenticating user 'default' from [fd00:1122:3344:101::d]:56547 | ||
| 10289 | 2024.11.06 00:24:35.476195 [ 290 ] {} <Debug> HTTP-Session: 0c9515b6-10d3-4803-b1b1-33fc85826032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10290 | 2024.11.06 00:24:35.476209 [ 290 ] {} <Debug> HTTP-Session: 0c9515b6-10d3-4803-b1b1-33fc85826032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10291 | 2024.11.06 00:24:35.476318 [ 290 ] {} <Trace> HTTP-Session: 0c9515b6-10d3-4803-b1b1-33fc85826032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10292 | 2024.11.06 00:24:35.477665 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56547) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10293 | 2024.11.06 00:24:35.477904 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <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 | ||
| 10294 | 2024.11.06 00:24:35.477908 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13776 rows, containing 5 columns (5 merged, 0 gathered) in 0.006820632 sec., 2019754.1811374663 rows/sec., 137.18 MiB/sec. | ||
| 10295 | 2024.11.06 00:24:35.478354 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10296 | 2024.11.06 00:24:35.479571 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10297 | 2024.11.06 00:24:35.479705 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10298 | 2024.11.06 00:24:35.479814 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10299 | 2024.11.06 00:24:35.479916 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.68 MiB. | ||
| 10300 | 2024.11.06 00:24:35.480453 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10301 | 2024.11.06 00:24:35.480494 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10302 | 2024.11.06 00:24:35.481195 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10303 | 2024.11.06 00:24:35.481627 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10304 | 2024.11.06 00:24:35.481848 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.00533 sec., 7692.307692307692 rows/sec., 13.78 MiB/sec. | ||
| 10305 | 2024.11.06 00:24:35.482458 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <Debug> DynamicQueryHandler: Done processing query | ||
| 10306 | 2024.11.06 00:24:35.482483 [ 290 ] {8269c86f-56a4-4531-811b-2e06c9f33358} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 10307 | 2024.11.06 00:24:35.482500 [ 290 ] {} <Debug> HTTP-Session: 0c9515b6-10d3-4803-b1b1-33fc85826032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10308 | 2024.11.06 00:24:35.482674 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56547, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10309 | 2024.11.06 00:24:35.482716 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33535, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10310 | 2024.11.06 00:24:35.482824 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10311 | 2024.11.06 00:24:35.482859 [ 288 ] {} <Debug> HTTP-Session: 2dfa3f5c-9ed2-4399-a25b-5457b6057305 Authenticating user 'default' from [fd00:1122:3344:101::d]:33535 | ||
| 10312 | 2024.11.06 00:24:35.482883 [ 288 ] {} <Debug> HTTP-Session: 2dfa3f5c-9ed2-4399-a25b-5457b6057305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10313 | 2024.11.06 00:24:35.482900 [ 288 ] {} <Debug> HTTP-Session: 2dfa3f5c-9ed2-4399-a25b-5457b6057305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10314 | 2024.11.06 00:24:35.482948 [ 288 ] {} <Trace> HTTP-Session: 2dfa3f5c-9ed2-4399-a25b-5457b6057305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10315 | 2024.11.06 00:24:35.483130 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33535) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10316 | 2024.11.06 00:24:35.483187 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10317 | 2024.11.06 00:24:35.483363 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10318 | 2024.11.06 00:24:35.483702 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10319 | 2024.11.06 00:24:35.483737 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10320 | 2024.11.06 00:24:35.484107 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 10321 | 2024.11.06 00:24:35.484445 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10322 | 2024.11.06 00:24:35.484601 [ 126 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 10323 | 2024.11.06 00:24:35.484608 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001547 sec., 53005.81771170007 rows/sec., 3.37 MiB/sec. | ||
| 10324 | 2024.11.06 00:24:35.484658 [ 126 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10325 | 2024.11.06 00:24:35.484728 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10326 | 2024.11.06 00:24:35.484960 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 10327 | 2024.11.06 00:24:35.485020 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10328 | 2024.11.06 00:24:35.485116 [ 288 ] {b00c891b-0482-4a88-9efa-0e68c69b13c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10329 | 2024.11.06 00:24:35.485231 [ 288 ] {} <Debug> HTTP-Session: 2dfa3f5c-9ed2-4399-a25b-5457b6057305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10330 | 2024.11.06 00:24:35.485447 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10331 | 2024.11.06 00:24:35.485504 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2762 rows starting from the beginning of the part | ||
| 10332 | 2024.11.06 00:24:35.485573 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 10333 | 2024.11.06 00:24:35.485676 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 82 rows starting from the beginning of the part | ||
| 10334 | 2024.11.06 00:24:35.486001 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 48 rows starting from the beginning of the part | ||
| 10335 | 2024.11.06 00:24:35.485996 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10336 | 2024.11.06 00:24:35.486264 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 10337 | 2024.11.06 00:24:35.486400 [ 288 ] {} <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): | ||
| 10338 | |||
| 10339 | (version 23.8.7.1) | ||
| 10340 | 2024.11.06 00:24:35.486443 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 10341 | 2024.11.06 00:24:35.487872 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3094 rows, containing 4 columns (4 merged, 0 gathered) in 0.00305065 sec., 1014210.0863750349 rows/sec., 66.98 MiB/sec. | ||
| 10342 | 2024.11.06 00:24:35.488232 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 10343 | 2024.11.06 00:24:35.488627 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10344 | 2024.11.06 00:24:35.488698 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_61_12} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 10345 | 2024.11.06 00:24:35.488768 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 10346 | 2024.11.06 00:24:37.707075 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10347 | 2024.11.06 00:24:37.868525 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43638, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10348 | 2024.11.06 00:24:37.918106 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60143, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10349 | 2024.11.06 00:24:37.966634 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10350 | 2024.11.06 00:24:38.013189 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55435, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10351 | 2024.11.06 00:24:38.025589 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52802, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10352 | 2024.11.06 00:24:38.038972 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10353 | 2024.11.06 00:24:38.050254 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10354 | 2024.11.06 00:24:40.435197 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41198, User-Agent: (none), Length: 1924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10355 | 2024.11.06 00:24:40.435325 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10356 | 2024.11.06 00:24:40.435355 [ 290 ] {} <Debug> HTTP-Session: 8cb253df-b845-45f7-a8ab-ac6d6f2ad77e Authenticating user 'default' from [fd00:1122:3344:101::d]:41198 | ||
| 10357 | 2024.11.06 00:24:40.435383 [ 290 ] {} <Debug> HTTP-Session: 8cb253df-b845-45f7-a8ab-ac6d6f2ad77e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10358 | 2024.11.06 00:24:40.435401 [ 290 ] {} <Debug> HTTP-Session: 8cb253df-b845-45f7-a8ab-ac6d6f2ad77e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10359 | 2024.11.06 00:24:40.435456 [ 290 ] {} <Trace> HTTP-Session: 8cb253df-b845-45f7-a8ab-ac6d6f2ad77e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10360 | 2024.11.06 00:24:40.435661 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41198) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10361 | 2024.11.06 00:24:40.435735 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10362 | 2024.11.06 00:24:40.436084 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10363 | 2024.11.06 00:24:40.436538 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10364 | 2024.11.06 00:24:40.436586 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10365 | 2024.11.06 00:24:40.437024 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 10366 | 2024.11.06 00:24:40.437424 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10367 | 2024.11.06 00:24:40.437608 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001995 sec., 6015.037593984963 rows/sec., 490.48 KiB/sec. | ||
| 10368 | 2024.11.06 00:24:40.437844 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10369 | 2024.11.06 00:24:40.437872 [ 290 ] {a53f6190-78b4-4054-b572-662c788ed8d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10370 | 2024.11.06 00:24:40.437889 [ 290 ] {} <Debug> HTTP-Session: 8cb253df-b845-45f7-a8ab-ac6d6f2ad77e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10371 | 2024.11.06 00:24:40.438092 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10372 | 2024.11.06 00:24:40.438197 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63943, User-Agent: (none), Length: 8612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10373 | 2024.11.06 00:24:40.438263 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10374 | 2024.11.06 00:24:40.438290 [ 282 ] {} <Debug> HTTP-Session: e3da5d20-90bc-4ed5-9eb2-3165fa940938 Authenticating user 'default' from [fd00:1122:3344:101::d]:63943 | ||
| 10375 | 2024.11.06 00:24:40.438315 [ 282 ] {} <Debug> HTTP-Session: e3da5d20-90bc-4ed5-9eb2-3165fa940938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10376 | 2024.11.06 00:24:40.438329 [ 282 ] {} <Debug> HTTP-Session: e3da5d20-90bc-4ed5-9eb2-3165fa940938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10377 | 2024.11.06 00:24:40.438367 [ 282 ] {} <Trace> HTTP-Session: e3da5d20-90bc-4ed5-9eb2-3165fa940938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10378 | 2024.11.06 00:24:40.438508 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63943) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10379 | 2024.11.06 00:24:40.438563 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10380 | 2024.11.06 00:24:40.438820 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10381 | 2024.11.06 00:24:40.439179 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10382 | 2024.11.06 00:24:40.439218 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10383 | 2024.11.06 00:24:40.439606 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10384 | 2024.11.06 00:24:40.439976 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10385 | 2024.11.06 00:24:40.440132 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001666 sec., 37214.88595438175 rows/sec., 2.82 MiB/sec. | ||
| 10386 | 2024.11.06 00:24:40.440300 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 10387 | 2024.11.06 00:24:40.440324 [ 282 ] {035249db-624d-4094-a7ae-a5b6be2ff9bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10388 | 2024.11.06 00:24:40.440341 [ 282 ] {} <Debug> HTTP-Session: e3da5d20-90bc-4ed5-9eb2-3165fa940938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10389 | 2024.11.06 00:24:40.440501 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41198, User-Agent: (none), Length: 1727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10390 | 2024.11.06 00:24:40.440513 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63943, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10391 | 2024.11.06 00:24:40.440557 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10392 | 2024.11.06 00:24:40.440579 [ 290 ] {} <Debug> HTTP-Session: 67048f36-3bc1-497f-bde4-824d5e72b02d Authenticating user 'default' from [fd00:1122:3344:101::d]:41198 | ||
| 10393 | 2024.11.06 00:24:40.440599 [ 290 ] {} <Debug> HTTP-Session: 67048f36-3bc1-497f-bde4-824d5e72b02d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10394 | 2024.11.06 00:24:40.440613 [ 290 ] {} <Debug> HTTP-Session: 67048f36-3bc1-497f-bde4-824d5e72b02d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10395 | 2024.11.06 00:24:40.440649 [ 290 ] {} <Trace> HTTP-Session: 67048f36-3bc1-497f-bde4-824d5e72b02d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10396 | 2024.11.06 00:24:40.440756 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41198) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10397 | 2024.11.06 00:24:40.440802 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10398 | 2024.11.06 00:24:40.441033 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10399 | 2024.11.06 00:24:40.441368 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10400 | 2024.11.06 00:24:40.441406 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10401 | 2024.11.06 00:24:40.441779 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 10402 | 2024.11.06 00:24:40.442136 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10403 | 2024.11.06 00:24:40.442295 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001564 sec., 7672.634271099744 rows/sec., 535.74 KiB/sec. | ||
| 10404 | 2024.11.06 00:24:40.442659 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Debug> DynamicQueryHandler: Done processing query | ||
| 10405 | 2024.11.06 00:24:40.442697 [ 290 ] {6a2dd3cb-b4ae-448d-b1ad-75011e3d3909} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10406 | 2024.11.06 00:24:40.442715 [ 290 ] {} <Debug> HTTP-Session: 67048f36-3bc1-497f-bde4-824d5e72b02d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10407 | 2024.11.06 00:24:40.442882 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10408 | 2024.11.06 00:24:40.443004 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55660, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10409 | 2024.11.06 00:24:40.443067 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10410 | 2024.11.06 00:24:40.443090 [ 282 ] {} <Debug> HTTP-Session: 1af1c621-b3bb-4632-ab52-34a103958bdc Authenticating user 'default' from [fd00:1122:3344:101::d]:55660 | ||
| 10411 | 2024.11.06 00:24:40.443111 [ 282 ] {} <Debug> HTTP-Session: 1af1c621-b3bb-4632-ab52-34a103958bdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10412 | 2024.11.06 00:24:40.443127 [ 282 ] {} <Debug> HTTP-Session: 1af1c621-b3bb-4632-ab52-34a103958bdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10413 | 2024.11.06 00:24:40.443166 [ 282 ] {} <Trace> HTTP-Session: 1af1c621-b3bb-4632-ab52-34a103958bdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10414 | 2024.11.06 00:24:40.443313 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55660) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10415 | 2024.11.06 00:24:40.443365 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10416 | 2024.11.06 00:24:40.443652 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10417 | 2024.11.06 00:24:40.444016 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10418 | 2024.11.06 00:24:40.444053 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10419 | 2024.11.06 00:24:40.444414 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10420 | 2024.11.06 00:24:40.444779 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10421 | 2024.11.06 00:24:40.444917 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001658 sec., 45838.35946924005 rows/sec., 3.59 MiB/sec. | ||
| 10422 | 2024.11.06 00:24:40.445203 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Debug> DynamicQueryHandler: Done processing query | ||
| 10423 | 2024.11.06 00:24:40.445257 [ 282 ] {702cd4da-deb8-4156-8791-3ad46fe12e64} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10424 | 2024.11.06 00:24:40.445315 [ 282 ] {} <Debug> HTTP-Session: 1af1c621-b3bb-4632-ab52-34a103958bdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10425 | 2024.11.06 00:24:40.445562 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55660, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10426 | 2024.11.06 00:24:40.445580 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41198, User-Agent: (none), Length: 25674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10427 | 2024.11.06 00:24:40.445637 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10428 | 2024.11.06 00:24:40.445657 [ 290 ] {} <Debug> HTTP-Session: 800ca939-2545-4d9a-973a-4905d8bf4a76 Authenticating user 'default' from [fd00:1122:3344:101::d]:41198 | ||
| 10429 | 2024.11.06 00:24:40.445678 [ 290 ] {} <Debug> HTTP-Session: 800ca939-2545-4d9a-973a-4905d8bf4a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10430 | 2024.11.06 00:24:40.445695 [ 290 ] {} <Debug> HTTP-Session: 800ca939-2545-4d9a-973a-4905d8bf4a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10431 | 2024.11.06 00:24:40.445726 [ 290 ] {} <Trace> HTTP-Session: 800ca939-2545-4d9a-973a-4905d8bf4a76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10432 | 2024.11.06 00:24:40.445871 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41198) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10433 | 2024.11.06 00:24:40.445922 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10434 | 2024.11.06 00:24:40.446092 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10435 | 2024.11.06 00:24:40.446465 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10436 | 2024.11.06 00:24:40.446502 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10437 | 2024.11.06 00:24:40.446890 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10438 | 2024.11.06 00:24:40.447229 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10439 | 2024.11.06 00:24:40.447383 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.00157 sec., 85350.31847133758 rows/sec., 5.94 MiB/sec. | ||
| 10440 | 2024.11.06 00:24:40.447650 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Debug> DynamicQueryHandler: Done processing query | ||
| 10441 | 2024.11.06 00:24:40.447706 [ 290 ] {4c2a5cab-00d0-418f-9b16-d039f88d7605} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10442 | 2024.11.06 00:24:40.447752 [ 290 ] {} <Debug> HTTP-Session: 800ca939-2545-4d9a-973a-4905d8bf4a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10443 | 2024.11.06 00:24:40.447957 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41198, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10444 | 2024.11.06 00:24:40.448012 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40795, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10445 | 2024.11.06 00:24:40.448075 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10446 | 2024.11.06 00:24:40.448101 [ 282 ] {} <Debug> HTTP-Session: 55423dc9-80c7-4cca-a176-9d258437e5b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:40795 | ||
| 10447 | 2024.11.06 00:24:40.448121 [ 282 ] {} <Debug> HTTP-Session: 55423dc9-80c7-4cca-a176-9d258437e5b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10448 | 2024.11.06 00:24:40.448138 [ 282 ] {} <Debug> HTTP-Session: 55423dc9-80c7-4cca-a176-9d258437e5b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10449 | 2024.11.06 00:24:40.448176 [ 282 ] {} <Trace> HTTP-Session: 55423dc9-80c7-4cca-a176-9d258437e5b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10450 | 2024.11.06 00:24:40.448314 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40795) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10451 | 2024.11.06 00:24:40.448370 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10452 | 2024.11.06 00:24:40.448544 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10453 | 2024.11.06 00:24:40.448840 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10454 | 2024.11.06 00:24:40.448876 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10455 | 2024.11.06 00:24:40.449242 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 10456 | 2024.11.06 00:24:40.449559 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10457 | 2024.11.06 00:24:40.449702 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001437 sec., 33402.92275574113 rows/sec., 2.25 MiB/sec. | ||
| 10458 | 2024.11.06 00:24:40.449864 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10459 | 2024.11.06 00:24:40.449888 [ 282 ] {3bb853e1-073d-420f-b723-9a00b02f5f7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10460 | 2024.11.06 00:24:40.449904 [ 282 ] {} <Debug> HTTP-Session: 55423dc9-80c7-4cca-a176-9d258437e5b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10461 | 2024.11.06 00:24:40.450123 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40795, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10462 | 2024.11.06 00:24:41.738684 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10463 | 2024.11.06 00:24:41.738741 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10464 | 2024.11.06 00:24:42.074015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 954 | ||
| 10465 | 2024.11.06 00:24:42.076770 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10466 | 2024.11.06 00:24:42.076813 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10467 | 2024.11.06 00:24:42.078365 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10468 | 2024.11.06 00:24:42.079397 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10469 | 2024.11.06 00:24:42.079926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 954 | ||
| 10470 | 2024.11.06 00:24:45.436807 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56609, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10471 | 2024.11.06 00:24:45.436988 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10472 | 2024.11.06 00:24:45.437033 [ 290 ] {} <Debug> HTTP-Session: 178b3ee1-b2f8-464c-82ff-5a73de3313f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56609 | ||
| 10473 | 2024.11.06 00:24:45.437071 [ 290 ] {} <Debug> HTTP-Session: 178b3ee1-b2f8-464c-82ff-5a73de3313f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10474 | 2024.11.06 00:24:45.437097 [ 290 ] {} <Debug> HTTP-Session: 178b3ee1-b2f8-464c-82ff-5a73de3313f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10475 | 2024.11.06 00:24:45.437175 [ 290 ] {} <Trace> HTTP-Session: 178b3ee1-b2f8-464c-82ff-5a73de3313f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10476 | 2024.11.06 00:24:45.437461 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10477 | 2024.11.06 00:24:45.437562 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10478 | 2024.11.06 00:24:45.437979 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10479 | 2024.11.06 00:24:45.438453 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10480 | 2024.11.06 00:24:45.438491 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10481 | 2024.11.06 00:24:45.438917 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10482 | 2024.11.06 00:24:45.439317 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10483 | 2024.11.06 00:24:45.439460 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002102 sec., 26641.294005708845 rows/sec., 2.03 MiB/sec. | ||
| 10484 | 2024.11.06 00:24:45.439661 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 10485 | 2024.11.06 00:24:45.439686 [ 290 ] {11fc8c9b-a42f-4a3b-a69b-e7bb586d93ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10486 | 2024.11.06 00:24:45.439703 [ 290 ] {} <Debug> HTTP-Session: 178b3ee1-b2f8-464c-82ff-5a73de3313f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10487 | 2024.11.06 00:24:45.439985 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10488 | 2024.11.06 00:24:45.440192 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37109, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10489 | 2024.11.06 00:24:45.440262 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10490 | 2024.11.06 00:24:45.440288 [ 282 ] {} <Debug> HTTP-Session: fbc4e2a9-b7a2-486d-8ffe-55f25d4fa4cd Authenticating user 'default' from [fd00:1122:3344:101::d]:37109 | ||
| 10491 | 2024.11.06 00:24:45.440309 [ 282 ] {} <Debug> HTTP-Session: fbc4e2a9-b7a2-486d-8ffe-55f25d4fa4cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10492 | 2024.11.06 00:24:45.440327 [ 282 ] {} <Debug> HTTP-Session: fbc4e2a9-b7a2-486d-8ffe-55f25d4fa4cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10493 | 2024.11.06 00:24:45.440366 [ 282 ] {} <Trace> HTTP-Session: fbc4e2a9-b7a2-486d-8ffe-55f25d4fa4cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10494 | 2024.11.06 00:24:45.440510 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37109) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10495 | 2024.11.06 00:24:45.440564 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10496 | 2024.11.06 00:24:45.440830 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10497 | 2024.11.06 00:24:45.441175 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10498 | 2024.11.06 00:24:45.441211 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10499 | 2024.11.06 00:24:45.441570 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10500 | 2024.11.06 00:24:45.441928 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10501 | 2024.11.06 00:24:45.442055 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001595 sec., 40125.39184952978 rows/sec., 3.13 MiB/sec. | ||
| 10502 | 2024.11.06 00:24:45.442226 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Debug> DynamicQueryHandler: Done processing query | ||
| 10503 | 2024.11.06 00:24:45.442250 [ 282 ] {2b2aee52-492f-4979-a3b8-3e88aac4fddc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10504 | 2024.11.06 00:24:45.442266 [ 282 ] {} <Debug> HTTP-Session: fbc4e2a9-b7a2-486d-8ffe-55f25d4fa4cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10505 | 2024.11.06 00:24:45.442482 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56609, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10506 | 2024.11.06 00:24:45.442493 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37109, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10507 | 2024.11.06 00:24:45.442543 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10508 | 2024.11.06 00:24:45.442570 [ 290 ] {} <Debug> HTTP-Session: 1732e418-245b-41aa-8d72-39c315b17ba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56609 | ||
| 10509 | 2024.11.06 00:24:45.442591 [ 290 ] {} <Debug> HTTP-Session: 1732e418-245b-41aa-8d72-39c315b17ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10510 | 2024.11.06 00:24:45.442608 [ 290 ] {} <Debug> HTTP-Session: 1732e418-245b-41aa-8d72-39c315b17ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10511 | 2024.11.06 00:24:45.442649 [ 290 ] {} <Trace> HTTP-Session: 1732e418-245b-41aa-8d72-39c315b17ba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10512 | 2024.11.06 00:24:45.442819 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56609) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10513 | 2024.11.06 00:24:45.442865 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10514 | 2024.11.06 00:24:45.443007 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10515 | 2024.11.06 00:24:45.443403 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10516 | 2024.11.06 00:24:45.443438 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10517 | 2024.11.06 00:24:45.443826 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10518 | 2024.11.06 00:24:45.444170 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10519 | 2024.11.06 00:24:45.444294 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001541 sec., 103828.68267358857 rows/sec., 7.23 MiB/sec. | ||
| 10520 | 2024.11.06 00:24:45.444463 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Debug> DynamicQueryHandler: Done processing query | ||
| 10521 | 2024.11.06 00:24:45.444486 [ 290 ] {247d0fd4-4505-49ef-9c89-e39f5d92d710} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10522 | 2024.11.06 00:24:45.444502 [ 290 ] {} <Debug> HTTP-Session: 1732e418-245b-41aa-8d72-39c315b17ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10523 | 2024.11.06 00:24:45.444716 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10524 | 2024.11.06 00:24:45.444827 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45248, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10525 | 2024.11.06 00:24:45.444887 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10526 | 2024.11.06 00:24:45.444911 [ 282 ] {} <Debug> HTTP-Session: 2dc57446-987c-4b23-aef6-cd460a72445d Authenticating user 'default' from [fd00:1122:3344:101::d]:45248 | ||
| 10527 | 2024.11.06 00:24:45.444931 [ 282 ] {} <Debug> HTTP-Session: 2dc57446-987c-4b23-aef6-cd460a72445d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10528 | 2024.11.06 00:24:45.444948 [ 282 ] {} <Debug> HTTP-Session: 2dc57446-987c-4b23-aef6-cd460a72445d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10529 | 2024.11.06 00:24:45.444986 [ 282 ] {} <Trace> HTTP-Session: 2dc57446-987c-4b23-aef6-cd460a72445d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10530 | 2024.11.06 00:24:45.445131 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45248) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10531 | 2024.11.06 00:24:45.445183 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10532 | 2024.11.06 00:24:45.445341 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10533 | 2024.11.06 00:24:45.445657 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10534 | 2024.11.06 00:24:45.445699 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10535 | 2024.11.06 00:24:45.446060 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 10536 | 2024.11.06 00:24:45.446398 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10537 | 2024.11.06 00:24:45.446531 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
| 10538 | 2024.11.06 00:24:45.446717 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Debug> DynamicQueryHandler: Done processing query | ||
| 10539 | 2024.11.06 00:24:45.446741 [ 282 ] {a4d8f269-f664-49d8-a253-656de5fff509} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10540 | 2024.11.06 00:24:45.446757 [ 282 ] {} <Debug> HTTP-Session: 2dc57446-987c-4b23-aef6-cd460a72445d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10541 | 2024.11.06 00:24:45.447086 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45248, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10542 | 2024.11.06 00:24:49.742554 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34002, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10543 | 2024.11.06 00:24:49.981126 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:35257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10544 | 2024.11.06 00:24:50.076364 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10545 | 2024.11.06 00:24:50.296292 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10546 | 2024.11.06 00:24:50.297643 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:55252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10547 | 2024.11.06 00:24:50.342979 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57300, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10548 | 2024.11.06 00:24:50.379289 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:32941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10549 | 2024.11.06 00:24:50.393414 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53776, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10550 | 2024.11.06 00:24:50.442528 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59337, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10551 | 2024.11.06 00:24:50.442668 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10552 | 2024.11.06 00:24:50.442698 [ 290 ] {} <Debug> HTTP-Session: adbd3095-8d1c-416e-9632-87ed6424b872 Authenticating user 'default' from [fd00:1122:3344:101::d]:59337 | ||
| 10553 | 2024.11.06 00:24:50.442726 [ 290 ] {} <Debug> HTTP-Session: adbd3095-8d1c-416e-9632-87ed6424b872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10554 | 2024.11.06 00:24:50.442744 [ 290 ] {} <Debug> HTTP-Session: adbd3095-8d1c-416e-9632-87ed6424b872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10555 | 2024.11.06 00:24:50.442803 [ 290 ] {} <Trace> HTTP-Session: adbd3095-8d1c-416e-9632-87ed6424b872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10556 | 2024.11.06 00:24:50.443086 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59337) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10557 | 2024.11.06 00:24:50.443157 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10558 | 2024.11.06 00:24:50.443498 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10559 | 2024.11.06 00:24:50.444157 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10560 | 2024.11.06 00:24:50.444206 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10561 | 2024.11.06 00:24:50.444660 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10562 | 2024.11.06 00:24:50.445058 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10563 | 2024.11.06 00:24:50.445242 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002269 sec., 119435.87483472895 rows/sec., 10.61 MiB/sec. | ||
| 10564 | 2024.11.06 00:24:50.445467 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Debug> DynamicQueryHandler: Done processing query | ||
| 10565 | 2024.11.06 00:24:50.445496 [ 290 ] {fb6e8804-5ac8-4e4d-b319-b90f796c0993} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10566 | 2024.11.06 00:24:50.445512 [ 290 ] {} <Debug> HTTP-Session: adbd3095-8d1c-416e-9632-87ed6424b872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10567 | 2024.11.06 00:24:50.445790 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10568 | 2024.11.06 00:24:50.445942 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53257, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10569 | 2024.11.06 00:24:50.446017 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10570 | 2024.11.06 00:24:50.446044 [ 282 ] {} <Debug> HTTP-Session: 059f9e30-bebb-4201-a894-747b88a935da Authenticating user 'default' from [fd00:1122:3344:101::d]:53257 | ||
| 10571 | 2024.11.06 00:24:50.446066 [ 282 ] {} <Debug> HTTP-Session: 059f9e30-bebb-4201-a894-747b88a935da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10572 | 2024.11.06 00:24:50.446083 [ 282 ] {} <Debug> HTTP-Session: 059f9e30-bebb-4201-a894-747b88a935da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10573 | 2024.11.06 00:24:50.446127 [ 282 ] {} <Trace> HTTP-Session: 059f9e30-bebb-4201-a894-747b88a935da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10574 | 2024.11.06 00:24:50.446280 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53257) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10575 | 2024.11.06 00:24:50.446337 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10576 | 2024.11.06 00:24:50.446640 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10577 | 2024.11.06 00:24:50.447012 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10578 | 2024.11.06 00:24:50.447052 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10579 | 2024.11.06 00:24:50.447421 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10580 | 2024.11.06 00:24:50.447792 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10581 | 2024.11.06 00:24:50.447954 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001723 sec., 23795.70516540917 rows/sec., 1.75 MiB/sec. | ||
| 10582 | 2024.11.06 00:24:50.448140 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10583 | 2024.11.06 00:24:50.448166 [ 282 ] {cd3a500d-acaa-4a05-aaac-ee25c02cac3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10584 | 2024.11.06 00:24:50.448182 [ 282 ] {} <Debug> HTTP-Session: 059f9e30-bebb-4201-a894-747b88a935da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10585 | 2024.11.06 00:24:50.448369 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10586 | 2024.11.06 00:24:50.448392 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59337, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10587 | 2024.11.06 00:24:50.448452 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10588 | 2024.11.06 00:24:50.448475 [ 290 ] {} <Debug> HTTP-Session: da0658a6-5654-44f5-a080-357d689a85a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59337 | ||
| 10589 | 2024.11.06 00:24:50.448497 [ 290 ] {} <Debug> HTTP-Session: da0658a6-5654-44f5-a080-357d689a85a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10590 | 2024.11.06 00:24:50.448515 [ 290 ] {} <Debug> HTTP-Session: da0658a6-5654-44f5-a080-357d689a85a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10591 | 2024.11.06 00:24:50.448555 [ 290 ] {} <Trace> HTTP-Session: da0658a6-5654-44f5-a080-357d689a85a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10592 | 2024.11.06 00:24:50.448673 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59337) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10593 | 2024.11.06 00:24:50.448725 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10594 | 2024.11.06 00:24:50.448982 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10595 | 2024.11.06 00:24:50.449298 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2024.11.06 00:24:50.449333 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10597 | 2024.11.06 00:24:50.449686 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10598 | 2024.11.06 00:24:50.450040 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2024.11.06 00:24:50.450202 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001555 sec., 9003.215434083602 rows/sec., 630.53 KiB/sec. | ||
| 10600 | 2024.11.06 00:24:50.450534 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Debug> DynamicQueryHandler: Done processing query | ||
| 10601 | 2024.11.06 00:24:50.450560 [ 290 ] {eb20b60b-c61c-4dea-9722-8ad6483e7b38} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10602 | 2024.11.06 00:24:50.450576 [ 290 ] {} <Debug> HTTP-Session: da0658a6-5654-44f5-a080-357d689a85a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10603 | 2024.11.06 00:24:50.450766 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10604 | 2024.11.06 00:24:50.450807 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10605 | 2024.11.06 00:24:50.450865 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10606 | 2024.11.06 00:24:50.450896 [ 282 ] {} <Debug> HTTP-Session: ebbe62d1-a819-47db-9659-35a57aacc126 Authenticating user 'default' from [fd00:1122:3344:101::d]:62591 | ||
| 10607 | 2024.11.06 00:24:50.450919 [ 282 ] {} <Debug> HTTP-Session: ebbe62d1-a819-47db-9659-35a57aacc126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10608 | 2024.11.06 00:24:50.450937 [ 282 ] {} <Debug> HTTP-Session: ebbe62d1-a819-47db-9659-35a57aacc126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10609 | 2024.11.06 00:24:50.450975 [ 282 ] {} <Trace> HTTP-Session: ebbe62d1-a819-47db-9659-35a57aacc126 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10610 | 2024.11.06 00:24:50.451095 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62591) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10611 | 2024.11.06 00:24:50.451149 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10612 | 2024.11.06 00:24:50.451453 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10613 | 2024.11.06 00:24:50.451807 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10614 | 2024.11.06 00:24:50.451851 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10615 | 2024.11.06 00:24:50.452200 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10616 | 2024.11.06 00:24:50.452558 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10617 | 2024.11.06 00:24:50.452714 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001643 sec., 3651.8563603164944 rows/sec., 215.76 KiB/sec. | ||
| 10618 | 2024.11.06 00:24:50.452887 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Debug> DynamicQueryHandler: Done processing query | ||
| 10619 | 2024.11.06 00:24:50.452913 [ 282 ] {dc215974-2ab3-4ca7-a5fa-1653db2f3f58} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10620 | 2024.11.06 00:24:50.452929 [ 282 ] {} <Debug> HTTP-Session: ebbe62d1-a819-47db-9659-35a57aacc126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10621 | 2024.11.06 00:24:50.453255 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10622 | 2024.11.06 00:24:50.453329 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59704, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10623 | 2024.11.06 00:24:50.453389 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10624 | 2024.11.06 00:24:50.453413 [ 290 ] {} <Debug> HTTP-Session: dc87e7e8-3aa8-45b2-bcb3-12a5df2eaa40 Authenticating user 'default' from [fd00:1122:3344:101::d]:59704 | ||
| 10625 | 2024.11.06 00:24:50.453433 [ 290 ] {} <Debug> HTTP-Session: dc87e7e8-3aa8-45b2-bcb3-12a5df2eaa40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10626 | 2024.11.06 00:24:50.453450 [ 290 ] {} <Debug> HTTP-Session: dc87e7e8-3aa8-45b2-bcb3-12a5df2eaa40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10627 | 2024.11.06 00:24:50.453488 [ 290 ] {} <Trace> HTTP-Session: dc87e7e8-3aa8-45b2-bcb3-12a5df2eaa40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10628 | 2024.11.06 00:24:50.453749 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59704) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10629 | 2024.11.06 00:24:50.453802 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10630 | 2024.11.06 00:24:50.454040 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10631 | 2024.11.06 00:24:50.454641 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10632 | 2024.11.06 00:24:50.454677 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10633 | 2024.11.06 00:24:50.455050 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10634 | 2024.11.06 00:24:50.455399 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10635 | 2024.11.06 00:24:50.455527 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001918 sec., 220542.2314911366 rows/sec., 15.77 MiB/sec. | ||
| 10636 | 2024.11.06 00:24:50.455707 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10637 | 2024.11.06 00:24:50.455732 [ 290 ] {c945c78b-8cdb-4be5-b3a7-17fea3ab9e5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10638 | 2024.11.06 00:24:50.455748 [ 290 ] {} <Debug> HTTP-Session: dc87e7e8-3aa8-45b2-bcb3-12a5df2eaa40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10639 | 2024.11.06 00:24:50.455899 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10640 | 2024.11.06 00:24:50.455917 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59704, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10641 | 2024.11.06 00:24:50.455959 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10642 | 2024.11.06 00:24:50.455979 [ 282 ] {} <Debug> HTTP-Session: 8f12ef7d-0476-475e-950e-f41bc19096d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:62591 | ||
| 10643 | 2024.11.06 00:24:50.455998 [ 282 ] {} <Debug> HTTP-Session: 8f12ef7d-0476-475e-950e-f41bc19096d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10644 | 2024.11.06 00:24:50.456014 [ 282 ] {} <Debug> HTTP-Session: 8f12ef7d-0476-475e-950e-f41bc19096d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10645 | 2024.11.06 00:24:50.456051 [ 282 ] {} <Trace> HTTP-Session: 8f12ef7d-0476-475e-950e-f41bc19096d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10646 | 2024.11.06 00:24:50.456146 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62591) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10647 | 2024.11.06 00:24:50.456190 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10648 | 2024.11.06 00:24:50.456317 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10649 | 2024.11.06 00:24:50.456573 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10650 | 2024.11.06 00:24:50.456612 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10651 | 2024.11.06 00:24:50.456959 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10652 | 2024.11.06 00:24:50.457278 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10653 | 2024.11.06 00:24:50.457402 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001278 sec., 4694.835680751174 rows/sec., 245.29 KiB/sec. | ||
| 10654 | 2024.11.06 00:24:50.457718 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10655 | 2024.11.06 00:24:50.457743 [ 282 ] {75999ec9-8e0c-4dfe-a04c-6c9a0a1c99d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10656 | 2024.11.06 00:24:50.457759 [ 282 ] {} <Debug> HTTP-Session: 8f12ef7d-0476-475e-950e-f41bc19096d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10657 | 2024.11.06 00:24:50.457954 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10658 | 2024.11.06 00:24:50.458062 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63536, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10659 | 2024.11.06 00:24:50.458113 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10660 | 2024.11.06 00:24:50.458132 [ 290 ] {} <Debug> HTTP-Session: 2157703b-14eb-4932-8dd6-b1efdb992c6a Authenticating user 'default' from [fd00:1122:3344:101::d]:63536 | ||
| 10661 | 2024.11.06 00:24:50.458148 [ 290 ] {} <Debug> HTTP-Session: 2157703b-14eb-4932-8dd6-b1efdb992c6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10662 | 2024.11.06 00:24:50.458190 [ 290 ] {} <Debug> HTTP-Session: 2157703b-14eb-4932-8dd6-b1efdb992c6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10663 | 2024.11.06 00:24:50.458221 [ 290 ] {} <Trace> HTTP-Session: 2157703b-14eb-4932-8dd6-b1efdb992c6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10664 | 2024.11.06 00:24:50.458397 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63536) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10665 | 2024.11.06 00:24:50.458445 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10666 | 2024.11.06 00:24:50.458607 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10667 | 2024.11.06 00:24:50.459039 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10668 | 2024.11.06 00:24:50.459075 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10669 | 2024.11.06 00:24:50.459463 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10670 | 2024.11.06 00:24:50.459816 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10671 | 2024.11.06 00:24:50.459941 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001633 sec., 145131.65952235152 rows/sec., 9.73 MiB/sec. | ||
| 10672 | 2024.11.06 00:24:50.460210 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Debug> DynamicQueryHandler: Done processing query | ||
| 10673 | 2024.11.06 00:24:50.460263 [ 290 ] {e1ca321e-e686-4bed-8b74-0a189959b324} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10674 | 2024.11.06 00:24:50.460321 [ 290 ] {} <Debug> HTTP-Session: 2157703b-14eb-4932-8dd6-b1efdb992c6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10675 | 2024.11.06 00:24:50.460537 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10676 | 2024.11.06 00:24:50.460550 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63536, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10677 | 2024.11.06 00:24:50.460597 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10678 | 2024.11.06 00:24:50.460617 [ 282 ] {} <Debug> HTTP-Session: 547349ad-6f47-4af6-a6b3-16487ce91d77 Authenticating user 'default' from [fd00:1122:3344:101::d]:62591 | ||
| 10679 | 2024.11.06 00:24:50.460637 [ 282 ] {} <Debug> HTTP-Session: 547349ad-6f47-4af6-a6b3-16487ce91d77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10680 | 2024.11.06 00:24:50.460651 [ 282 ] {} <Debug> HTTP-Session: 547349ad-6f47-4af6-a6b3-16487ce91d77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10681 | 2024.11.06 00:24:50.460691 [ 282 ] {} <Trace> HTTP-Session: 547349ad-6f47-4af6-a6b3-16487ce91d77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10682 | 2024.11.06 00:24:50.460789 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62591) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10683 | 2024.11.06 00:24:50.460835 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10684 | 2024.11.06 00:24:50.460982 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10685 | 2024.11.06 00:24:50.461237 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10686 | 2024.11.06 00:24:50.461271 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10687 | 2024.11.06 00:24:50.461620 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10688 | 2024.11.06 00:24:50.461938 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10689 | 2024.11.06 00:24:50.462062 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001298 sec., 770.4160246533129 rows/sec., 51.91 KiB/sec. | ||
| 10690 | 2024.11.06 00:24:50.462376 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Debug> DynamicQueryHandler: Done processing query | ||
| 10691 | 2024.11.06 00:24:50.462401 [ 282 ] {96bbc1d5-6b29-4ede-bae9-6d63ef30ba45} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10692 | 2024.11.06 00:24:50.462418 [ 282 ] {} <Debug> HTTP-Session: 547349ad-6f47-4af6-a6b3-16487ce91d77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10693 | 2024.11.06 00:24:50.462570 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10694 | 2024.11.06 00:24:50.462637 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48766, User-Agent: (none), Length: 68892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10695 | 2024.11.06 00:24:50.462688 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10696 | 2024.11.06 00:24:50.462708 [ 290 ] {} <Debug> HTTP-Session: efc2b74c-fb54-4afe-9fe2-0f48ccbacd58 Authenticating user 'default' from [fd00:1122:3344:101::d]:48766 | ||
| 10697 | 2024.11.06 00:24:50.462725 [ 290 ] {} <Debug> HTTP-Session: efc2b74c-fb54-4afe-9fe2-0f48ccbacd58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10698 | 2024.11.06 00:24:50.462739 [ 290 ] {} <Debug> HTTP-Session: efc2b74c-fb54-4afe-9fe2-0f48ccbacd58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10699 | 2024.11.06 00:24:50.462769 [ 290 ] {} <Trace> HTTP-Session: efc2b74c-fb54-4afe-9fe2-0f48ccbacd58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10700 | 2024.11.06 00:24:50.463283 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48766) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10701 | 2024.11.06 00:24:50.463367 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <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 | ||
| 10702 | 2024.11.06 00:24:50.463872 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10703 | 2024.11.06 00:24:50.464675 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10704 | 2024.11.06 00:24:50.464711 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10705 | 2024.11.06 00:24:50.465375 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10706 | 2024.11.06 00:24:50.465793 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10707 | 2024.11.06 00:24:50.465935 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 | ||
| 10708 | 2024.11.06 00:24:50.465947 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003084 sec., 13294.422827496757 rows/sec., 23.82 MiB/sec. | ||
| 10709 | 2024.11.06 00:24:50.465986 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10710 | 2024.11.06 00:24:50.466031 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10711 | 2024.11.06 00:24:50.466386 [ 188 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full | ||
| 10712 | 2024.11.06 00:24:50.466549 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10713 | 2024.11.06 00:24:50.466635 [ 290 ] {3f31dacb-1e49-41a0-bdd7-9cb6be49efd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 10714 | 2024.11.06 00:24:50.466715 [ 290 ] {} <Debug> HTTP-Session: efc2b74c-fb54-4afe-9fe2-0f48ccbacd58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10715 | 2024.11.06 00:24:50.467177 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48766, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10716 | 2024.11.06 00:24:50.467209 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10717 | 2024.11.06 00:24:50.467371 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10718 | 2024.11.06 00:24:50.467425 [ 282 ] {} <Debug> HTTP-Session: 5c88b362-72de-4331-ba28-970b919beed2 Authenticating user 'default' from [fd00:1122:3344:101::d]:62591 | ||
| 10719 | 2024.11.06 00:24:50.467460 [ 282 ] {} <Debug> HTTP-Session: 5c88b362-72de-4331-ba28-970b919beed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10720 | 2024.11.06 00:24:50.467490 [ 282 ] {} <Debug> HTTP-Session: 5c88b362-72de-4331-ba28-970b919beed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10721 | 2024.11.06 00:24:50.467552 [ 282 ] {} <Trace> HTTP-Session: 5c88b362-72de-4331-ba28-970b919beed2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10722 | 2024.11.06 00:24:50.467591 [ 188 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10723 | 2024.11.06 00:24:50.467664 [ 188 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 607 rows starting from the beginning of the part | ||
| 10724 | 2024.11.06 00:24:50.467741 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62591) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10725 | 2024.11.06 00:24:50.467857 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10726 | 2024.11.06 00:24:50.468053 [ 188 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part | ||
| 10727 | 2024.11.06 00:24:50.468266 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10728 | 2024.11.06 00:24:50.468706 [ 188 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part | ||
| 10729 | 2024.11.06 00:24:50.469291 [ 188 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part | ||
| 10730 | 2024.11.06 00:24:50.469354 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10731 | 2024.11.06 00:24:50.469404 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10732 | 2024.11.06 00:24:50.469812 [ 188 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part | ||
| 10733 | 2024.11.06 00:24:50.470319 [ 188 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part | ||
| 10734 | 2024.11.06 00:24:50.470513 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 10735 | 2024.11.06 00:24:50.471231 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10736 | 2024.11.06 00:24:50.471421 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003747 sec., 21884.174005871366 rows/sec., 1.39 MiB/sec. | ||
| 10737 | 2024.11.06 00:24:50.471664 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Debug> DynamicQueryHandler: Done processing query | ||
| 10738 | 2024.11.06 00:24:50.471694 [ 282 ] {71ac0b44-c06e-4537-a6b1-8afe13a72d44} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10739 | 2024.11.06 00:24:50.471714 [ 282 ] {} <Debug> HTTP-Session: 5c88b362-72de-4331-ba28-970b919beed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10740 | 2024.11.06 00:24:50.472835 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10741 | 2024.11.06 00:24:50.482608 [ 188 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 812 rows, containing 19 columns (19 merged, 0 gathered) in 0.01649384 sec., 49230.50059901151 rows/sec., 88.22 MiB/sec. | ||
| 10742 | 2024.11.06 00:24:50.483588 [ 187 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Trace> MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) | ||
| 10743 | 2024.11.06 00:24:50.484236 [ 187 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10744 | 2024.11.06 00:24:50.484333 [ 187 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_24_5} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 | ||
| 10745 | 2024.11.06 00:24:50.484497 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. | ||
| 10746 | 2024.11.06 00:24:50.549812 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48468, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10747 | 2024.11.06 00:24:50.610659 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10748 | 2024.11.06 00:24:50.688561 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39404, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10749 | 2024.11.06 00:24:50.781468 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58485, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10750 | 2024.11.06 00:24:50.861199 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50954, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10751 | 2024.11.06 00:24:50.864490 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58048, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10752 | 2024.11.06 00:24:50.878874 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10753 | 2024.11.06 00:24:50.900466 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:46538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10754 | 2024.11.06 00:24:50.900861 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10755 | 2024.11.06 00:24:51.089274 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10756 | 2024.11.06 00:24:51.124815 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10757 | 2024.11.06 00:24:51.156851 [ 286 ] {} <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) | ||
| 10758 | 2024.11.06 00:24:51.183349 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10759 | 2024.11.06 00:24:51.427446 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58501, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10760 | 2024.11.06 00:24:51.440792 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38513, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10761 | 2024.11.06 00:24:51.446155 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10762 | 2024.11.06 00:24:52.080985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 982 | ||
| 10763 | 2024.11.06 00:24:52.083749 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10764 | 2024.11.06 00:24:52.083791 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10765 | 2024.11.06 00:24:52.085320 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10766 | 2024.11.06 00:24:52.086313 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10767 | 2024.11.06 00:24:52.086787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 982 | ||
| 10768 | 2024.11.06 00:24:55.434295 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56934, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10769 | 2024.11.06 00:24:55.434441 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10770 | 2024.11.06 00:24:55.434470 [ 287 ] {} <Debug> HTTP-Session: 2fb1b4f3-9252-4dcf-be48-fa2fa6a7ddfc Authenticating user 'default' from [fd00:1122:3344:101::d]:56934 | ||
| 10771 | 2024.11.06 00:24:55.434498 [ 287 ] {} <Debug> HTTP-Session: 2fb1b4f3-9252-4dcf-be48-fa2fa6a7ddfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10772 | 2024.11.06 00:24:55.434516 [ 287 ] {} <Debug> HTTP-Session: 2fb1b4f3-9252-4dcf-be48-fa2fa6a7ddfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10773 | 2024.11.06 00:24:55.434575 [ 287 ] {} <Trace> HTTP-Session: 2fb1b4f3-9252-4dcf-be48-fa2fa6a7ddfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10774 | 2024.11.06 00:24:55.434774 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56934) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10775 | 2024.11.06 00:24:55.434851 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10776 | 2024.11.06 00:24:55.435206 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10777 | 2024.11.06 00:24:55.435658 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10778 | 2024.11.06 00:24:55.435701 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10779 | 2024.11.06 00:24:55.436116 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 10780 | 2024.11.06 00:24:55.436522 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10781 | 2024.11.06 00:24:55.436678 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001963 sec., 1018.8487009679063 rows/sec., 83.08 KiB/sec. | ||
| 10782 | 2024.11.06 00:24:55.437090 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10783 | 2024.11.06 00:24:55.437115 [ 287 ] {9fc14421-398d-4716-bea0-845ab7d52a2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10784 | 2024.11.06 00:24:55.437132 [ 287 ] {} <Debug> HTTP-Session: 2fb1b4f3-9252-4dcf-be48-fa2fa6a7ddfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10785 | 2024.11.06 00:24:55.437320 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56934, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10786 | 2024.11.06 00:24:55.437386 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Length: 7945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10787 | 2024.11.06 00:24:55.437518 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10788 | 2024.11.06 00:24:55.437544 [ 282 ] {} <Debug> HTTP-Session: 64c990f2-1abc-45f4-9dbf-9aff962a902d Authenticating user 'default' from [fd00:1122:3344:101::d]:62591 | ||
| 10789 | 2024.11.06 00:24:55.437567 [ 282 ] {} <Debug> HTTP-Session: 64c990f2-1abc-45f4-9dbf-9aff962a902d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10790 | 2024.11.06 00:24:55.437581 [ 282 ] {} <Debug> HTTP-Session: 64c990f2-1abc-45f4-9dbf-9aff962a902d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10791 | 2024.11.06 00:24:55.437636 [ 282 ] {} <Trace> HTTP-Session: 64c990f2-1abc-45f4-9dbf-9aff962a902d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10792 | 2024.11.06 00:24:55.437828 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62591) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10793 | 2024.11.06 00:24:55.437899 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10794 | 2024.11.06 00:24:55.438248 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10795 | 2024.11.06 00:24:55.438667 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10796 | 2024.11.06 00:24:55.438713 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10797 | 2024.11.06 00:24:55.439149 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10798 | 2024.11.06 00:24:55.439550 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10799 | 2024.11.06 00:24:55.439735 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001961 sec., 29066.802651708313 rows/sec., 2.22 MiB/sec. | ||
| 10800 | 2024.11.06 00:24:55.439944 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 10801 | 2024.11.06 00:24:55.439970 [ 282 ] {49d86e0e-2bf4-4bdf-8f6b-7a615c2289dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10802 | 2024.11.06 00:24:55.439987 [ 282 ] {} <Debug> HTTP-Session: 64c990f2-1abc-45f4-9dbf-9aff962a902d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10803 | 2024.11.06 00:24:55.440147 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10804 | 2024.11.06 00:24:55.440243 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33413, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10805 | 2024.11.06 00:24:55.440320 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10806 | 2024.11.06 00:24:55.440347 [ 287 ] {} <Debug> HTTP-Session: 65040625-0a87-47af-9e56-715933857f7b Authenticating user 'default' from [fd00:1122:3344:101::d]:33413 | ||
| 10807 | 2024.11.06 00:24:55.440369 [ 287 ] {} <Debug> HTTP-Session: 65040625-0a87-47af-9e56-715933857f7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10808 | 2024.11.06 00:24:55.440386 [ 287 ] {} <Debug> HTTP-Session: 65040625-0a87-47af-9e56-715933857f7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10809 | 2024.11.06 00:24:55.440431 [ 287 ] {} <Trace> HTTP-Session: 65040625-0a87-47af-9e56-715933857f7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10810 | 2024.11.06 00:24:55.440564 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33413) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10811 | 2024.11.06 00:24:55.440620 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10812 | 2024.11.06 00:24:55.440937 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10813 | 2024.11.06 00:24:55.441327 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10814 | 2024.11.06 00:24:55.441364 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10815 | 2024.11.06 00:24:55.441720 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10816 | 2024.11.06 00:24:55.442115 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10817 | 2024.11.06 00:24:55.442281 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001748 sec., 1144.1647597254005 rows/sec., 79.89 KiB/sec. | ||
| 10818 | 2024.11.06 00:24:55.442596 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Debug> DynamicQueryHandler: Done processing query | ||
| 10819 | 2024.11.06 00:24:55.442658 [ 287 ] {4922ad08-795b-42b8-b090-e19254731e64} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10820 | 2024.11.06 00:24:55.442695 [ 287 ] {} <Debug> HTTP-Session: 65040625-0a87-47af-9e56-715933857f7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10821 | 2024.11.06 00:24:55.442862 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10822 | 2024.11.06 00:24:55.443007 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36761, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10823 | 2024.11.06 00:24:55.443115 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10824 | 2024.11.06 00:24:55.443139 [ 283 ] {} <Debug> HTTP-Session: a18e8dd6-44ae-47da-9970-b0c170a48d2d Authenticating user 'default' from [fd00:1122:3344:101::d]:36761 | ||
| 10825 | 2024.11.06 00:24:55.443164 [ 283 ] {} <Debug> HTTP-Session: a18e8dd6-44ae-47da-9970-b0c170a48d2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10826 | 2024.11.06 00:24:55.443179 [ 283 ] {} <Debug> HTTP-Session: a18e8dd6-44ae-47da-9970-b0c170a48d2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10827 | 2024.11.06 00:24:55.443234 [ 283 ] {} <Trace> HTTP-Session: a18e8dd6-44ae-47da-9970-b0c170a48d2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10828 | 2024.11.06 00:24:55.443434 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36761) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10829 | 2024.11.06 00:24:55.443501 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10830 | 2024.11.06 00:24:55.443846 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10831 | 2024.11.06 00:24:55.444273 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10832 | 2024.11.06 00:24:55.444313 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10833 | 2024.11.06 00:24:55.444763 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10834 | 2024.11.06 00:24:55.445193 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10835 | 2024.11.06 00:24:55.445360 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001998 sec., 33033.03303303303 rows/sec., 2.58 MiB/sec. | ||
| 10836 | 2024.11.06 00:24:55.445630 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10837 | 2024.11.06 00:24:55.445661 [ 283 ] {f5584ec9-f92b-402e-afa1-89df9e1eddf9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10838 | 2024.11.06 00:24:55.445684 [ 283 ] {} <Debug> HTTP-Session: a18e8dd6-44ae-47da-9970-b0c170a48d2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10839 | 2024.11.06 00:24:55.445867 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33413, User-Agent: (none), Length: 24721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10840 | 2024.11.06 00:24:55.445910 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10841 | 2024.11.06 00:24:55.445985 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10842 | 2024.11.06 00:24:55.446025 [ 287 ] {} <Debug> HTTP-Session: fac4c4f1-8350-4252-ace3-0a2f47d2f6e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33413 | ||
| 10843 | 2024.11.06 00:24:55.446058 [ 287 ] {} <Debug> HTTP-Session: fac4c4f1-8350-4252-ace3-0a2f47d2f6e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10844 | 2024.11.06 00:24:55.446086 [ 287 ] {} <Debug> HTTP-Session: fac4c4f1-8350-4252-ace3-0a2f47d2f6e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10845 | 2024.11.06 00:24:55.446142 [ 287 ] {} <Trace> HTTP-Session: fac4c4f1-8350-4252-ace3-0a2f47d2f6e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10846 | 2024.11.06 00:24:55.446330 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33413) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10847 | 2024.11.06 00:24:55.446390 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10848 | 2024.11.06 00:24:55.446605 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10849 | 2024.11.06 00:24:55.447038 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10850 | 2024.11.06 00:24:55.447077 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10851 | 2024.11.06 00:24:55.447496 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10852 | 2024.11.06 00:24:55.447853 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10853 | 2024.11.06 00:24:55.448021 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001767 sec., 73005.09337860781 rows/sec., 5.08 MiB/sec. | ||
| 10854 | 2024.11.06 00:24:55.448205 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Debug> DynamicQueryHandler: Done processing query | ||
| 10855 | 2024.11.06 00:24:55.448230 [ 287 ] {44145e5f-42ed-49bd-95e7-662b16c5e572} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10856 | 2024.11.06 00:24:55.448247 [ 287 ] {} <Debug> HTTP-Session: fac4c4f1-8350-4252-ace3-0a2f47d2f6e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10857 | 2024.11.06 00:24:55.448381 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33413, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10858 | 2024.11.06 00:24:55.448513 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50972, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10859 | 2024.11.06 00:24:55.448588 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10860 | 2024.11.06 00:24:55.448609 [ 283 ] {} <Debug> HTTP-Session: d7212a77-5b91-4ff2-9641-161c0b6b4d09 Authenticating user 'default' from [fd00:1122:3344:101::d]:50972 | ||
| 10861 | 2024.11.06 00:24:55.448629 [ 283 ] {} <Debug> HTTP-Session: d7212a77-5b91-4ff2-9641-161c0b6b4d09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10862 | 2024.11.06 00:24:55.448642 [ 283 ] {} <Debug> HTTP-Session: d7212a77-5b91-4ff2-9641-161c0b6b4d09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10863 | 2024.11.06 00:24:55.448687 [ 283 ] {} <Trace> HTTP-Session: d7212a77-5b91-4ff2-9641-161c0b6b4d09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10864 | 2024.11.06 00:24:55.448836 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50972) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10865 | 2024.11.06 00:24:55.448892 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10866 | 2024.11.06 00:24:55.449064 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10867 | 2024.11.06 00:24:55.449384 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10868 | 2024.11.06 00:24:55.449420 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10869 | 2024.11.06 00:24:55.449821 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 10870 | 2024.11.06 00:24:55.450155 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10871 | 2024.11.06 00:24:55.450297 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001515 sec., 31683.16831683168 rows/sec., 2.14 MiB/sec. | ||
| 10872 | 2024.11.06 00:24:55.450472 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10873 | 2024.11.06 00:24:55.450497 [ 283 ] {56023164-6904-4d76-bea6-553353c30f7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10874 | 2024.11.06 00:24:55.450514 [ 283 ] {} <Debug> HTTP-Session: d7212a77-5b91-4ff2-9641-161c0b6b4d09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10875 | 2024.11.06 00:24:55.450700 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50972, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10876 | 2024.11.06 00:24:56.738983 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10877 | 2024.11.06 00:24:56.739042 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10878 | 2024.11.06 00:25:00.435916 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58466, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10879 | 2024.11.06 00:25:00.436052 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10880 | 2024.11.06 00:25:00.436077 [ 287 ] {} <Debug> HTTP-Session: 4c2c6588-4c30-419e-984c-91a66249d383 Authenticating user 'default' from [fd00:1122:3344:101::d]:58466 | ||
| 10881 | 2024.11.06 00:25:00.436101 [ 287 ] {} <Debug> HTTP-Session: 4c2c6588-4c30-419e-984c-91a66249d383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10882 | 2024.11.06 00:25:00.436115 [ 287 ] {} <Debug> HTTP-Session: 4c2c6588-4c30-419e-984c-91a66249d383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10883 | 2024.11.06 00:25:00.436168 [ 287 ] {} <Trace> HTTP-Session: 4c2c6588-4c30-419e-984c-91a66249d383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10884 | 2024.11.06 00:25:00.436368 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58466) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10885 | 2024.11.06 00:25:00.436435 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10886 | 2024.11.06 00:25:00.436774 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10887 | 2024.11.06 00:25:00.437271 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10888 | 2024.11.06 00:25:00.437319 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10889 | 2024.11.06 00:25:00.437756 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10890 | 2024.11.06 00:25:00.438147 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10891 | 2024.11.06 00:25:00.438323 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002015 sec., 27791.563275434244 rows/sec., 2.12 MiB/sec. | ||
| 10892 | 2024.11.06 00:25:00.438336 [ 104 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10893 | 2024.11.06 00:25:00.438432 [ 104 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10894 | 2024.11.06 00:25:00.438493 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10895 | 2024.11.06 00:25:00.438667 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10896 | 2024.11.06 00:25:00.438731 [ 287 ] {6ddd65d2-3a30-4378-9025-3ba2c9c1fbf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10897 | 2024.11.06 00:25:00.438758 [ 287 ] {} <Debug> HTTP-Session: 4c2c6588-4c30-419e-984c-91a66249d383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10898 | 2024.11.06 00:25:00.438767 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 10899 | 2024.11.06 00:25:00.439085 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58466, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10900 | 2024.11.06 00:25:00.439369 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46226, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10901 | 2024.11.06 00:25:00.439464 [ 287 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 10902 | |||
| 10903 | (version 23.8.7.1) | ||
| 10904 | 2024.11.06 00:25:00.439641 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10905 | 2024.11.06 00:25:00.439684 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10906 | 2024.11.06 00:25:00.439721 [ 283 ] {} <Debug> HTTP-Session: 7dab5a6a-2f11-41b0-95aa-601b47b0ef31 Authenticating user 'default' from [fd00:1122:3344:101::d]:46226 | ||
| 10907 | 2024.11.06 00:25:00.439774 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1420 rows starting from the beginning of the part | ||
| 10908 | 2024.11.06 00:25:00.439792 [ 283 ] {} <Debug> HTTP-Session: 7dab5a6a-2f11-41b0-95aa-601b47b0ef31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10909 | 2024.11.06 00:25:00.439819 [ 283 ] {} <Debug> HTTP-Session: 7dab5a6a-2f11-41b0-95aa-601b47b0ef31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10910 | 2024.11.06 00:25:00.439906 [ 283 ] {} <Trace> HTTP-Session: 7dab5a6a-2f11-41b0-95aa-601b47b0ef31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10911 | 2024.11.06 00:25:00.439936 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 62 rows starting from the beginning of the part | ||
| 10912 | 2024.11.06 00:25:00.440330 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part | ||
| 10913 | 2024.11.06 00:25:00.440387 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46226) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10914 | 2024.11.06 00:25:00.440577 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10915 | 2024.11.06 00:25:00.440584 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 271 rows starting from the beginning of the part | ||
| 10916 | 2024.11.06 00:25:00.440909 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 57 rows starting from the beginning of the part | ||
| 10917 | 2024.11.06 00:25:00.441059 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part | ||
| 10918 | 2024.11.06 00:25:00.441534 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10919 | 2024.11.06 00:25:00.442150 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10920 | 2024.11.06 00:25:00.442202 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10921 | 2024.11.06 00:25:00.442732 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10922 | 2024.11.06 00:25:00.443045 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1922 rows, containing 5 columns (5 merged, 0 gathered) in 0.004453712 sec., 431550.13166545116 rows/sec., 37.63 MiB/sec. | ||
| 10923 | 2024.11.06 00:25:00.443293 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10924 | 2024.11.06 00:25:00.443310 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10925 | 2024.11.06 00:25:00.443509 [ 103 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10926 | 2024.11.06 00:25:00.443515 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003319 sec., 19282.916541126848 rows/sec., 1.51 MiB/sec. | ||
| 10927 | 2024.11.06 00:25:00.443562 [ 103 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10928 | 2024.11.06 00:25:00.443624 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10929 | 2024.11.06 00:25:00.444380 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10930 | 2024.11.06 00:25:00.444436 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 10931 | 2024.11.06 00:25:00.444545 [ 283 ] {feb95798-b7aa-46ee-b7fe-cc7b8e9a9a6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10932 | 2024.11.06 00:25:00.444702 [ 283 ] {} <Debug> HTTP-Session: 7dab5a6a-2f11-41b0-95aa-601b47b0ef31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10933 | 2024.11.06 00:25:00.445315 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36509, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10934 | 2024.11.06 00:25:00.445308 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46226, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10935 | 2024.11.06 00:25:00.445589 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10936 | 2024.11.06 00:25:00.445751 [ 287 ] {} <Debug> HTTP-Session: 7974c413-a62b-410d-8905-611107669c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:36509 | ||
| 10937 | 2024.11.06 00:25:00.445868 [ 287 ] {} <Debug> HTTP-Session: 7974c413-a62b-410d-8905-611107669c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10938 | 2024.11.06 00:25:00.445950 [ 287 ] {} <Debug> HTTP-Session: 7974c413-a62b-410d-8905-611107669c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10939 | 2024.11.06 00:25:00.446073 [ 283 ] {} <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): | ||
| 10940 | |||
| 10941 | (version 23.8.7.1) | ||
| 10942 | 2024.11.06 00:25:00.446161 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10943 | 2024.11.06 00:25:00.446205 [ 287 ] {} <Trace> HTTP-Session: 7974c413-a62b-410d-8905-611107669c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10944 | 2024.11.06 00:25:00.446400 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part | ||
| 10945 | 2024.11.06 00:25:00.446816 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 76 rows starting from the beginning of the part | ||
| 10946 | 2024.11.06 00:25:00.446911 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36509) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10947 | 2024.11.06 00:25:00.446943 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10948 | 2024.11.06 00:25:00.447193 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10949 | 2024.11.06 00:25:00.447470 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_66_13} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10950 | 2024.11.06 00:25:00.447530 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part | ||
| 10951 | 2024.11.06 00:25:00.447790 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 10952 | 2024.11.06 00:25:00.448113 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 423 rows starting from the beginning of the part | ||
| 10953 | 2024.11.06 00:25:00.448432 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 66 rows starting from the beginning of the part | ||
| 10954 | 2024.11.06 00:25:00.448532 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10955 | 2024.11.06 00:25:00.448712 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part | ||
| 10956 | 2024.11.06 00:25:00.449779 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10957 | 2024.11.06 00:25:00.449860 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10958 | 2024.11.06 00:25:00.450988 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10959 | 2024.11.06 00:25:00.451470 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.007703828 sec., 208727.4014944259 rows/sec., 16.10 MiB/sec. | ||
| 10960 | 2024.11.06 00:25:00.451714 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 10961 | 2024.11.06 00:25:00.451912 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10962 | 2024.11.06 00:25:00.452175 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10963 | 2024.11.06 00:25:00.452292 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10964 | 2024.11.06 00:25:00.452352 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00581 sec., 27538.726333907056 rows/sec., 1.92 MiB/sec. | ||
| 10965 | 2024.11.06 00:25:00.452385 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10966 | 2024.11.06 00:25:00.453191 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 10967 | 2024.11.06 00:25:00.453274 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10968 | 2024.11.06 00:25:00.453404 [ 287 ] {ef0ce203-33cc-4a3c-853c-af4561922ee0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10969 | 2024.11.06 00:25:00.453489 [ 287 ] {} <Debug> HTTP-Session: 7974c413-a62b-410d-8905-611107669c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10970 | 2024.11.06 00:25:00.453980 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10971 | 2024.11.06 00:25:00.454048 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10972 | 2024.11.06 00:25:00.454192 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 13776 rows starting from the beginning of the part | ||
| 10973 | 2024.11.06 00:25:00.454304 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64662, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10974 | 2024.11.06 00:25:00.454401 [ 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): | ||
| 10975 | |||
| 10976 | (version 23.8.7.1) | ||
| 10977 | 2024.11.06 00:25:00.454729 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10978 | 2024.11.06 00:25:00.454773 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 134 rows starting from the beginning of the part | ||
| 10979 | 2024.11.06 00:25:00.454865 [ 283 ] {} <Debug> HTTP-Session: c32aadfc-90b3-4a2d-9509-347e30bd3328 Authenticating user 'default' from [fd00:1122:3344:101::d]:64662 | ||
| 10980 | 2024.11.06 00:25:00.454990 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10981 | 2024.11.06 00:25:00.455002 [ 283 ] {} <Debug> HTTP-Session: c32aadfc-90b3-4a2d-9509-347e30bd3328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10982 | 2024.11.06 00:25:00.455198 [ 283 ] {} <Debug> HTTP-Session: c32aadfc-90b3-4a2d-9509-347e30bd3328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10983 | 2024.11.06 00:25:00.455340 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 10984 | 2024.11.06 00:25:00.455430 [ 283 ] {} <Trace> HTTP-Session: c32aadfc-90b3-4a2d-9509-347e30bd3328 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10985 | 2024.11.06 00:25:00.455574 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_66_13} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 10986 | 2024.11.06 00:25:00.455802 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 237 rows starting from the beginning of the part | ||
| 10987 | 2024.11.06 00:25:00.456012 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64662) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10988 | 2024.11.06 00:25:00.456015 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 10989 | 2024.11.06 00:25:00.456186 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 129 rows starting from the beginning of the part | ||
| 10990 | 2024.11.06 00:25:00.456303 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10991 | 2024.11.06 00:25:00.456506 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
| 10992 | 2024.11.06 00:25:00.457257 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10993 | 2024.11.06 00:25:00.457896 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10994 | 2024.11.06 00:25:00.457933 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 10995 | 2024.11.06 00:25:00.458516 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 10996 | 2024.11.06 00:25:00.459041 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10997 | 2024.11.06 00:25:00.459232 [ 103 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 10998 | 2024.11.06 00:25:00.459259 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00352 sec., 17045.454545454544 rows/sec., 1.15 MiB/sec. | ||
| 10999 | 2024.11.06 00:25:00.459338 [ 103 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11000 | 2024.11.06 00:25:00.459447 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11001 | 2024.11.06 00:25:00.460085 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 11002 | 2024.11.06 00:25:00.460228 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11003 | 2024.11.06 00:25:00.461029 [ 283 ] {e0b4a941-3a7d-4796-8d2d-3711aedb50a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11004 | 2024.11.06 00:25:00.461249 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11005 | 2024.11.06 00:25:00.461440 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3094 rows starting from the beginning of the part | ||
| 11006 | 2024.11.06 00:25:00.461633 [ 283 ] {} <Debug> HTTP-Session: c32aadfc-90b3-4a2d-9509-347e30bd3328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11007 | 2024.11.06 00:25:00.461977 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 48 rows starting from the beginning of the part | ||
| 11008 | 2024.11.06 00:25:00.462387 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 11009 | 2024.11.06 00:25:00.462402 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64662, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11010 | 2024.11.06 00:25:00.462588 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 82 rows starting from the beginning of the part | ||
| 11011 | 2024.11.06 00:25:00.462756 [ 283 ] {} <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): | ||
| 11012 | |||
| 11013 | (version 23.8.7.1) | ||
| 11014 | 2024.11.06 00:25:00.462786 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 48 rows starting from the beginning of the part | ||
| 11015 | 2024.11.06 00:25:00.462910 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 11016 | 2024.11.06 00:25:00.464795 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14596 rows, containing 5 columns (5 merged, 0 gathered) in 0.011979605 sec., 1218404.112656469 rows/sec., 82.82 MiB/sec. | ||
| 11017 | 2024.11.06 00:25:00.465027 [ 189 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3392 rows, containing 4 columns (4 merged, 0 gathered) in 0.00540156 sec., 627966.7355356601 rows/sec., 41.49 MiB/sec. | ||
| 11018 | 2024.11.06 00:25:00.465200 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11019 | 2024.11.06 00:25:00.465532 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 11020 | 2024.11.06 00:25:00.465868 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11021 | 2024.11.06 00:25:00.466161 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11022 | 2024.11.06 00:25:00.466324 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.73 MiB. | ||
| 11023 | 2024.11.06 00:25:00.466470 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11024 | 2024.11.06 00:25:00.466567 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_66_13} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 11025 | 2024.11.06 00:25:00.466674 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 11026 | 2024.11.06 00:25:02.087805 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1002 | ||
| 11027 | 2024.11.06 00:25:02.090569 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11028 | 2024.11.06 00:25:02.090612 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11029 | 2024.11.06 00:25:02.092104 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11030 | 2024.11.06 00:25:02.093089 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11031 | 2024.11.06 00:25:02.093564 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1002 | ||
| 11032 | 2024.11.06 00:25:03.528186 [ 101 ] {} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11033 | 2024.11.06 00:25:03.528297 [ 101 ] {} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11034 | 2024.11.06 00:25:03.528325 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11035 | 2024.11.06 00:25:03.528479 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::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 | ||
| 11036 | 2024.11.06 00:25:03.528658 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11037 | 2024.11.06 00:25:03.528695 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 242 rows starting from the beginning of the part | ||
| 11038 | 2024.11.06 00:25:03.528782 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 11039 | 2024.11.06 00:25:03.528991 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 11040 | 2024.11.06 00:25:03.529185 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 11041 | 2024.11.06 00:25:03.529306 [ 200 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 11042 | 2024.11.06 00:25:03.530348 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.001938047 sec., 153763.040834407 rows/sec., 10.47 MiB/sec. | ||
| 11043 | 2024.11.06 00:25:03.530677 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11044 | 2024.11.06 00:25:03.531424 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11045 | 2024.11.06 00:25:03.531526 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_17_4} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11046 | 2024.11.06 00:25:03.531633 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 11047 | 2024.11.06 00:25:05.442598 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65152, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11048 | 2024.11.06 00:25:05.442719 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11049 | 2024.11.06 00:25:05.442744 [ 289 ] {} <Debug> HTTP-Session: e5f6d178-afb3-4cb0-8736-b8bd64cb9a45 Authenticating user 'default' from [fd00:1122:3344:101::d]:65152 | ||
| 11050 | 2024.11.06 00:25:05.442768 [ 289 ] {} <Debug> HTTP-Session: e5f6d178-afb3-4cb0-8736-b8bd64cb9a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11051 | 2024.11.06 00:25:05.442782 [ 289 ] {} <Debug> HTTP-Session: e5f6d178-afb3-4cb0-8736-b8bd64cb9a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11052 | 2024.11.06 00:25:05.442834 [ 289 ] {} <Trace> HTTP-Session: e5f6d178-afb3-4cb0-8736-b8bd64cb9a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11053 | 2024.11.06 00:25:05.443098 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11054 | 2024.11.06 00:25:05.443169 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11055 | 2024.11.06 00:25:05.443523 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11056 | 2024.11.06 00:25:05.444207 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11057 | 2024.11.06 00:25:05.444253 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11058 | 2024.11.06 00:25:05.444726 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11059 | 2024.11.06 00:25:05.445125 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11060 | 2024.11.06 00:25:05.445307 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002326 sec., 116509.02837489253 rows/sec., 10.35 MiB/sec. | ||
| 11061 | 2024.11.06 00:25:05.445543 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11062 | 2024.11.06 00:25:05.445571 [ 289 ] {b4b379ed-6981-4660-91dc-b736f818190c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11063 | 2024.11.06 00:25:05.445588 [ 289 ] {} <Debug> HTTP-Session: e5f6d178-afb3-4cb0-8736-b8bd64cb9a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11064 | 2024.11.06 00:25:05.445810 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11065 | 2024.11.06 00:25:05.445911 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58386, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11066 | 2024.11.06 00:25:05.446028 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11067 | 2024.11.06 00:25:05.446057 [ 290 ] {} <Debug> HTTP-Session: 5a97efd4-f6c8-4619-84f8-2410f75ba36d Authenticating user 'default' from [fd00:1122:3344:101::d]:58386 | ||
| 11068 | 2024.11.06 00:25:05.446085 [ 290 ] {} <Debug> HTTP-Session: 5a97efd4-f6c8-4619-84f8-2410f75ba36d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11069 | 2024.11.06 00:25:05.446102 [ 290 ] {} <Debug> HTTP-Session: 5a97efd4-f6c8-4619-84f8-2410f75ba36d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11070 | 2024.11.06 00:25:05.446164 [ 290 ] {} <Trace> HTTP-Session: 5a97efd4-f6c8-4619-84f8-2410f75ba36d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11071 | 2024.11.06 00:25:05.446370 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58386) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11072 | 2024.11.06 00:25:05.446440 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11073 | 2024.11.06 00:25:05.446792 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11074 | 2024.11.06 00:25:05.447196 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11075 | 2024.11.06 00:25:05.447244 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11076 | 2024.11.06 00:25:05.447694 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 11077 | 2024.11.06 00:25:05.448097 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11078 | 2024.11.06 00:25:05.448276 [ 99 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 11079 | 2024.11.06 00:25:05.448286 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.00197 sec., 20812.18274111675 rows/sec., 1.53 MiB/sec. | ||
| 11080 | 2024.11.06 00:25:05.448373 [ 99 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11081 | 2024.11.06 00:25:05.448448 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11082 | 2024.11.06 00:25:05.448731 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
| 11083 | 2024.11.06 00:25:05.448810 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11084 | 2024.11.06 00:25:05.448895 [ 290 ] {a882a1a8-47ee-4152-8b17-9353bdd9619c} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11085 | 2024.11.06 00:25:05.449006 [ 290 ] {} <Debug> HTTP-Session: 5a97efd4-f6c8-4619-84f8-2410f75ba36d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11086 | 2024.11.06 00:25:05.449269 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11087 | 2024.11.06 00:25:05.449369 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 59 rows starting from the beginning of the part | ||
| 11088 | 2024.11.06 00:25:05.449436 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58386, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11089 | 2024.11.06 00:25:05.449477 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58965, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11090 | 2024.11.06 00:25:05.449718 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11091 | 2024.11.06 00:25:05.449724 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part | ||
| 11092 | 2024.11.06 00:25:05.449804 [ 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): | ||
| 11093 | |||
| 11094 | (version 23.8.7.1) | ||
| 11095 | 2024.11.06 00:25:05.449849 [ 286 ] {} <Debug> HTTP-Session: b4d7d8d9-5f65-4b74-878c-44078ab94b16 Authenticating user 'default' from [fd00:1122:3344:101::d]:58965 | ||
| 11096 | 2024.11.06 00:25:05.449959 [ 286 ] {} <Debug> HTTP-Session: b4d7d8d9-5f65-4b74-878c-44078ab94b16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11097 | 2024.11.06 00:25:05.450063 [ 286 ] {} <Debug> HTTP-Session: b4d7d8d9-5f65-4b74-878c-44078ab94b16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11098 | 2024.11.06 00:25:05.450143 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 12 rows starting from the beginning of the part | ||
| 11099 | 2024.11.06 00:25:05.450210 [ 286 ] {} <Trace> HTTP-Session: b4d7d8d9-5f65-4b74-878c-44078ab94b16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11100 | 2024.11.06 00:25:05.450512 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part | ||
| 11101 | 2024.11.06 00:25:05.450616 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58965) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11102 | 2024.11.06 00:25:05.450783 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11103 | 2024.11.06 00:25:05.450819 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part | ||
| 11104 | 2024.11.06 00:25:05.451179 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part | ||
| 11105 | 2024.11.06 00:25:05.451856 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11106 | 2024.11.06 00:25:05.452458 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11107 | 2024.11.06 00:25:05.452511 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11108 | 2024.11.06 00:25:05.453084 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.004522605 sec., 43337.85506361931 rows/sec., 3.31 MiB/sec. | ||
| 11109 | 2024.11.06 00:25:05.453140 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11110 | 2024.11.06 00:25:05.453202 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 11111 | 2024.11.06 00:25:05.453741 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11112 | 2024.11.06 00:25:05.453814 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11113 | 2024.11.06 00:25:05.453976 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_40_8} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 11114 | 2024.11.06 00:25:05.453980 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003505 sec., 3994.293865905849 rows/sec., 279.73 KiB/sec. | ||
| 11115 | 2024.11.06 00:25:05.454121 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11116 | 2024.11.06 00:25:05.454290 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11117 | 2024.11.06 00:25:05.454317 [ 286 ] {5d9a1271-2d20-45d8-9276-bbff52d11d9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11118 | 2024.11.06 00:25:05.454333 [ 286 ] {} <Debug> HTTP-Session: b4d7d8d9-5f65-4b74-878c-44078ab94b16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11119 | 2024.11.06 00:25:05.454501 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11120 | 2024.11.06 00:25:05.454595 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39323, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11121 | 2024.11.06 00:25:05.454669 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11122 | 2024.11.06 00:25:05.454692 [ 290 ] {} <Debug> HTTP-Session: 642cc50a-d9f1-4044-b208-cf428e32fe36 Authenticating user 'default' from [fd00:1122:3344:101::d]:39323 | ||
| 11123 | 2024.11.06 00:25:05.454712 [ 290 ] {} <Debug> HTTP-Session: 642cc50a-d9f1-4044-b208-cf428e32fe36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11124 | 2024.11.06 00:25:05.454727 [ 290 ] {} <Debug> HTTP-Session: 642cc50a-d9f1-4044-b208-cf428e32fe36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11125 | 2024.11.06 00:25:05.454773 [ 290 ] {} <Trace> HTTP-Session: 642cc50a-d9f1-4044-b208-cf428e32fe36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11126 | 2024.11.06 00:25:05.454900 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39323) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11127 | 2024.11.06 00:25:05.454954 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11128 | 2024.11.06 00:25:05.455238 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11129 | 2024.11.06 00:25:05.455586 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11130 | 2024.11.06 00:25:05.455629 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11131 | 2024.11.06 00:25:05.456019 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11132 | 2024.11.06 00:25:05.456405 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11133 | 2024.11.06 00:25:05.456564 [ 99 ] {} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11134 | 2024.11.06 00:25:05.456580 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001703 sec., 3523.194362889019 rows/sec., 208.16 KiB/sec. | ||
| 11135 | 2024.11.06 00:25:05.456622 [ 99 ] {} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11136 | 2024.11.06 00:25:05.456694 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11137 | 2024.11.06 00:25:05.456971 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Debug> DynamicQueryHandler: Done processing query | ||
| 11138 | 2024.11.06 00:25:05.456982 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 11139 | 2024.11.06 00:25:05.457021 [ 290 ] {08110eed-1551-49cd-bb1b-6c5450b29166} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11140 | 2024.11.06 00:25:05.457098 [ 290 ] {} <Debug> HTTP-Session: 642cc50a-d9f1-4044-b208-cf428e32fe36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11141 | 2024.11.06 00:25:05.457458 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11142 | 2024.11.06 00:25:05.457499 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 11143 | 2024.11.06 00:25:05.457595 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39323, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11144 | 2024.11.06 00:25:05.457604 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58965, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11145 | 2024.11.06 00:25:05.457798 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 11146 | 2024.11.06 00:25:05.457936 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11147 | 2024.11.06 00:25:05.458081 [ 286 ] {} <Debug> HTTP-Session: 56265362-003c-4ed8-af90-4d29ab09b881 Authenticating user 'default' from [fd00:1122:3344:101::d]:58965 | ||
| 11148 | 2024.11.06 00:25:05.458152 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 11149 | 2024.11.06 00:25:05.458168 [ 286 ] {} <Debug> HTTP-Session: 56265362-003c-4ed8-af90-4d29ab09b881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11150 | 2024.11.06 00:25:05.458216 [ 286 ] {} <Debug> HTTP-Session: 56265362-003c-4ed8-af90-4d29ab09b881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11151 | 2024.11.06 00:25:05.458382 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 11152 | 2024.11.06 00:25:05.458402 [ 286 ] {} <Trace> HTTP-Session: 56265362-003c-4ed8-af90-4d29ab09b881 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11153 | 2024.11.06 00:25:05.458581 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 11154 | 2024.11.06 00:25:05.458942 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58965) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11155 | 2024.11.06 00:25:05.459014 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11156 | 2024.11.06 00:25:05.459944 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11157 | 2024.11.06 00:25:05.461159 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004357799 sec., 6884.209207446236 rows/sec., 436.99 KiB/sec. | ||
| 11158 | 2024.11.06 00:25:05.461348 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11159 | 2024.11.06 00:25:05.461419 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11160 | 2024.11.06 00:25:05.461437 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11161 | 2024.11.06 00:25:05.463181 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11162 | 2024.11.06 00:25:05.463262 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_17_4} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11163 | 2024.11.06 00:25:05.463451 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_17_4} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11164 | 2024.11.06 00:25:05.463683 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11165 | 2024.11.06 00:25:05.463966 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11166 | 2024.11.06 00:25:05.464141 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005444 sec., 77700.22042615723 rows/sec., 5.55 MiB/sec. | ||
| 11167 | 2024.11.06 00:25:05.464340 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11168 | 2024.11.06 00:25:05.464365 [ 286 ] {10e7fac7-2154-4a86-8b0f-06b190d615f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 11169 | 2024.11.06 00:25:05.464383 [ 286 ] {} <Debug> HTTP-Session: 56265362-003c-4ed8-af90-4d29ab09b881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11170 | 2024.11.06 00:25:05.464553 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11171 | 2024.11.06 00:25:05.464635 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53799, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11172 | 2024.11.06 00:25:05.464709 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11173 | 2024.11.06 00:25:05.464735 [ 290 ] {} <Debug> HTTP-Session: e5869865-60f0-4bab-9351-0b91891e1469 Authenticating user 'default' from [fd00:1122:3344:101::d]:53799 | ||
| 11174 | 2024.11.06 00:25:05.464758 [ 290 ] {} <Debug> HTTP-Session: e5869865-60f0-4bab-9351-0b91891e1469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11175 | 2024.11.06 00:25:05.464775 [ 290 ] {} <Debug> HTTP-Session: e5869865-60f0-4bab-9351-0b91891e1469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11176 | 2024.11.06 00:25:05.464824 [ 290 ] {} <Trace> HTTP-Session: e5869865-60f0-4bab-9351-0b91891e1469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11177 | 2024.11.06 00:25:05.464969 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53799) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11178 | 2024.11.06 00:25:05.465032 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11179 | 2024.11.06 00:25:05.465228 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11180 | 2024.11.06 00:25:05.465529 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11181 | 2024.11.06 00:25:05.465569 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11182 | 2024.11.06 00:25:05.465957 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11183 | 2024.11.06 00:25:05.466305 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11184 | 2024.11.06 00:25:05.466480 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec. | ||
| 11185 | 2024.11.06 00:25:05.466660 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Debug> DynamicQueryHandler: Done processing query | ||
| 11186 | 2024.11.06 00:25:05.466686 [ 290 ] {88ce2101-c0f4-4e6e-8ac4-b3079a810749} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11187 | 2024.11.06 00:25:05.466702 [ 290 ] {} <Debug> HTTP-Session: e5869865-60f0-4bab-9351-0b91891e1469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11188 | 2024.11.06 00:25:05.466932 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11189 | 2024.11.06 00:25:05.466934 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58965, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11190 | 2024.11.06 00:25:05.467041 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11191 | 2024.11.06 00:25:05.467065 [ 286 ] {} <Debug> HTTP-Session: 9e45f67c-51be-4ae5-8e83-aa3900409ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58965 | ||
| 11192 | 2024.11.06 00:25:05.467086 [ 286 ] {} <Debug> HTTP-Session: 9e45f67c-51be-4ae5-8e83-aa3900409ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11193 | 2024.11.06 00:25:05.467117 [ 286 ] {} <Debug> HTTP-Session: 9e45f67c-51be-4ae5-8e83-aa3900409ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11194 | 2024.11.06 00:25:05.467168 [ 286 ] {} <Trace> HTTP-Session: 9e45f67c-51be-4ae5-8e83-aa3900409ca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11195 | 2024.11.06 00:25:05.467421 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58965) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11196 | 2024.11.06 00:25:05.467474 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11197 | 2024.11.06 00:25:05.467659 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11198 | 2024.11.06 00:25:05.468148 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11199 | 2024.11.06 00:25:05.468184 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11200 | 2024.11.06 00:25:05.468586 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11201 | 2024.11.06 00:25:05.468943 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11202 | 2024.11.06 00:25:05.469118 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001821 sec., 130148.27018121912 rows/sec., 8.72 MiB/sec. | ||
| 11203 | 2024.11.06 00:25:05.469301 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Debug> DynamicQueryHandler: Done processing query | ||
| 11204 | 2024.11.06 00:25:05.469324 [ 286 ] {931be235-0568-4586-af03-a84e3c5cc974} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11205 | 2024.11.06 00:25:05.469341 [ 286 ] {} <Debug> HTTP-Session: 9e45f67c-51be-4ae5-8e83-aa3900409ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11206 | 2024.11.06 00:25:05.469494 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11207 | 2024.11.06 00:25:05.469583 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33207, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11208 | 2024.11.06 00:25:05.469693 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11209 | 2024.11.06 00:25:05.469731 [ 290 ] {} <Debug> HTTP-Session: 90f754a9-1a7d-4940-80e7-9ad4c8c92e9e Authenticating user 'default' from [fd00:1122:3344:101::d]:33207 | ||
| 11210 | 2024.11.06 00:25:05.469760 [ 290 ] {} <Debug> HTTP-Session: 90f754a9-1a7d-4940-80e7-9ad4c8c92e9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11211 | 2024.11.06 00:25:05.469783 [ 290 ] {} <Debug> HTTP-Session: 90f754a9-1a7d-4940-80e7-9ad4c8c92e9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11212 | 2024.11.06 00:25:05.469839 [ 290 ] {} <Trace> HTTP-Session: 90f754a9-1a7d-4940-80e7-9ad4c8c92e9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11213 | 2024.11.06 00:25:05.470005 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33207) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11214 | 2024.11.06 00:25:05.470077 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11215 | 2024.11.06 00:25:05.470325 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11216 | 2024.11.06 00:25:05.470683 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11217 | 2024.11.06 00:25:05.470732 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11218 | 2024.11.06 00:25:05.471270 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11219 | 2024.11.06 00:25:05.471816 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11220 | 2024.11.06 00:25:05.471993 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002024 sec., 494.07114624505925 rows/sec., 33.29 KiB/sec. | ||
| 11221 | 2024.11.06 00:25:05.472370 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Debug> DynamicQueryHandler: Done processing query | ||
| 11222 | 2024.11.06 00:25:05.472407 [ 290 ] {23fa5dcf-2add-47b4-8824-d9d096093a89} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11223 | 2024.11.06 00:25:05.472436 [ 290 ] {} <Debug> HTTP-Session: 90f754a9-1a7d-4940-80e7-9ad4c8c92e9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11224 | 2024.11.06 00:25:05.472677 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33207, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11225 | 2024.11.06 00:25:05.472759 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58147, User-Agent: (none), Length: 68825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11226 | 2024.11.06 00:25:05.472849 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11227 | 2024.11.06 00:25:05.472884 [ 286 ] {} <Debug> HTTP-Session: 6f94d2f4-f38d-40ee-bebf-d8b04ad716da Authenticating user 'default' from [fd00:1122:3344:101::d]:58147 | ||
| 11228 | 2024.11.06 00:25:05.472910 [ 286 ] {} <Debug> HTTP-Session: 6f94d2f4-f38d-40ee-bebf-d8b04ad716da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11229 | 2024.11.06 00:25:05.472932 [ 286 ] {} <Debug> HTTP-Session: 6f94d2f4-f38d-40ee-bebf-d8b04ad716da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11230 | 2024.11.06 00:25:05.472977 [ 286 ] {} <Trace> HTTP-Session: 6f94d2f4-f38d-40ee-bebf-d8b04ad716da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11231 | 2024.11.06 00:25:05.473476 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58147) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11232 | 2024.11.06 00:25:05.473561 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <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 | ||
| 11233 | 2024.11.06 00:25:05.474058 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11234 | 2024.11.06 00:25:05.474852 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11235 | 2024.11.06 00:25:05.474888 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11236 | 2024.11.06 00:25:05.475579 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11237 | 2024.11.06 00:25:05.476015 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11238 | 2024.11.06 00:25:05.476206 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003084 sec., 13294.422827496757 rows/sec., 23.82 MiB/sec. | ||
| 11239 | 2024.11.06 00:25:05.476569 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <Debug> DynamicQueryHandler: Done processing query | ||
| 11240 | 2024.11.06 00:25:05.476594 [ 286 ] {c46e0d8d-9784-4c22-86db-707eff368562} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 11241 | 2024.11.06 00:25:05.476611 [ 286 ] {} <Debug> HTTP-Session: 6f94d2f4-f38d-40ee-bebf-d8b04ad716da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11242 | 2024.11.06 00:25:05.476783 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58147, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11243 | 2024.11.06 00:25:05.476844 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42750, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11244 | 2024.11.06 00:25:05.476935 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11245 | 2024.11.06 00:25:05.476962 [ 290 ] {} <Debug> HTTP-Session: dbd3ec7c-a972-4a9f-9f77-453edb6f41e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42750 | ||
| 11246 | 2024.11.06 00:25:05.476980 [ 290 ] {} <Debug> HTTP-Session: dbd3ec7c-a972-4a9f-9f77-453edb6f41e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11247 | 2024.11.06 00:25:05.476994 [ 290 ] {} <Debug> HTTP-Session: dbd3ec7c-a972-4a9f-9f77-453edb6f41e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11248 | 2024.11.06 00:25:05.477034 [ 290 ] {} <Trace> HTTP-Session: dbd3ec7c-a972-4a9f-9f77-453edb6f41e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11249 | 2024.11.06 00:25:05.477183 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42750) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11250 | 2024.11.06 00:25:05.477234 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11251 | 2024.11.06 00:25:05.477404 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11252 | 2024.11.06 00:25:05.477734 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11253 | 2024.11.06 00:25:05.477770 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
| 11254 | 2024.11.06 00:25:05.478154 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 11255 | 2024.11.06 00:25:05.478498 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11256 | 2024.11.06 00:25:05.478624 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001498 sec., 54739.65287049399 rows/sec., 3.48 MiB/sec. | ||
| 11257 | 2024.11.06 00:25:05.478790 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Debug> DynamicQueryHandler: Done processing query | ||
| 11258 | 2024.11.06 00:25:05.478815 [ 290 ] {41e7e42f-6a66-4d69-8924-6c5e2562f6da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11259 | 2024.11.06 00:25:05.478832 [ 290 ] {} <Debug> HTTP-Session: dbd3ec7c-a972-4a9f-9f77-453edb6f41e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11260 | 2024.11.06 00:25:05.479250 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11261 | 2024.11.06 00:25:06.001280 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 173.12 MiB, peak 181.18 MiB, free memory in arenas 0.00 B, will set to 172.11 MiB (RSS), difference: -1.01 MiB | ||
| 11262 | 2024.11.06 00:25:07.715629 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49357, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11263 | 2024.11.06 00:25:07.876997 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37997, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11264 | 2024.11.06 00:25:07.919314 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61538, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11265 | 2024.11.06 00:25:07.974697 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61966, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11266 | 2024.11.06 00:25:08.032063 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45798, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11267 | 2024.11.06 00:25:08.042430 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34457, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11268 | 2024.11.06 00:25:08.043776 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11269 | 2024.11.06 00:25:08.061002 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45898, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11270 | 2024.11.06 00:25:10.434435 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39314, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11271 | 2024.11.06 00:25:10.434552 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11272 | 2024.11.06 00:25:10.434578 [ 290 ] {} <Debug> HTTP-Session: 95253dc4-6c7f-4bec-b6a6-32db74a67754 Authenticating user 'default' from [fd00:1122:3344:101::d]:39314 | ||
| 11273 | 2024.11.06 00:25:10.434602 [ 290 ] {} <Debug> HTTP-Session: 95253dc4-6c7f-4bec-b6a6-32db74a67754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11274 | 2024.11.06 00:25:10.434617 [ 290 ] {} <Debug> HTTP-Session: 95253dc4-6c7f-4bec-b6a6-32db74a67754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11275 | 2024.11.06 00:25:10.434669 [ 290 ] {} <Trace> HTTP-Session: 95253dc4-6c7f-4bec-b6a6-32db74a67754 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11276 | 2024.11.06 00:25:10.434858 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39314) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11277 | 2024.11.06 00:25:10.434928 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11278 | 2024.11.06 00:25:10.435271 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11279 | 2024.11.06 00:25:10.435685 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11280 | 2024.11.06 00:25:10.435741 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11281 | 2024.11.06 00:25:10.436320 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 11282 | 2024.11.06 00:25:10.436933 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11283 | 2024.11.06 00:25:10.437146 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002338 sec., 855.4319931565441 rows/sec., 69.75 KiB/sec. | ||
| 11284 | 2024.11.06 00:25:10.437618 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11285 | 2024.11.06 00:25:10.437656 [ 290 ] {77b36c0f-ffce-4f94-8d0a-2f12d384680d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11286 | 2024.11.06 00:25:10.437680 [ 290 ] {} <Debug> HTTP-Session: 95253dc4-6c7f-4bec-b6a6-32db74a67754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11287 | 2024.11.06 00:25:10.437938 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11288 | 2024.11.06 00:25:10.438030 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37693, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11289 | 2024.11.06 00:25:10.438186 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11290 | 2024.11.06 00:25:10.438224 [ 286 ] {} <Debug> HTTP-Session: a200db03-f54c-4d49-ba48-b363ec13762b Authenticating user 'default' from [fd00:1122:3344:101::d]:37693 | ||
| 11291 | 2024.11.06 00:25:10.438252 [ 286 ] {} <Debug> HTTP-Session: a200db03-f54c-4d49-ba48-b363ec13762b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11292 | 2024.11.06 00:25:10.438268 [ 286 ] {} <Debug> HTTP-Session: a200db03-f54c-4d49-ba48-b363ec13762b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11293 | 2024.11.06 00:25:10.438340 [ 286 ] {} <Trace> HTTP-Session: a200db03-f54c-4d49-ba48-b363ec13762b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11294 | 2024.11.06 00:25:10.438545 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37693) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11295 | 2024.11.06 00:25:10.438613 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11296 | 2024.11.06 00:25:10.438971 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11297 | 2024.11.06 00:25:10.439408 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11298 | 2024.11.06 00:25:10.439452 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11299 | 2024.11.06 00:25:10.439897 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11300 | 2024.11.06 00:25:10.440295 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11301 | 2024.11.06 00:25:10.440478 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001995 sec., 28571.428571428572 rows/sec., 2.18 MiB/sec. | ||
| 11302 | 2024.11.06 00:25:10.440687 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Debug> DynamicQueryHandler: Done processing query | ||
| 11303 | 2024.11.06 00:25:10.440715 [ 286 ] {946917e2-d5bc-4f52-a514-edb062dc5377} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11304 | 2024.11.06 00:25:10.440733 [ 286 ] {} <Debug> HTTP-Session: a200db03-f54c-4d49-ba48-b363ec13762b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11305 | 2024.11.06 00:25:10.440905 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11306 | 2024.11.06 00:25:10.441011 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40832, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11307 | 2024.11.06 00:25:10.441105 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11308 | 2024.11.06 00:25:10.441138 [ 290 ] {} <Debug> HTTP-Session: 54b141d0-c333-4a36-a29d-da8f28b22b9b Authenticating user 'default' from [fd00:1122:3344:101::d]:40832 | ||
| 11309 | 2024.11.06 00:25:10.441166 [ 290 ] {} <Debug> HTTP-Session: 54b141d0-c333-4a36-a29d-da8f28b22b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11310 | 2024.11.06 00:25:10.441189 [ 290 ] {} <Debug> HTTP-Session: 54b141d0-c333-4a36-a29d-da8f28b22b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11311 | 2024.11.06 00:25:10.441249 [ 290 ] {} <Trace> HTTP-Session: 54b141d0-c333-4a36-a29d-da8f28b22b9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11312 | 2024.11.06 00:25:10.441406 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40832) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11313 | 2024.11.06 00:25:10.441476 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11314 | 2024.11.06 00:25:10.441869 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11315 | 2024.11.06 00:25:10.442275 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11316 | 2024.11.06 00:25:10.442323 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11317 | 2024.11.06 00:25:10.442841 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 11318 | 2024.11.06 00:25:10.443425 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11319 | 2024.11.06 00:25:10.443605 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.002243 sec., 891.6629514043691 rows/sec., 62.26 KiB/sec. | ||
| 11320 | 2024.11.06 00:25:10.443804 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Debug> DynamicQueryHandler: Done processing query | ||
| 11321 | 2024.11.06 00:25:10.443835 [ 290 ] {1a7bdc00-7504-4043-af62-b6f1a52dc310} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11322 | 2024.11.06 00:25:10.443855 [ 290 ] {} <Debug> HTTP-Session: 54b141d0-c333-4a36-a29d-da8f28b22b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11323 | 2024.11.06 00:25:10.444019 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11324 | 2024.11.06 00:25:10.444107 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59089, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11325 | 2024.11.06 00:25:10.444189 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11326 | 2024.11.06 00:25:10.444215 [ 286 ] {} <Debug> HTTP-Session: 2e2799f6-672f-4bd1-aba0-1f9773964cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:59089 | ||
| 11327 | 2024.11.06 00:25:10.444239 [ 286 ] {} <Debug> HTTP-Session: 2e2799f6-672f-4bd1-aba0-1f9773964cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11328 | 2024.11.06 00:25:10.444256 [ 286 ] {} <Debug> HTTP-Session: 2e2799f6-672f-4bd1-aba0-1f9773964cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11329 | 2024.11.06 00:25:10.444306 [ 286 ] {} <Trace> HTTP-Session: 2e2799f6-672f-4bd1-aba0-1f9773964cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11330 | 2024.11.06 00:25:10.444467 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59089) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11331 | 2024.11.06 00:25:10.444518 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11332 | 2024.11.06 00:25:10.444794 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11333 | 2024.11.06 00:25:10.445167 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11334 | 2024.11.06 00:25:10.445205 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11335 | 2024.11.06 00:25:10.445578 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11336 | 2024.11.06 00:25:10.445949 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11337 | 2024.11.06 00:25:10.446111 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001685 sec., 39169.13946587537 rows/sec., 3.06 MiB/sec. | ||
| 11338 | 2024.11.06 00:25:10.446291 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11339 | 2024.11.06 00:25:10.446317 [ 286 ] {99a7dae3-8ab9-4386-847d-8f526041833c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11340 | 2024.11.06 00:25:10.446333 [ 286 ] {} <Debug> HTTP-Session: 2e2799f6-672f-4bd1-aba0-1f9773964cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11341 | 2024.11.06 00:25:10.446516 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11342 | 2024.11.06 00:25:10.446592 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34716, User-Agent: (none), Length: 24720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11343 | 2024.11.06 00:25:10.446647 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11344 | 2024.11.06 00:25:10.446667 [ 289 ] {} <Debug> HTTP-Session: e08985a1-f191-4dd6-bd95-cc8796a135b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:34716 | ||
| 11345 | 2024.11.06 00:25:10.446684 [ 289 ] {} <Debug> HTTP-Session: e08985a1-f191-4dd6-bd95-cc8796a135b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11346 | 2024.11.06 00:25:10.446697 [ 289 ] {} <Debug> HTTP-Session: e08985a1-f191-4dd6-bd95-cc8796a135b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11347 | 2024.11.06 00:25:10.446728 [ 289 ] {} <Trace> HTTP-Session: e08985a1-f191-4dd6-bd95-cc8796a135b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11348 | 2024.11.06 00:25:10.446877 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34716) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11349 | 2024.11.06 00:25:10.446927 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11350 | 2024.11.06 00:25:10.447073 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11351 | 2024.11.06 00:25:10.447452 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11352 | 2024.11.06 00:25:10.447488 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11353 | 2024.11.06 00:25:10.447875 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11354 | 2024.11.06 00:25:10.448220 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11355 | 2024.11.06 00:25:10.448381 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001559 sec., 82745.34958306607 rows/sec., 5.76 MiB/sec. | ||
| 11356 | 2024.11.06 00:25:10.448643 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11357 | 2024.11.06 00:25:10.448707 [ 289 ] {e194e333-7f9a-4a80-8f52-f5dfb19de8fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11358 | 2024.11.06 00:25:10.448761 [ 289 ] {} <Debug> HTTP-Session: e08985a1-f191-4dd6-bd95-cc8796a135b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11359 | 2024.11.06 00:25:10.448957 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34716, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11360 | 2024.11.06 00:25:10.448958 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59089, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11361 | 2024.11.06 00:25:10.449070 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11362 | 2024.11.06 00:25:10.449103 [ 286 ] {} <Debug> HTTP-Session: 37008348-6fb1-44e6-900b-183f8f10149f Authenticating user 'default' from [fd00:1122:3344:101::d]:59089 | ||
| 11363 | 2024.11.06 00:25:10.449129 [ 286 ] {} <Debug> HTTP-Session: 37008348-6fb1-44e6-900b-183f8f10149f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11364 | 2024.11.06 00:25:10.449151 [ 286 ] {} <Debug> HTTP-Session: 37008348-6fb1-44e6-900b-183f8f10149f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11365 | 2024.11.06 00:25:10.449187 [ 286 ] {} <Trace> HTTP-Session: 37008348-6fb1-44e6-900b-183f8f10149f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11366 | 2024.11.06 00:25:10.449314 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59089) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11367 | 2024.11.06 00:25:10.449388 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11368 | 2024.11.06 00:25:10.449534 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11369 | 2024.11.06 00:25:10.449838 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11370 | 2024.11.06 00:25:10.449874 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11371 | 2024.11.06 00:25:10.450233 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 11372 | 2024.11.06 00:25:10.450569 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11373 | 2024.11.06 00:25:10.450719 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001448 sec., 33149.17127071823 rows/sec., 2.23 MiB/sec. | ||
| 11374 | 2024.11.06 00:25:10.450887 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Debug> DynamicQueryHandler: Done processing query | ||
| 11375 | 2024.11.06 00:25:10.450913 [ 286 ] {35aab074-64ff-489f-83a4-fe2d3bb5dafe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11376 | 2024.11.06 00:25:10.450928 [ 286 ] {} <Debug> HTTP-Session: 37008348-6fb1-44e6-900b-183f8f10149f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11377 | 2024.11.06 00:25:10.451180 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11378 | 2024.11.06 00:25:11.739290 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11379 | 2024.11.06 00:25:11.739348 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11380 | 2024.11.06 00:25:12.002424 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001049101 sec. | ||
| 11381 | 2024.11.06 00:25:12.094614 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1034 | ||
| 11382 | 2024.11.06 00:25:12.097599 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11383 | 2024.11.06 00:25:12.097648 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11384 | 2024.11.06 00:25:12.099165 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11385 | 2024.11.06 00:25:12.100170 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11386 | 2024.11.06 00:25:12.101064 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1034 | ||
| 11387 | 2024.11.06 00:25:15.435392 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47739, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11388 | 2024.11.06 00:25:15.435597 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11389 | 2024.11.06 00:25:15.435646 [ 286 ] {} <Debug> HTTP-Session: 286738ec-f500-4564-bdd3-efb5df1e3d30 Authenticating user 'default' from [fd00:1122:3344:101::d]:47739 | ||
| 11390 | 2024.11.06 00:25:15.435690 [ 286 ] {} <Debug> HTTP-Session: 286738ec-f500-4564-bdd3-efb5df1e3d30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11391 | 2024.11.06 00:25:15.435720 [ 286 ] {} <Debug> HTTP-Session: 286738ec-f500-4564-bdd3-efb5df1e3d30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11392 | 2024.11.06 00:25:15.435803 [ 286 ] {} <Trace> HTTP-Session: 286738ec-f500-4564-bdd3-efb5df1e3d30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11393 | 2024.11.06 00:25:15.436125 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47739) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11394 | 2024.11.06 00:25:15.436240 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11395 | 2024.11.06 00:25:15.436729 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11396 | 2024.11.06 00:25:15.437358 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11397 | 2024.11.06 00:25:15.437406 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11398 | 2024.11.06 00:25:15.437861 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11399 | 2024.11.06 00:25:15.438272 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11400 | 2024.11.06 00:25:15.438446 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002433 sec., 23016.851623510072 rows/sec., 1.76 MiB/sec. | ||
| 11401 | 2024.11.06 00:25:15.438785 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 11402 | 2024.11.06 00:25:15.438845 [ 286 ] {917ceb2e-af4b-4995-9c1e-8b2bc26606f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11403 | 2024.11.06 00:25:15.438887 [ 286 ] {} <Debug> HTTP-Session: 286738ec-f500-4564-bdd3-efb5df1e3d30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11404 | 2024.11.06 00:25:15.439152 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11405 | 2024.11.06 00:25:15.439264 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60456, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11406 | 2024.11.06 00:25:15.439365 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11407 | 2024.11.06 00:25:15.439395 [ 289 ] {} <Debug> HTTP-Session: 32813699-a7ba-4db3-9b51-a441764a41f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60456 | ||
| 11408 | 2024.11.06 00:25:15.439417 [ 289 ] {} <Debug> HTTP-Session: 32813699-a7ba-4db3-9b51-a441764a41f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11409 | 2024.11.06 00:25:15.439435 [ 289 ] {} <Debug> HTTP-Session: 32813699-a7ba-4db3-9b51-a441764a41f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11410 | 2024.11.06 00:25:15.439481 [ 289 ] {} <Trace> HTTP-Session: 32813699-a7ba-4db3-9b51-a441764a41f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11411 | 2024.11.06 00:25:15.439635 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60456) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11412 | 2024.11.06 00:25:15.439687 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11413 | 2024.11.06 00:25:15.439950 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11414 | 2024.11.06 00:25:15.440353 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11415 | 2024.11.06 00:25:15.440392 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11416 | 2024.11.06 00:25:15.440765 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11417 | 2024.11.06 00:25:15.441148 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11418 | 2024.11.06 00:25:15.441312 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001724 sec., 37122.96983758701 rows/sec., 2.90 MiB/sec. | ||
| 11419 | 2024.11.06 00:25:15.441496 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Debug> DynamicQueryHandler: Done processing query | ||
| 11420 | 2024.11.06 00:25:15.441521 [ 289 ] {811f0781-9826-4c25-bffe-32ef50a57708} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11421 | 2024.11.06 00:25:15.441539 [ 289 ] {} <Debug> HTTP-Session: 32813699-a7ba-4db3-9b51-a441764a41f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11422 | 2024.11.06 00:25:15.441753 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47739, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11423 | 2024.11.06 00:25:15.441759 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11424 | 2024.11.06 00:25:15.441842 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11425 | 2024.11.06 00:25:15.441872 [ 286 ] {} <Debug> HTTP-Session: 4d06d718-c0f8-4ce3-a7e4-4b2927747129 Authenticating user 'default' from [fd00:1122:3344:101::d]:47739 | ||
| 11426 | 2024.11.06 00:25:15.441889 [ 286 ] {} <Debug> HTTP-Session: 4d06d718-c0f8-4ce3-a7e4-4b2927747129 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11427 | 2024.11.06 00:25:15.441902 [ 286 ] {} <Debug> HTTP-Session: 4d06d718-c0f8-4ce3-a7e4-4b2927747129 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11428 | 2024.11.06 00:25:15.441936 [ 286 ] {} <Trace> HTTP-Session: 4d06d718-c0f8-4ce3-a7e4-4b2927747129 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11429 | 2024.11.06 00:25:15.442100 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47739) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11430 | 2024.11.06 00:25:15.442151 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11431 | 2024.11.06 00:25:15.442303 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11432 | 2024.11.06 00:25:15.442738 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11433 | 2024.11.06 00:25:15.442775 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11434 | 2024.11.06 00:25:15.443171 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11435 | 2024.11.06 00:25:15.443526 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11436 | 2024.11.06 00:25:15.443689 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001657 sec., 96560.04828002413 rows/sec., 6.73 MiB/sec. | ||
| 11437 | 2024.11.06 00:25:15.443875 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Debug> DynamicQueryHandler: Done processing query | ||
| 11438 | 2024.11.06 00:25:15.443899 [ 286 ] {5e5beedc-626e-4d77-86b5-0cf66ff14a26} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11439 | 2024.11.06 00:25:15.443915 [ 286 ] {} <Debug> HTTP-Session: 4d06d718-c0f8-4ce3-a7e4-4b2927747129 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11440 | 2024.11.06 00:25:15.444062 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47739, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11441 | 2024.11.06 00:25:15.444062 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60456, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11442 | 2024.11.06 00:25:15.444134 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11443 | 2024.11.06 00:25:15.444165 [ 289 ] {} <Debug> HTTP-Session: e90da473-5f4d-4b4c-ba94-0c908e59ae18 Authenticating user 'default' from [fd00:1122:3344:101::d]:60456 | ||
| 11444 | 2024.11.06 00:25:15.444183 [ 289 ] {} <Debug> HTTP-Session: e90da473-5f4d-4b4c-ba94-0c908e59ae18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11445 | 2024.11.06 00:25:15.444206 [ 289 ] {} <Debug> HTTP-Session: e90da473-5f4d-4b4c-ba94-0c908e59ae18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11446 | 2024.11.06 00:25:15.444249 [ 289 ] {} <Trace> HTTP-Session: e90da473-5f4d-4b4c-ba94-0c908e59ae18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11447 | 2024.11.06 00:25:15.444387 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60456) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11448 | 2024.11.06 00:25:15.444433 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11449 | 2024.11.06 00:25:15.444562 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11450 | 2024.11.06 00:25:15.444882 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11451 | 2024.11.06 00:25:15.444919 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11452 | 2024.11.06 00:25:15.445283 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 11453 | 2024.11.06 00:25:15.445604 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11454 | 2024.11.06 00:25:15.445753 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001418 sec., 42313.11706629055 rows/sec., 2.85 MiB/sec. | ||
| 11455 | 2024.11.06 00:25:15.445949 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 11456 | 2024.11.06 00:25:15.445988 [ 289 ] {fa92daa7-2d44-43a0-8155-897af97247bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11457 | 2024.11.06 00:25:15.446020 [ 289 ] {} <Debug> HTTP-Session: e90da473-5f4d-4b4c-ba94-0c908e59ae18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11458 | 2024.11.06 00:25:15.446258 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60456, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11459 | 2024.11.06 00:25:16.162983 [ 92 ] {} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11460 | 2024.11.06 00:25:16.163053 [ 92 ] {} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11461 | 2024.11.06 00:25:16.163079 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11462 | 2024.11.06 00:25:16.163294 [ 189 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 11463 | 2024.11.06 00:25:16.163544 [ 189 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11464 | 2024.11.06 00:25:16.163584 [ 189 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 11465 | 2024.11.06 00:25:16.163660 [ 189 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 11466 | 2024.11.06 00:25:16.163876 [ 189 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 11467 | 2024.11.06 00:25:16.164078 [ 189 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 11468 | 2024.11.06 00:25:16.164213 [ 189 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 11469 | 2024.11.06 00:25:16.165321 [ 194 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.002161335 sec., 47193.0542928329 rows/sec., 2.41 MiB/sec. | ||
| 11470 | 2024.11.06 00:25:16.165526 [ 194 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11471 | 2024.11.06 00:25:16.165981 [ 194 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_17_4} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11472 | 2024.11.06 00:25:16.166076 [ 194 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_17_4} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11473 | 2024.11.06 00:25:16.166180 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11474 | 2024.11.06 00:25:17.173424 [ 91 ] {} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11475 | 2024.11.06 00:25:17.173491 [ 91 ] {} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11476 | 2024.11.06 00:25:17.173513 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11477 | 2024.11.06 00:25:17.173707 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 11478 | 2024.11.06 00:25:17.173966 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11479 | 2024.11.06 00:25:17.174011 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 11480 | 2024.11.06 00:25:17.174100 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 11481 | 2024.11.06 00:25:17.174286 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 11482 | 2024.11.06 00:25:17.174545 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 11483 | 2024.11.06 00:25:17.174693 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 11484 | 2024.11.06 00:25:17.175807 [ 188 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.002212956 sec., 7682.0325392823 rows/sec., 517.64 KiB/sec. | ||
| 11485 | 2024.11.06 00:25:17.175958 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11486 | 2024.11.06 00:25:17.176352 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11487 | 2024.11.06 00:25:17.176440 [ 193 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_17_4} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11488 | 2024.11.06 00:25:17.176524 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11489 | 2024.11.06 00:25:19.762297 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11490 | 2024.11.06 00:25:19.985778 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11491 | 2024.11.06 00:25:20.086030 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57414, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11492 | 2024.11.06 00:25:20.303885 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:52971, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11493 | 2024.11.06 00:25:20.315286 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60968, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11494 | 2024.11.06 00:25:20.355674 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11495 | 2024.11.06 00:25:20.390040 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39632, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11496 | 2024.11.06 00:25:20.411066 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49428, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11497 | 2024.11.06 00:25:20.442301 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47873, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11498 | 2024.11.06 00:25:20.442388 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11499 | 2024.11.06 00:25:20.442415 [ 286 ] {} <Debug> HTTP-Session: 1e1acb2a-d071-4b12-85c1-ff2e33379bfa Authenticating user 'default' from [fd00:1122:3344:101::d]:47873 | ||
| 11500 | 2024.11.06 00:25:20.442441 [ 286 ] {} <Debug> HTTP-Session: 1e1acb2a-d071-4b12-85c1-ff2e33379bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11501 | 2024.11.06 00:25:20.442459 [ 286 ] {} <Debug> HTTP-Session: 1e1acb2a-d071-4b12-85c1-ff2e33379bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11502 | 2024.11.06 00:25:20.442513 [ 286 ] {} <Trace> HTTP-Session: 1e1acb2a-d071-4b12-85c1-ff2e33379bfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11503 | 2024.11.06 00:25:20.442789 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47873) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11504 | 2024.11.06 00:25:20.442857 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11505 | 2024.11.06 00:25:20.443200 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11506 | 2024.11.06 00:25:20.443875 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11507 | 2024.11.06 00:25:20.443916 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11508 | 2024.11.06 00:25:20.444358 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11509 | 2024.11.06 00:25:20.444737 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11510 | 2024.11.06 00:25:20.444927 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.00225 sec., 120444.44444444445 rows/sec., 10.70 MiB/sec. | ||
| 11511 | 2024.11.06 00:25:20.445148 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11512 | 2024.11.06 00:25:20.445174 [ 286 ] {37ef5782-ba66-4b45-bea2-08e68b8ac2a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11513 | 2024.11.06 00:25:20.445190 [ 286 ] {} <Debug> HTTP-Session: 1e1acb2a-d071-4b12-85c1-ff2e33379bfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11514 | 2024.11.06 00:25:20.445435 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11515 | 2024.11.06 00:25:20.445598 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42302, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11516 | 2024.11.06 00:25:20.445712 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11517 | 2024.11.06 00:25:20.445740 [ 287 ] {} <Debug> HTTP-Session: 835ca152-a9c9-49ee-ace2-c610b54a25ca Authenticating user 'default' from [fd00:1122:3344:101::d]:42302 | ||
| 11518 | 2024.11.06 00:25:20.445768 [ 287 ] {} <Debug> HTTP-Session: 835ca152-a9c9-49ee-ace2-c610b54a25ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11519 | 2024.11.06 00:25:20.445785 [ 287 ] {} <Debug> HTTP-Session: 835ca152-a9c9-49ee-ace2-c610b54a25ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11520 | 2024.11.06 00:25:20.445848 [ 287 ] {} <Trace> HTTP-Session: 835ca152-a9c9-49ee-ace2-c610b54a25ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11521 | 2024.11.06 00:25:20.446061 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42302) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11522 | 2024.11.06 00:25:20.446135 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11523 | 2024.11.06 00:25:20.446528 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11524 | 2024.11.06 00:25:20.446952 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11525 | 2024.11.06 00:25:20.446999 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11526 | 2024.11.06 00:25:20.447424 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11527 | 2024.11.06 00:25:20.447824 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11528 | 2024.11.06 00:25:20.448002 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002017 sec., 20327.21864154685 rows/sec., 1.49 MiB/sec. | ||
| 11529 | 2024.11.06 00:25:20.448209 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Debug> DynamicQueryHandler: Done processing query | ||
| 11530 | 2024.11.06 00:25:20.448238 [ 287 ] {98567d03-46d7-44ea-8d59-2b8926682f40} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11531 | 2024.11.06 00:25:20.448254 [ 287 ] {} <Debug> HTTP-Session: 835ca152-a9c9-49ee-ace2-c610b54a25ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11532 | 2024.11.06 00:25:20.448437 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42302, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11533 | 2024.11.06 00:25:20.448456 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47873, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11534 | 2024.11.06 00:25:20.448556 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11535 | 2024.11.06 00:25:20.448585 [ 286 ] {} <Debug> HTTP-Session: 1448dcd3-d0b9-4a5a-8645-3a315b135050 Authenticating user 'default' from [fd00:1122:3344:101::d]:47873 | ||
| 11536 | 2024.11.06 00:25:20.448611 [ 286 ] {} <Debug> HTTP-Session: 1448dcd3-d0b9-4a5a-8645-3a315b135050 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11537 | 2024.11.06 00:25:20.448636 [ 286 ] {} <Debug> HTTP-Session: 1448dcd3-d0b9-4a5a-8645-3a315b135050 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11538 | 2024.11.06 00:25:20.448685 [ 286 ] {} <Trace> HTTP-Session: 1448dcd3-d0b9-4a5a-8645-3a315b135050 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11539 | 2024.11.06 00:25:20.448828 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47873) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11540 | 2024.11.06 00:25:20.448888 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11541 | 2024.11.06 00:25:20.449207 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11542 | 2024.11.06 00:25:20.449587 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11543 | 2024.11.06 00:25:20.449631 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11544 | 2024.11.06 00:25:20.450009 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11545 | 2024.11.06 00:25:20.450390 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11546 | 2024.11.06 00:25:20.450552 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00177 sec., 7909.604519774011 rows/sec., 553.94 KiB/sec. | ||
| 11547 | 2024.11.06 00:25:20.450789 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11548 | 2024.11.06 00:25:20.450813 [ 286 ] {3e86ee36-cd1e-40b1-8d9c-77dd983762b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11549 | 2024.11.06 00:25:20.450829 [ 286 ] {} <Debug> HTTP-Session: 1448dcd3-d0b9-4a5a-8645-3a315b135050 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11550 | 2024.11.06 00:25:20.451047 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11551 | 2024.11.06 00:25:20.451109 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45768, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11552 | 2024.11.06 00:25:20.451193 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11553 | 2024.11.06 00:25:20.451232 [ 287 ] {} <Debug> HTTP-Session: 53e26f9b-bd37-4be4-b049-4af079360792 Authenticating user 'default' from [fd00:1122:3344:101::d]:45768 | ||
| 11554 | 2024.11.06 00:25:20.451258 [ 287 ] {} <Debug> HTTP-Session: 53e26f9b-bd37-4be4-b049-4af079360792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11555 | 2024.11.06 00:25:20.451275 [ 287 ] {} <Debug> HTTP-Session: 53e26f9b-bd37-4be4-b049-4af079360792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11556 | 2024.11.06 00:25:20.451323 [ 287 ] {} <Trace> HTTP-Session: 53e26f9b-bd37-4be4-b049-4af079360792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11557 | 2024.11.06 00:25:20.451460 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45768) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 11558 | 2024.11.06 00:25:20.451518 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11559 | 2024.11.06 00:25:20.451816 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11560 | 2024.11.06 00:25:20.452132 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11561 | 2024.11.06 00:25:20.452169 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11562 | 2024.11.06 00:25:20.452540 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11563 | 2024.11.06 00:25:20.452929 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11564 | 2024.11.06 00:25:20.453092 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001669 sec., 3594.967046135411 rows/sec., 212.40 KiB/sec. | ||
| 11565 | 2024.11.06 00:25:20.453282 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11566 | 2024.11.06 00:25:20.453308 [ 287 ] {68fa45fe-e421-4a01-bbfd-a6e0a371477b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11567 | 2024.11.06 00:25:20.453324 [ 287 ] {} <Debug> HTTP-Session: 53e26f9b-bd37-4be4-b049-4af079360792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11568 | 2024.11.06 00:25:20.453627 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11569 | 2024.11.06 00:25:20.453693 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44434, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11570 | 2024.11.06 00:25:20.453788 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11571 | 2024.11.06 00:25:20.453812 [ 286 ] {} <Debug> HTTP-Session: 2d4f6107-484e-4d4d-bb73-e5102fe1f6f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:44434 | ||
| 11572 | 2024.11.06 00:25:20.453834 [ 286 ] {} <Debug> HTTP-Session: 2d4f6107-484e-4d4d-bb73-e5102fe1f6f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11573 | 2024.11.06 00:25:20.453852 [ 286 ] {} <Debug> HTTP-Session: 2d4f6107-484e-4d4d-bb73-e5102fe1f6f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11574 | 2024.11.06 00:25:20.453898 [ 286 ] {} <Trace> HTTP-Session: 2d4f6107-484e-4d4d-bb73-e5102fe1f6f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11575 | 2024.11.06 00:25:20.454161 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44434) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11576 | 2024.11.06 00:25:20.454218 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11577 | 2024.11.06 00:25:20.454532 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11578 | 2024.11.06 00:25:20.455187 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11579 | 2024.11.06 00:25:20.455231 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11580 | 2024.11.06 00:25:20.455616 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11581 | 2024.11.06 00:25:20.455990 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11582 | 2024.11.06 00:25:20.456159 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002133 sec., 198312.23628691983 rows/sec., 14.18 MiB/sec. | ||
| 11583 | 2024.11.06 00:25:20.456483 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Debug> DynamicQueryHandler: Done processing query | ||
| 11584 | 2024.11.06 00:25:20.456541 [ 286 ] {b9c64ca4-698f-46e3-bfff-8109b42cba59} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 11585 | 2024.11.06 00:25:20.456604 [ 286 ] {} <Debug> HTTP-Session: 2d4f6107-484e-4d4d-bb73-e5102fe1f6f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11586 | 2024.11.06 00:25:20.456878 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11587 | 2024.11.06 00:25:20.456894 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45768, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11588 | 2024.11.06 00:25:20.456981 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11589 | 2024.11.06 00:25:20.457016 [ 287 ] {} <Debug> HTTP-Session: 7e839ece-a87a-4f4d-9702-470effd03108 Authenticating user 'default' from [fd00:1122:3344:101::d]:45768 | ||
| 11590 | 2024.11.06 00:25:20.457041 [ 287 ] {} <Debug> HTTP-Session: 7e839ece-a87a-4f4d-9702-470effd03108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11591 | 2024.11.06 00:25:20.457056 [ 287 ] {} <Debug> HTTP-Session: 7e839ece-a87a-4f4d-9702-470effd03108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11592 | 2024.11.06 00:25:20.457097 [ 287 ] {} <Trace> HTTP-Session: 7e839ece-a87a-4f4d-9702-470effd03108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11593 | 2024.11.06 00:25:20.457212 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45768) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11594 | 2024.11.06 00:25:20.457264 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11595 | 2024.11.06 00:25:20.457434 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11596 | 2024.11.06 00:25:20.457724 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11597 | 2024.11.06 00:25:20.457762 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11598 | 2024.11.06 00:25:20.458132 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11599 | 2024.11.06 00:25:20.458477 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11600 | 2024.11.06 00:25:20.458632 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 217.24 KiB/sec. | ||
| 11601 | 2024.11.06 00:25:20.458989 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 11602 | 2024.11.06 00:25:20.459024 [ 287 ] {8d2862a9-e12d-4a27-aac0-ff227f2618b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11603 | 2024.11.06 00:25:20.459053 [ 287 ] {} <Debug> HTTP-Session: 7e839ece-a87a-4f4d-9702-470effd03108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11604 | 2024.11.06 00:25:20.459269 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11605 | 2024.11.06 00:25:20.459438 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54615, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11606 | 2024.11.06 00:25:20.459545 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11607 | 2024.11.06 00:25:20.459582 [ 286 ] {} <Debug> HTTP-Session: dc0d9c14-114d-42c3-994b-067c0082fd8f Authenticating user 'default' from [fd00:1122:3344:101::d]:54615 | ||
| 11608 | 2024.11.06 00:25:20.459616 [ 286 ] {} <Debug> HTTP-Session: dc0d9c14-114d-42c3-994b-067c0082fd8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11609 | 2024.11.06 00:25:20.459642 [ 286 ] {} <Debug> HTTP-Session: dc0d9c14-114d-42c3-994b-067c0082fd8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11610 | 2024.11.06 00:25:20.459710 [ 286 ] {} <Trace> HTTP-Session: dc0d9c14-114d-42c3-994b-067c0082fd8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11611 | 2024.11.06 00:25:20.459946 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54615) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11612 | 2024.11.06 00:25:20.459996 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11613 | 2024.11.06 00:25:20.460173 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11614 | 2024.11.06 00:25:20.460620 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11615 | 2024.11.06 00:25:20.460656 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11616 | 2024.11.06 00:25:20.461058 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11617 | 2024.11.06 00:25:20.461397 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11618 | 2024.11.06 00:25:20.461556 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001735 sec., 136599.4236311239 rows/sec., 9.16 MiB/sec. | ||
| 11619 | 2024.11.06 00:25:20.461736 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 11620 | 2024.11.06 00:25:20.461760 [ 286 ] {a1b28f3b-bf0e-4861-ae5e-c3e56de695ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11621 | 2024.11.06 00:25:20.461777 [ 286 ] {} <Debug> HTTP-Session: dc0d9c14-114d-42c3-994b-067c0082fd8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11622 | 2024.11.06 00:25:20.462071 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11623 | 2024.11.06 00:25:20.462206 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50987, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11624 | 2024.11.06 00:25:20.462315 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11625 | 2024.11.06 00:25:20.462355 [ 287 ] {} <Debug> HTTP-Session: f8ab691f-2d4f-45ac-9c46-e0c8a236719c Authenticating user 'default' from [fd00:1122:3344:101::d]:50987 | ||
| 11626 | 2024.11.06 00:25:20.462388 [ 287 ] {} <Debug> HTTP-Session: f8ab691f-2d4f-45ac-9c46-e0c8a236719c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11627 | 2024.11.06 00:25:20.462415 [ 287 ] {} <Debug> HTTP-Session: f8ab691f-2d4f-45ac-9c46-e0c8a236719c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11628 | 2024.11.06 00:25:20.462482 [ 287 ] {} <Trace> HTTP-Session: f8ab691f-2d4f-45ac-9c46-e0c8a236719c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11629 | 2024.11.06 00:25:20.462675 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50987) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11630 | 2024.11.06 00:25:20.462754 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11631 | 2024.11.06 00:25:20.462917 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11632 | 2024.11.06 00:25:20.463185 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11633 | 2024.11.06 00:25:20.463221 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11634 | 2024.11.06 00:25:20.463588 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11635 | 2024.11.06 00:25:20.463928 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11636 | 2024.11.06 00:25:20.464084 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001465 sec., 682.5938566552901 rows/sec., 46.00 KiB/sec. | ||
| 11637 | 2024.11.06 00:25:20.464394 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Debug> DynamicQueryHandler: Done processing query | ||
| 11638 | 2024.11.06 00:25:20.464418 [ 287 ] {5b9d3f87-b977-4421-902e-3b97c6996fce} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11639 | 2024.11.06 00:25:20.464435 [ 287 ] {} <Debug> HTTP-Session: f8ab691f-2d4f-45ac-9c46-e0c8a236719c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11640 | 2024.11.06 00:25:20.464683 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50987, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11641 | 2024.11.06 00:25:20.464725 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54615, User-Agent: (none), Length: 68879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11642 | 2024.11.06 00:25:20.464805 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11643 | 2024.11.06 00:25:20.464845 [ 286 ] {} <Debug> HTTP-Session: f1b0a874-9c1f-4f3f-862c-243afc359897 Authenticating user 'default' from [fd00:1122:3344:101::d]:54615 | ||
| 11644 | 2024.11.06 00:25:20.464873 [ 286 ] {} <Debug> HTTP-Session: f1b0a874-9c1f-4f3f-862c-243afc359897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11645 | 2024.11.06 00:25:20.464891 [ 286 ] {} <Debug> HTTP-Session: f1b0a874-9c1f-4f3f-862c-243afc359897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11646 | 2024.11.06 00:25:20.464935 [ 286 ] {} <Trace> HTTP-Session: f1b0a874-9c1f-4f3f-862c-243afc359897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11647 | 2024.11.06 00:25:20.465733 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54615) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11648 | 2024.11.06 00:25:20.465813 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <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 | ||
| 11649 | 2024.11.06 00:25:20.466301 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11650 | 2024.11.06 00:25:20.467069 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11651 | 2024.11.06 00:25:20.467106 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11652 | 2024.11.06 00:25:20.467792 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 11653 | 2024.11.06 00:25:20.468214 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11654 | 2024.11.06 00:25:20.468403 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003332 sec., 12304.921968787516 rows/sec., 22.05 MiB/sec. | ||
| 11655 | 2024.11.06 00:25:20.468800 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <Debug> DynamicQueryHandler: Done processing query | ||
| 11656 | 2024.11.06 00:25:20.468824 [ 286 ] {4a44de31-101e-437a-88b9-e7e3486d0f39} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 11657 | 2024.11.06 00:25:20.468840 [ 286 ] {} <Debug> HTTP-Session: f1b0a874-9c1f-4f3f-862c-243afc359897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11658 | 2024.11.06 00:25:20.469012 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54615, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11659 | 2024.11.06 00:25:20.469093 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37082, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11660 | 2024.11.06 00:25:20.469169 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11661 | 2024.11.06 00:25:20.469193 [ 287 ] {} <Debug> HTTP-Session: fbaaa6f1-c5bf-4792-9189-99d5df2f6172 Authenticating user 'default' from [fd00:1122:3344:101::d]:37082 | ||
| 11662 | 2024.11.06 00:25:20.469215 [ 287 ] {} <Debug> HTTP-Session: fbaaa6f1-c5bf-4792-9189-99d5df2f6172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11663 | 2024.11.06 00:25:20.469238 [ 287 ] {} <Debug> HTTP-Session: fbaaa6f1-c5bf-4792-9189-99d5df2f6172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11664 | 2024.11.06 00:25:20.469282 [ 287 ] {} <Trace> HTTP-Session: fbaaa6f1-c5bf-4792-9189-99d5df2f6172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11665 | 2024.11.06 00:25:20.469448 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37082) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11666 | 2024.11.06 00:25:20.469504 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11667 | 2024.11.06 00:25:20.469693 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11668 | 2024.11.06 00:25:20.470015 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11669 | 2024.11.06 00:25:20.470050 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11670 | 2024.11.06 00:25:20.470425 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 11671 | 2024.11.06 00:25:20.470770 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11672 | 2024.11.06 00:25:20.470927 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001544 sec., 53108.80829015544 rows/sec., 3.37 MiB/sec. | ||
| 11673 | 2024.11.06 00:25:20.471112 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11674 | 2024.11.06 00:25:20.471136 [ 287 ] {b86c317f-6d86-48c0-a169-f43b70e6c4c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11675 | 2024.11.06 00:25:20.471153 [ 287 ] {} <Debug> HTTP-Session: fbaaa6f1-c5bf-4792-9189-99d5df2f6172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11676 | 2024.11.06 00:25:20.471549 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11677 | 2024.11.06 00:25:20.554632 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:63409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11678 | 2024.11.06 00:25:20.630841 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59677, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11679 | 2024.11.06 00:25:20.692865 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58377, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11680 | 2024.11.06 00:25:20.782369 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43970, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11681 | 2024.11.06 00:25:20.867155 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52195, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11682 | 2024.11.06 00:25:20.868431 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33256, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11683 | 2024.11.06 00:25:20.891913 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62722, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11684 | 2024.11.06 00:25:20.903175 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62620, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11685 | 2024.11.06 00:25:20.919531 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52593, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11686 | 2024.11.06 00:25:21.098163 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35252, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11687 | 2024.11.06 00:25:21.144855 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11688 | 2024.11.06 00:25:21.164435 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11689 | 2024.11.06 00:25:21.188718 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53544, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11690 | 2024.11.06 00:25:21.440193 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11691 | 2024.11.06 00:25:21.450555 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11692 | 2024.11.06 00:25:21.463960 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38900, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11693 | 2024.11.06 00:25:22.102145 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1062 | ||
| 11694 | 2024.11.06 00:25:22.104950 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11695 | 2024.11.06 00:25:22.104998 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11696 | 2024.11.06 00:25:22.106493 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11697 | 2024.11.06 00:25:22.107476 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11698 | 2024.11.06 00:25:22.107643 [ 86 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11699 | 2024.11.06 00:25:22.107706 [ 86 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11700 | 2024.11.06 00:25:22.107748 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11701 | 2024.11.06 00:25:22.108785 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 11702 | 2024.11.06 00:25:22.110757 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1062 | ||
| 11703 | 2024.11.06 00:25:22.111369 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11704 | 2024.11.06 00:25:22.111551 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 922 rows starting from the beginning of the part | ||
| 11705 | 2024.11.06 00:25:22.112180 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 11706 | 2024.11.06 00:25:22.112745 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 11707 | 2024.11.06 00:25:22.113300 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 11708 | 2024.11.06 00:25:22.114742 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 11709 | 2024.11.06 00:25:22.115274 [ 189 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 11710 | 2024.11.06 00:25:22.124050 [ 188 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1062 rows, containing 72 columns (72 merged, 0 gathered) in 0.016141589 sec., 65792.77913717169 rows/sec., 46.00 MiB/sec. | ||
| 11711 | 2024.11.06 00:25:22.125515 [ 187 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11712 | 2024.11.06 00:25:22.127301 [ 187 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_36_7} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11713 | 2024.11.06 00:25:22.127404 [ 187 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_36_7} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11714 | 2024.11.06 00:25:22.127744 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. | ||
| 11715 | 2024.11.06 00:25:23.096877 [ 86 ] {} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 11716 | 2024.11.06 00:25:23.096960 [ 86 ] {} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11717 | 2024.11.06 00:25:23.096987 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11718 | 2024.11.06 00:25:23.097361 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 11719 | 2024.11.06 00:25:23.097915 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11720 | 2024.11.06 00:25:23.097952 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 11721 | 2024.11.06 00:25:23.098030 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 11722 | 2024.11.06 00:25:23.098222 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part | ||
| 11723 | 2024.11.06 00:25:23.098428 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 11724 | 2024.11.06 00:25:23.098579 [ 201 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
| 11725 | 2024.11.06 00:25:23.099639 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002565786 sec., 14030.788226297906 rows/sec., 1.17 MiB/sec. | ||
| 11726 | 2024.11.06 00:25:23.099798 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 11727 | 2024.11.06 00:25:23.100228 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_17_4} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11728 | 2024.11.06 00:25:23.100314 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_17_4} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 11729 | 2024.11.06 00:25:23.100396 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11730 | 2024.11.06 00:25:25.435544 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56182, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11731 | 2024.11.06 00:25:25.435665 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11732 | 2024.11.06 00:25:25.435691 [ 282 ] {} <Debug> HTTP-Session: 21822615-163c-49ee-ab67-6ccd147cd111 Authenticating user 'default' from [fd00:1122:3344:101::d]:56182 | ||
| 11733 | 2024.11.06 00:25:25.435715 [ 282 ] {} <Debug> HTTP-Session: 21822615-163c-49ee-ab67-6ccd147cd111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11734 | 2024.11.06 00:25:25.435730 [ 282 ] {} <Debug> HTTP-Session: 21822615-163c-49ee-ab67-6ccd147cd111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11735 | 2024.11.06 00:25:25.435782 [ 282 ] {} <Trace> HTTP-Session: 21822615-163c-49ee-ab67-6ccd147cd111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11736 | 2024.11.06 00:25:25.435975 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56182) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11737 | 2024.11.06 00:25:25.436045 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11738 | 2024.11.06 00:25:25.436394 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11739 | 2024.11.06 00:25:25.436848 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11740 | 2024.11.06 00:25:25.436897 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11741 | 2024.11.06 00:25:25.437330 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 11742 | 2024.11.06 00:25:25.437723 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11743 | 2024.11.06 00:25:25.437883 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001956 sec., 1022.4948875255625 rows/sec., 83.38 KiB/sec. | ||
| 11744 | 2024.11.06 00:25:25.438112 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Debug> DynamicQueryHandler: Done processing query | ||
| 11745 | 2024.11.06 00:25:25.438142 [ 282 ] {76bd4cea-8948-4519-a928-ea3b1af5e164} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11746 | 2024.11.06 00:25:25.438158 [ 282 ] {} <Debug> HTTP-Session: 21822615-163c-49ee-ab67-6ccd147cd111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11747 | 2024.11.06 00:25:25.438373 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56182, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11748 | 2024.11.06 00:25:25.438443 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37082, User-Agent: (none), Length: 7946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11749 | 2024.11.06 00:25:25.438577 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11750 | 2024.11.06 00:25:25.438606 [ 287 ] {} <Debug> HTTP-Session: 1a04235f-8322-4e92-a1dc-f1741f659554 Authenticating user 'default' from [fd00:1122:3344:101::d]:37082 | ||
| 11751 | 2024.11.06 00:25:25.438629 [ 287 ] {} <Debug> HTTP-Session: 1a04235f-8322-4e92-a1dc-f1741f659554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11752 | 2024.11.06 00:25:25.438644 [ 287 ] {} <Debug> HTTP-Session: 1a04235f-8322-4e92-a1dc-f1741f659554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11753 | 2024.11.06 00:25:25.438698 [ 287 ] {} <Trace> HTTP-Session: 1a04235f-8322-4e92-a1dc-f1741f659554 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11754 | 2024.11.06 00:25:25.438904 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37082) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11755 | 2024.11.06 00:25:25.438975 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11756 | 2024.11.06 00:25:25.439327 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11757 | 2024.11.06 00:25:25.439749 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11758 | 2024.11.06 00:25:25.439798 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11759 | 2024.11.06 00:25:25.440247 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11760 | 2024.11.06 00:25:25.440666 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11761 | 2024.11.06 00:25:25.440846 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002007 sec., 28400.59790732436 rows/sec., 2.17 MiB/sec. | ||
| 11762 | 2024.11.06 00:25:25.440859 [ 84 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11763 | 2024.11.06 00:25:25.440935 [ 84 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11764 | 2024.11.06 00:25:25.440982 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11765 | 2024.11.06 00:25:25.441262 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Debug> DynamicQueryHandler: Done processing query | ||
| 11766 | 2024.11.06 00:25:25.441280 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 11767 | 2024.11.06 00:25:25.441305 [ 287 ] {498c04e7-8318-420e-9aa8-ff4e56075413} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11768 | 2024.11.06 00:25:25.441379 [ 287 ] {} <Debug> HTTP-Session: 1a04235f-8322-4e92-a1dc-f1741f659554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11769 | 2024.11.06 00:25:25.441744 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11770 | 2024.11.06 00:25:25.441902 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59102, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11771 | 2024.11.06 00:25:25.442115 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11772 | 2024.11.06 00:25:25.442232 [ 282 ] {} <Debug> HTTP-Session: 2ee560e6-48a5-4666-9eaf-38846437dcae Authenticating user 'default' from [fd00:1122:3344:101::d]:59102 | ||
| 11773 | 2024.11.06 00:25:25.442321 [ 282 ] {} <Debug> HTTP-Session: 2ee560e6-48a5-4666-9eaf-38846437dcae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11774 | 2024.11.06 00:25:25.442405 [ 282 ] {} <Debug> HTTP-Session: 2ee560e6-48a5-4666-9eaf-38846437dcae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11775 | 2024.11.06 00:25:25.442484 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11776 | 2024.11.06 00:25:25.442522 [ 282 ] {} <Trace> HTTP-Session: 2ee560e6-48a5-4666-9eaf-38846437dcae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11777 | 2024.11.06 00:25:25.442602 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1420 rows starting from the beginning of the part | ||
| 11778 | 2024.11.06 00:25:25.442812 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 271 rows starting from the beginning of the part | ||
| 11779 | 2024.11.06 00:25:25.442960 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59102) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11780 | 2024.11.06 00:25:25.443113 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 57 rows starting from the beginning of the part | ||
| 11781 | 2024.11.06 00:25:25.443185 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11782 | 2024.11.06 00:25:25.443511 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part | ||
| 11783 | 2024.11.06 00:25:25.443848 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 271 rows starting from the beginning of the part | ||
| 11784 | 2024.11.06 00:25:25.444189 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 57 rows starting from the beginning of the part | ||
| 11785 | 2024.11.06 00:25:25.445017 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11786 | 2024.11.06 00:25:25.445841 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11787 | 2024.11.06 00:25:25.445891 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11788 | 2024.11.06 00:25:25.447087 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11789 | 2024.11.06 00:25:25.448131 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 5 columns (5 merged, 0 gathered) in 0.007023288 sec., 303561.52275116724 rows/sec., 26.75 MiB/sec. | ||
| 11790 | 2024.11.06 00:25:25.448147 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11791 | 2024.11.06 00:25:25.448431 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005655 sec., 353.66931918656053 rows/sec., 24.69 KiB/sec. | ||
| 11792 | 2024.11.06 00:25:25.448458 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11793 | 2024.11.06 00:25:25.448855 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11794 | 2024.11.06 00:25:25.448951 [ 282 ] {21984e5d-a4e1-457b-b271-a735cd87ecb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11795 | 2024.11.06 00:25:25.449031 [ 282 ] {} <Debug> HTTP-Session: 2ee560e6-48a5-4666-9eaf-38846437dcae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11796 | 2024.11.06 00:25:25.449319 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59102, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11797 | 2024.11.06 00:25:25.449444 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40364, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11798 | 2024.11.06 00:25:25.449456 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11799 | 2024.11.06 00:25:25.449586 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11800 | 2024.11.06 00:25:25.449662 [ 287 ] {} <Debug> HTTP-Session: 7cdaa0d9-7fd8-4c2e-889e-579574973544 Authenticating user 'default' from [fd00:1122:3344:101::d]:40364 | ||
| 11801 | 2024.11.06 00:25:25.449695 [ 287 ] {} <Debug> HTTP-Session: 7cdaa0d9-7fd8-4c2e-889e-579574973544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11802 | 2024.11.06 00:25:25.449714 [ 287 ] {} <Debug> HTTP-Session: 7cdaa0d9-7fd8-4c2e-889e-579574973544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11803 | 2024.11.06 00:25:25.449765 [ 191 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_71_14} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11804 | 2024.11.06 00:25:25.449773 [ 287 ] {} <Trace> HTTP-Session: 7cdaa0d9-7fd8-4c2e-889e-579574973544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11805 | 2024.11.06 00:25:25.449960 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 11806 | 2024.11.06 00:25:25.450046 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40364) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11807 | 2024.11.06 00:25:25.450104 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11808 | 2024.11.06 00:25:25.450407 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11809 | 2024.11.06 00:25:25.450826 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11810 | 2024.11.06 00:25:25.450866 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11811 | 2024.11.06 00:25:25.451412 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11812 | 2024.11.06 00:25:25.452016 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11813 | 2024.11.06 00:25:25.452238 [ 84 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11814 | 2024.11.06 00:25:25.452248 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002287 sec., 28858.76694359423 rows/sec., 2.25 MiB/sec. | ||
| 11815 | 2024.11.06 00:25:25.452288 [ 84 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11816 | 2024.11.06 00:25:25.452344 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11817 | 2024.11.06 00:25:25.452590 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 11818 | 2024.11.06 00:25:25.452710 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Debug> DynamicQueryHandler: Done processing query | ||
| 11819 | 2024.11.06 00:25:25.452776 [ 287 ] {1a6e82cd-ce9d-4c3a-9b36-0dc700a6f408} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11820 | 2024.11.06 00:25:25.452843 [ 287 ] {} <Debug> HTTP-Session: 7cdaa0d9-7fd8-4c2e-889e-579574973544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11821 | 2024.11.06 00:25:25.452858 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11822 | 2024.11.06 00:25:25.452921 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part | ||
| 11823 | 2024.11.06 00:25:25.453020 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 423 rows starting from the beginning of the part | ||
| 11824 | 2024.11.06 00:25:25.453211 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40364, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11825 | 2024.11.06 00:25:25.453359 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36465, User-Agent: (none), Length: 30839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11826 | 2024.11.06 00:25:25.453481 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 66 rows starting from the beginning of the part | ||
| 11827 | 2024.11.06 00:25:25.453577 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11828 | 2024.11.06 00:25:25.453674 [ 282 ] {} <Debug> HTTP-Session: a0bde00a-553c-4dc9-b6d9-2e71bf065481 Authenticating user 'default' from [fd00:1122:3344:101::d]:36465 | ||
| 11829 | 2024.11.06 00:25:25.453775 [ 282 ] {} <Debug> HTTP-Session: a0bde00a-553c-4dc9-b6d9-2e71bf065481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11830 | 2024.11.06 00:25:25.453779 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part | ||
| 11831 | 2024.11.06 00:25:25.453824 [ 282 ] {} <Debug> HTTP-Session: a0bde00a-553c-4dc9-b6d9-2e71bf065481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11832 | 2024.11.06 00:25:25.453968 [ 282 ] {} <Trace> HTTP-Session: a0bde00a-553c-4dc9-b6d9-2e71bf065481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11833 | 2024.11.06 00:25:25.454084 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 423 rows starting from the beginning of the part | ||
| 11834 | 2024.11.06 00:25:25.454359 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 66 rows starting from the beginning of the part | ||
| 11835 | 2024.11.06 00:25:25.454603 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36465) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11836 | 2024.11.06 00:25:25.454771 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11837 | 2024.11.06 00:25:25.455298 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11838 | 2024.11.06 00:25:25.456210 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11839 | 2024.11.06 00:25:25.456281 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11840 | 2024.11.06 00:25:25.457398 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11841 | 2024.11.06 00:25:25.458270 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.005813273 sec., 336643.4020903543 rows/sec., 25.77 MiB/sec. | ||
| 11842 | 2024.11.06 00:25:25.458425 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11843 | 2024.11.06 00:25:25.458621 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11844 | 2024.11.06 00:25:25.458643 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11845 | 2024.11.06 00:25:25.458673 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004367 sec., 36867.41470116785 rows/sec., 2.57 MiB/sec. | ||
| 11846 | 2024.11.06 00:25:25.458728 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11847 | 2024.11.06 00:25:25.458810 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11848 | 2024.11.06 00:25:25.459440 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 11849 | 2024.11.06 00:25:25.459573 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Debug> DynamicQueryHandler: Done processing query | ||
| 11850 | 2024.11.06 00:25:25.459689 [ 282 ] {d9cd0207-1d37-41f4-bd59-dc3653c2cb4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11851 | 2024.11.06 00:25:25.459790 [ 282 ] {} <Debug> HTTP-Session: a0bde00a-553c-4dc9-b6d9-2e71bf065481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11852 | 2024.11.06 00:25:25.460378 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11853 | 2024.11.06 00:25:25.460416 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40554, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11854 | 2024.11.06 00:25:25.460703 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11855 | 2024.11.06 00:25:25.460880 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11856 | 2024.11.06 00:25:25.460903 [ 287 ] {} <Debug> HTTP-Session: c7eaab51-d97a-4888-a28f-0b392807472a Authenticating user 'default' from [fd00:1122:3344:101::d]:40554 | ||
| 11857 | 2024.11.06 00:25:25.460901 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 11858 | |||
| 11859 | (version 23.8.7.1) | ||
| 11860 | 2024.11.06 00:25:25.461040 [ 287 ] {} <Debug> HTTP-Session: c7eaab51-d97a-4888-a28f-0b392807472a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11861 | 2024.11.06 00:25:25.461189 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_66_13, total 14596 rows starting from the beginning of the part | ||
| 11862 | 2024.11.06 00:25:25.461200 [ 287 ] {} <Debug> HTTP-Session: c7eaab51-d97a-4888-a28f-0b392807472a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11863 | 2024.11.06 00:25:25.461542 [ 287 ] {} <Trace> HTTP-Session: c7eaab51-d97a-4888-a28f-0b392807472a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11864 | 2024.11.06 00:25:25.462014 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 237 rows starting from the beginning of the part | ||
| 11865 | 2024.11.06 00:25:25.462318 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40554) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11866 | 2024.11.06 00:25:25.462749 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11867 | 2024.11.06 00:25:25.462784 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 129 rows starting from the beginning of the part | ||
| 11868 | 2024.11.06 00:25:25.463307 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
| 11869 | 2024.11.06 00:25:25.463590 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11870 | 2024.11.06 00:25:25.464002 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 237 rows starting from the beginning of the part | ||
| 11871 | 2024.11.06 00:25:25.464211 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_71_14} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11872 | 2024.11.06 00:25:25.464211 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11873 | 2024.11.06 00:25:25.464599 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 161 rows starting from the beginning of the part | ||
| 11874 | 2024.11.06 00:25:25.464679 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 11875 | 2024.11.06 00:25:25.465514 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11876 | 2024.11.06 00:25:25.465567 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11877 | 2024.11.06 00:25:25.466402 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 11878 | 2024.11.06 00:25:25.466833 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11879 | 2024.11.06 00:25:25.467032 [ 84 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 11880 | 2024.11.06 00:25:25.467048 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005006 sec., 11985.617259288852 rows/sec., 827.13 KiB/sec. | ||
| 11881 | 2024.11.06 00:25:25.467118 [ 84 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11882 | 2024.11.06 00:25:25.467195 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11883 | 2024.11.06 00:25:25.467624 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 11884 | 2024.11.06 00:25:25.467812 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11885 | 2024.11.06 00:25:25.467909 [ 287 ] {03a6c770-bb41-41c0-8916-bcbb050bfcc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11886 | 2024.11.06 00:25:25.467976 [ 287 ] {} <Debug> HTTP-Session: c7eaab51-d97a-4888-a28f-0b392807472a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11887 | 2024.11.06 00:25:25.468096 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11888 | 2024.11.06 00:25:25.468168 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3392 rows starting from the beginning of the part | ||
| 11889 | 2024.11.06 00:25:25.468453 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 11890 | 2024.11.06 00:25:25.468653 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11891 | 2024.11.06 00:25:25.468830 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 48 rows starting from the beginning of the part | ||
| 11892 | 2024.11.06 00:25:25.469146 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
| 11893 | 2024.11.06 00:25:25.469385 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 82 rows starting from the beginning of the part | ||
| 11894 | 2024.11.06 00:25:25.469687 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 11895 | 2024.11.06 00:25:25.472488 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3724 rows, containing 4 columns (4 merged, 0 gathered) in 0.005182914 sec., 718514.7197117297 rows/sec., 47.43 MiB/sec. | ||
| 11896 | 2024.11.06 00:25:25.472756 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11897 | 2024.11.06 00:25:25.473151 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11898 | 2024.11.06 00:25:25.473308 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_71_14} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11899 | 2024.11.06 00:25:25.473418 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 11900 | 2024.11.06 00:25:25.474595 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15520 rows, containing 5 columns (5 merged, 0 gathered) in 0.015613263 sec., 994026.6810339389 rows/sec., 67.58 MiB/sec. | ||
| 11901 | 2024.11.06 00:25:25.475175 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 11902 | 2024.11.06 00:25:25.475606 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11903 | 2024.11.06 00:25:25.475700 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 11904 | 2024.11.06 00:25:25.475794 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 11905 | 2024.11.06 00:25:26.739393 [ 82 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11906 | 2024.11.06 00:25:26.739443 [ 82 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11907 | 2024.11.06 00:25:30.435651 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64606, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11908 | 2024.11.06 00:25:30.435856 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11909 | 2024.11.06 00:25:30.435903 [ 289 ] {} <Debug> HTTP-Session: 5ead7592-39fc-4052-8e0f-5358962dbf31 Authenticating user 'default' from [fd00:1122:3344:101::d]:64606 | ||
| 11910 | 2024.11.06 00:25:30.435945 [ 289 ] {} <Debug> HTTP-Session: 5ead7592-39fc-4052-8e0f-5358962dbf31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11911 | 2024.11.06 00:25:30.435973 [ 289 ] {} <Debug> HTTP-Session: 5ead7592-39fc-4052-8e0f-5358962dbf31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11912 | 2024.11.06 00:25:30.436045 [ 289 ] {} <Trace> HTTP-Session: 5ead7592-39fc-4052-8e0f-5358962dbf31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11913 | 2024.11.06 00:25:30.436255 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64606) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11914 | 2024.11.06 00:25:30.436326 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11915 | 2024.11.06 00:25:30.436668 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11916 | 2024.11.06 00:25:30.437162 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11917 | 2024.11.06 00:25:30.437212 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11918 | 2024.11.06 00:25:30.437647 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11919 | 2024.11.06 00:25:30.438047 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11920 | 2024.11.06 00:25:30.438232 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.09 MiB/sec. | ||
| 11921 | 2024.11.06 00:25:30.438474 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 11922 | 2024.11.06 00:25:30.438502 [ 289 ] {ae280287-f549-4b75-ba9b-f040715b47cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 11923 | 2024.11.06 00:25:30.438520 [ 289 ] {} <Debug> HTTP-Session: 5ead7592-39fc-4052-8e0f-5358962dbf31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11924 | 2024.11.06 00:25:30.438735 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11925 | 2024.11.06 00:25:30.438849 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63442, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11926 | 2024.11.06 00:25:30.438969 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11927 | 2024.11.06 00:25:30.438994 [ 287 ] {} <Debug> HTTP-Session: 1333045d-69f8-4072-8430-8eaabfa07c1b Authenticating user 'default' from [fd00:1122:3344:101::d]:63442 | ||
| 11928 | 2024.11.06 00:25:30.439019 [ 287 ] {} <Debug> HTTP-Session: 1333045d-69f8-4072-8430-8eaabfa07c1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11929 | 2024.11.06 00:25:30.439035 [ 287 ] {} <Debug> HTTP-Session: 1333045d-69f8-4072-8430-8eaabfa07c1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11930 | 2024.11.06 00:25:30.439091 [ 287 ] {} <Trace> HTTP-Session: 1333045d-69f8-4072-8430-8eaabfa07c1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11931 | 2024.11.06 00:25:30.439318 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63442) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11932 | 2024.11.06 00:25:30.439388 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11933 | 2024.11.06 00:25:30.439744 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11934 | 2024.11.06 00:25:30.440178 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11935 | 2024.11.06 00:25:30.440223 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11936 | 2024.11.06 00:25:30.440674 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11937 | 2024.11.06 00:25:30.441074 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11938 | 2024.11.06 00:25:30.441262 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002011 sec., 31824.962705121827 rows/sec., 2.48 MiB/sec. | ||
| 11939 | 2024.11.06 00:25:30.441492 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11940 | 2024.11.06 00:25:30.441521 [ 287 ] {e6209a47-d60f-4462-9e4d-4d533a32270a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 11941 | 2024.11.06 00:25:30.441538 [ 287 ] {} <Debug> HTTP-Session: 1333045d-69f8-4072-8430-8eaabfa07c1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11942 | 2024.11.06 00:25:30.441716 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11943 | 2024.11.06 00:25:30.441782 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64606, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11944 | 2024.11.06 00:25:30.441908 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11945 | 2024.11.06 00:25:30.441948 [ 289 ] {} <Debug> HTTP-Session: de436d06-ce40-443d-9c9c-a4147fd03225 Authenticating user 'default' from [fd00:1122:3344:101::d]:64606 | ||
| 11946 | 2024.11.06 00:25:30.441984 [ 289 ] {} <Debug> HTTP-Session: de436d06-ce40-443d-9c9c-a4147fd03225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11947 | 2024.11.06 00:25:30.442013 [ 289 ] {} <Debug> HTTP-Session: de436d06-ce40-443d-9c9c-a4147fd03225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11948 | 2024.11.06 00:25:30.442058 [ 289 ] {} <Trace> HTTP-Session: de436d06-ce40-443d-9c9c-a4147fd03225 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11949 | 2024.11.06 00:25:30.442243 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64606) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11950 | 2024.11.06 00:25:30.442301 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11951 | 2024.11.06 00:25:30.442490 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11952 | 2024.11.06 00:25:30.442904 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11953 | 2024.11.06 00:25:30.442942 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11954 | 2024.11.06 00:25:30.443368 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11955 | 2024.11.06 00:25:30.443727 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11956 | 2024.11.06 00:25:30.443883 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00172 sec., 93023.2558139535 rows/sec., 6.48 MiB/sec. | ||
| 11957 | 2024.11.06 00:25:30.444062 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11958 | 2024.11.06 00:25:30.444087 [ 289 ] {4f93a257-b626-43a1-be41-80ea151d4e5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11959 | 2024.11.06 00:25:30.444103 [ 289 ] {} <Debug> HTTP-Session: de436d06-ce40-443d-9c9c-a4147fd03225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11960 | 2024.11.06 00:25:30.444295 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11961 | 2024.11.06 00:25:30.444376 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33389, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11962 | 2024.11.06 00:25:30.444459 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11963 | 2024.11.06 00:25:30.444489 [ 287 ] {} <Debug> HTTP-Session: fc30200c-184e-4152-8176-1d6edce24e35 Authenticating user 'default' from [fd00:1122:3344:101::d]:33389 | ||
| 11964 | 2024.11.06 00:25:30.444512 [ 287 ] {} <Debug> HTTP-Session: fc30200c-184e-4152-8176-1d6edce24e35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11965 | 2024.11.06 00:25:30.444529 [ 287 ] {} <Debug> HTTP-Session: fc30200c-184e-4152-8176-1d6edce24e35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11966 | 2024.11.06 00:25:30.444577 [ 287 ] {} <Trace> HTTP-Session: fc30200c-184e-4152-8176-1d6edce24e35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11967 | 2024.11.06 00:25:30.444748 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33389) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11968 | 2024.11.06 00:25:30.444810 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11969 | 2024.11.06 00:25:30.444999 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11970 | 2024.11.06 00:25:30.445311 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11971 | 2024.11.06 00:25:30.445349 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11972 | 2024.11.06 00:25:30.445741 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 11973 | 2024.11.06 00:25:30.446081 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11974 | 2024.11.06 00:25:30.446237 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001552 sec., 38659.79381443299 rows/sec., 2.61 MiB/sec. | ||
| 11975 | 2024.11.06 00:25:30.446425 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11976 | 2024.11.06 00:25:30.446451 [ 287 ] {53134c2c-7695-4fbe-9e5b-fb132e60828b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11977 | 2024.11.06 00:25:30.446468 [ 287 ] {} <Debug> HTTP-Session: fc30200c-184e-4152-8176-1d6edce24e35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11978 | 2024.11.06 00:25:30.446869 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33389, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11979 | 2024.11.06 00:25:32.111800 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1082 | ||
| 11980 | 2024.11.06 00:25:32.114355 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11981 | 2024.11.06 00:25:32.114408 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11982 | 2024.11.06 00:25:32.115939 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11983 | 2024.11.06 00:25:32.116977 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11984 | 2024.11.06 00:25:32.117517 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1082 | ||
| 11985 | 2024.11.06 00:25:35.442016 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60340, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11986 | 2024.11.06 00:25:35.442147 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11987 | 2024.11.06 00:25:35.442173 [ 288 ] {} <Debug> HTTP-Session: a40964f4-548c-47fc-857c-52ab65471d69 Authenticating user 'default' from [fd00:1122:3344:101::d]:60340 | ||
| 11988 | 2024.11.06 00:25:35.442197 [ 288 ] {} <Debug> HTTP-Session: a40964f4-548c-47fc-857c-52ab65471d69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11989 | 2024.11.06 00:25:35.442211 [ 288 ] {} <Debug> HTTP-Session: a40964f4-548c-47fc-857c-52ab65471d69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11990 | 2024.11.06 00:25:35.442261 [ 288 ] {} <Trace> HTTP-Session: a40964f4-548c-47fc-857c-52ab65471d69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11991 | 2024.11.06 00:25:35.442529 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60340) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11992 | 2024.11.06 00:25:35.442598 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11993 | 2024.11.06 00:25:35.442939 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11994 | 2024.11.06 00:25:35.443582 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11995 | 2024.11.06 00:25:35.443627 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 11996 | 2024.11.06 00:25:35.444079 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 11997 | 2024.11.06 00:25:35.444478 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11998 | 2024.11.06 00:25:35.444656 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.00225 sec., 120444.44444444445 rows/sec., 10.70 MiB/sec. | ||
| 11999 | 2024.11.06 00:25:35.444894 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Debug> DynamicQueryHandler: Done processing query | ||
| 12000 | 2024.11.06 00:25:35.444921 [ 288 ] {c30bc647-2124-4348-94b9-c69daeeb8553} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12001 | 2024.11.06 00:25:35.444938 [ 288 ] {} <Debug> HTTP-Session: a40964f4-548c-47fc-857c-52ab65471d69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12002 | 2024.11.06 00:25:35.445167 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60340, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12003 | 2024.11.06 00:25:35.445336 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55087, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12004 | 2024.11.06 00:25:35.445515 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12005 | 2024.11.06 00:25:35.445560 [ 289 ] {} <Debug> HTTP-Session: 83f4420c-1b80-44f4-b8f5-22fd56e32716 Authenticating user 'default' from [fd00:1122:3344:101::d]:55087 | ||
| 12006 | 2024.11.06 00:25:35.445600 [ 289 ] {} <Debug> HTTP-Session: 83f4420c-1b80-44f4-b8f5-22fd56e32716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12007 | 2024.11.06 00:25:35.445628 [ 289 ] {} <Debug> HTTP-Session: 83f4420c-1b80-44f4-b8f5-22fd56e32716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12008 | 2024.11.06 00:25:35.445716 [ 289 ] {} <Trace> HTTP-Session: 83f4420c-1b80-44f4-b8f5-22fd56e32716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12009 | 2024.11.06 00:25:35.446019 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55087) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12010 | 2024.11.06 00:25:35.446131 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12011 | 2024.11.06 00:25:35.446492 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12012 | 2024.11.06 00:25:35.446900 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12013 | 2024.11.06 00:25:35.446943 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 12014 | 2024.11.06 00:25:35.447366 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 12015 | 2024.11.06 00:25:35.447755 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12016 | 2024.11.06 00:25:35.447941 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002021 sec., 20286.986640277093 rows/sec., 1.49 MiB/sec. | ||
| 12017 | 2024.11.06 00:25:35.448139 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12018 | 2024.11.06 00:25:35.448166 [ 289 ] {e9405d95-ae74-4da4-ae45-9d54772d545f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12019 | 2024.11.06 00:25:35.448182 [ 289 ] {} <Debug> HTTP-Session: 83f4420c-1b80-44f4-b8f5-22fd56e32716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12020 | 2024.11.06 00:25:35.448354 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55087, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12021 | 2024.11.06 00:25:35.448517 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49531, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12022 | 2024.11.06 00:25:35.448690 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12023 | 2024.11.06 00:25:35.448734 [ 287 ] {} <Debug> HTTP-Session: e07233d6-9788-49d1-a365-f0d673879491 Authenticating user 'default' from [fd00:1122:3344:101::d]:49531 | ||
| 12024 | 2024.11.06 00:25:35.448774 [ 287 ] {} <Debug> HTTP-Session: e07233d6-9788-49d1-a365-f0d673879491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12025 | 2024.11.06 00:25:35.448803 [ 287 ] {} <Debug> HTTP-Session: e07233d6-9788-49d1-a365-f0d673879491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12026 | 2024.11.06 00:25:35.448886 [ 287 ] {} <Trace> HTTP-Session: e07233d6-9788-49d1-a365-f0d673879491 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12027 | 2024.11.06 00:25:35.449165 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49531) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12028 | 2024.11.06 00:25:35.449234 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12029 | 2024.11.06 00:25:35.449582 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12030 | 2024.11.06 00:25:35.449963 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12031 | 2024.11.06 00:25:35.450008 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 12032 | 2024.11.06 00:25:35.450445 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12033 | 2024.11.06 00:25:35.450859 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12034 | 2024.11.06 00:25:35.451041 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001967 sec., 7117.437722419929 rows/sec., 498.46 KiB/sec. | ||
| 12035 | 2024.11.06 00:25:35.451441 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 12036 | 2024.11.06 00:25:35.451470 [ 287 ] {7b48eced-b2aa-4ef3-8331-6582c481bbc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12037 | 2024.11.06 00:25:35.451487 [ 287 ] {} <Debug> HTTP-Session: e07233d6-9788-49d1-a365-f0d673879491 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12038 | 2024.11.06 00:25:35.451675 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49531, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12039 | 2024.11.06 00:25:35.451779 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58470, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12040 | 2024.11.06 00:25:35.451910 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12041 | 2024.11.06 00:25:35.451949 [ 289 ] {} <Debug> HTTP-Session: 8483ed1b-84bb-486c-8d97-b21affab4d0f Authenticating user 'default' from [fd00:1122:3344:101::d]:58470 | ||
| 12042 | 2024.11.06 00:25:35.451982 [ 289 ] {} <Debug> HTTP-Session: 8483ed1b-84bb-486c-8d97-b21affab4d0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12043 | 2024.11.06 00:25:35.452009 [ 289 ] {} <Debug> HTTP-Session: 8483ed1b-84bb-486c-8d97-b21affab4d0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12044 | 2024.11.06 00:25:35.452077 [ 289 ] {} <Trace> HTTP-Session: 8483ed1b-84bb-486c-8d97-b21affab4d0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12045 | 2024.11.06 00:25:35.452232 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58470) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12046 | 2024.11.06 00:25:35.452280 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12047 | 2024.11.06 00:25:35.452544 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12048 | 2024.11.06 00:25:35.452878 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12049 | 2024.11.06 00:25:35.452915 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 12050 | 2024.11.06 00:25:35.453284 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12051 | 2024.11.06 00:25:35.453654 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12052 | 2024.11.06 00:25:35.453822 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001611 sec., 3724.3947858472998 rows/sec., 220.04 KiB/sec. | ||
| 12053 | 2024.11.06 00:25:35.454160 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Debug> DynamicQueryHandler: Done processing query | ||
| 12054 | 2024.11.06 00:25:35.454186 [ 289 ] {709d19a3-1579-467d-b27b-5716cf797f49} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12055 | 2024.11.06 00:25:35.454228 [ 289 ] {} <Debug> HTTP-Session: 8483ed1b-84bb-486c-8d97-b21affab4d0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12056 | 2024.11.06 00:25:35.454456 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12057 | 2024.11.06 00:25:35.454551 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38891, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12058 | 2024.11.06 00:25:35.454629 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12059 | 2024.11.06 00:25:35.454654 [ 287 ] {} <Debug> HTTP-Session: 4539c23d-dc60-4dfd-a1a0-80e19642a365 Authenticating user 'default' from [fd00:1122:3344:101::d]:38891 | ||
| 12060 | 2024.11.06 00:25:35.454676 [ 287 ] {} <Debug> HTTP-Session: 4539c23d-dc60-4dfd-a1a0-80e19642a365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12061 | 2024.11.06 00:25:35.454693 [ 287 ] {} <Debug> HTTP-Session: 4539c23d-dc60-4dfd-a1a0-80e19642a365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12062 | 2024.11.06 00:25:35.454741 [ 287 ] {} <Trace> HTTP-Session: 4539c23d-dc60-4dfd-a1a0-80e19642a365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2024.11.06 00:25:35.455090 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38891) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12064 | 2024.11.06 00:25:35.455144 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12065 | 2024.11.06 00:25:35.455421 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12066 | 2024.11.06 00:25:35.456045 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12067 | 2024.11.06 00:25:35.456084 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 12068 | 2024.11.06 00:25:35.456479 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12069 | 2024.11.06 00:25:35.456851 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12070 | 2024.11.06 00:25:35.457015 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002087 sec., 202683.2774317202 rows/sec., 14.49 MiB/sec. | ||
| 12071 | 2024.11.06 00:25:35.457216 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Debug> DynamicQueryHandler: Done processing query | ||
| 12072 | 2024.11.06 00:25:35.457241 [ 287 ] {864c9442-c961-481a-ac95-ec5de57ff995} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 12073 | 2024.11.06 00:25:35.457257 [ 287 ] {} <Debug> HTTP-Session: 4539c23d-dc60-4dfd-a1a0-80e19642a365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12074 | 2024.11.06 00:25:35.457613 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58470, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12075 | 2024.11.06 00:25:35.457636 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12076 | 2024.11.06 00:25:35.457746 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12077 | 2024.11.06 00:25:35.457809 [ 289 ] {} <Debug> HTTP-Session: f3e36c34-e43d-4b30-8db2-8a01c6138f40 Authenticating user 'default' from [fd00:1122:3344:101::d]:58470 | ||
| 12078 | 2024.11.06 00:25:35.457848 [ 289 ] {} <Debug> HTTP-Session: f3e36c34-e43d-4b30-8db2-8a01c6138f40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12079 | 2024.11.06 00:25:35.457875 [ 289 ] {} <Debug> HTTP-Session: f3e36c34-e43d-4b30-8db2-8a01c6138f40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12080 | 2024.11.06 00:25:35.457940 [ 289 ] {} <Trace> HTTP-Session: f3e36c34-e43d-4b30-8db2-8a01c6138f40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12081 | 2024.11.06 00:25:35.458157 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58470) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12082 | 2024.11.06 00:25:35.458208 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12083 | 2024.11.06 00:25:35.458374 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12084 | 2024.11.06 00:25:35.458651 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12085 | 2024.11.06 00:25:35.458687 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 12086 | 2024.11.06 00:25:35.459051 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12087 | 2024.11.06 00:25:35.459379 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12088 | 2024.11.06 00:25:35.459537 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001435 sec., 4181.1846689895465 rows/sec., 218.45 KiB/sec. | ||
| 12089 | 2024.11.06 00:25:35.459704 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Debug> DynamicQueryHandler: Done processing query | ||
| 12090 | 2024.11.06 00:25:35.459729 [ 289 ] {aaba93f9-7c8a-479a-a1c0-2b8fb9f08826} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12091 | 2024.11.06 00:25:35.459745 [ 289 ] {} <Debug> HTTP-Session: f3e36c34-e43d-4b30-8db2-8a01c6138f40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12092 | 2024.11.06 00:25:35.459908 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12093 | 2024.11.06 00:25:35.460030 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46955, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12094 | 2024.11.06 00:25:35.460097 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12095 | 2024.11.06 00:25:35.460136 [ 287 ] {} <Debug> HTTP-Session: 9e5c09fd-a5c3-451c-9cc6-fc4c7fcb3ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:46955 | ||
| 12096 | 2024.11.06 00:25:35.460172 [ 287 ] {} <Debug> HTTP-Session: 9e5c09fd-a5c3-451c-9cc6-fc4c7fcb3ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12097 | 2024.11.06 00:25:35.460198 [ 287 ] {} <Debug> HTTP-Session: 9e5c09fd-a5c3-451c-9cc6-fc4c7fcb3ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12098 | 2024.11.06 00:25:35.460267 [ 287 ] {} <Trace> HTTP-Session: 9e5c09fd-a5c3-451c-9cc6-fc4c7fcb3ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12099 | 2024.11.06 00:25:35.460684 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46955) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12100 | 2024.11.06 00:25:35.460778 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12101 | 2024.11.06 00:25:35.461101 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12102 | 2024.11.06 00:25:35.461595 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12103 | 2024.11.06 00:25:35.461630 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 12104 | 2024.11.06 00:25:35.462032 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12105 | 2024.11.06 00:25:35.462377 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12106 | 2024.11.06 00:25:35.462533 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002095 sec., 113126.49164677804 rows/sec., 7.58 MiB/sec. | ||
| 12107 | 2024.11.06 00:25:35.462809 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12108 | 2024.11.06 00:25:35.462872 [ 287 ] {bf770c2b-a702-437f-bf70-d7a0fbdc16e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12109 | 2024.11.06 00:25:35.462935 [ 287 ] {} <Debug> HTTP-Session: 9e5c09fd-a5c3-451c-9cc6-fc4c7fcb3ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12110 | 2024.11.06 00:25:35.463182 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46955, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12111 | 2024.11.06 00:25:35.463196 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58470, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12112 | 2024.11.06 00:25:35.463310 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12113 | 2024.11.06 00:25:35.463354 [ 289 ] {} <Debug> HTTP-Session: 164b1b1d-1edc-4e53-a8aa-391824cc978a Authenticating user 'default' from [fd00:1122:3344:101::d]:58470 | ||
| 12114 | 2024.11.06 00:25:35.463390 [ 289 ] {} <Debug> HTTP-Session: 164b1b1d-1edc-4e53-a8aa-391824cc978a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12115 | 2024.11.06 00:25:35.463417 [ 289 ] {} <Debug> HTTP-Session: 164b1b1d-1edc-4e53-a8aa-391824cc978a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12116 | 2024.11.06 00:25:35.463482 [ 289 ] {} <Trace> HTTP-Session: 164b1b1d-1edc-4e53-a8aa-391824cc978a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12117 | 2024.11.06 00:25:35.463671 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58470) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12118 | 2024.11.06 00:25:35.463762 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12119 | 2024.11.06 00:25:35.464054 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12120 | 2024.11.06 00:25:35.464376 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12121 | 2024.11.06 00:25:35.464412 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 12122 | 2024.11.06 00:25:35.464767 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12123 | 2024.11.06 00:25:35.465095 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12124 | 2024.11.06 00:25:35.465257 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001629 sec., 613.8735420503376 rows/sec., 41.36 KiB/sec. | ||
| 12125 | 2024.11.06 00:25:35.465582 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Debug> DynamicQueryHandler: Done processing query | ||
| 12126 | 2024.11.06 00:25:35.465607 [ 289 ] {0548e76b-94d7-4720-a0c0-987b85a64eff} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12127 | 2024.11.06 00:25:35.465623 [ 289 ] {} <Debug> HTTP-Session: 164b1b1d-1edc-4e53-a8aa-391824cc978a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12128 | 2024.11.06 00:25:35.465788 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12129 | 2024.11.06 00:25:35.465895 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63131, User-Agent: (none), Length: 68964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12130 | 2024.11.06 00:25:35.466007 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12131 | 2024.11.06 00:25:35.466052 [ 287 ] {} <Debug> HTTP-Session: 8a88f62a-9e7c-4216-a9ba-53242d7f7eec Authenticating user 'default' from [fd00:1122:3344:101::d]:63131 | ||
| 12132 | 2024.11.06 00:25:35.466089 [ 287 ] {} <Debug> HTTP-Session: 8a88f62a-9e7c-4216-a9ba-53242d7f7eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12133 | 2024.11.06 00:25:35.466116 [ 287 ] {} <Debug> HTTP-Session: 8a88f62a-9e7c-4216-a9ba-53242d7f7eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12134 | 2024.11.06 00:25:35.466185 [ 287 ] {} <Trace> HTTP-Session: 8a88f62a-9e7c-4216-a9ba-53242d7f7eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12135 | 2024.11.06 00:25:35.466967 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63131) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12136 | 2024.11.06 00:25:35.467102 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <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 | ||
| 12137 | 2024.11.06 00:25:35.467588 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12138 | 2024.11.06 00:25:35.468375 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12139 | 2024.11.06 00:25:35.468411 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 12140 | 2024.11.06 00:25:35.469098 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 12141 | 2024.11.06 00:25:35.469520 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12142 | 2024.11.06 00:25:35.469728 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003339 sec., 12279.125486672656 rows/sec., 22.00 MiB/sec. | ||
| 12143 | 2024.11.06 00:25:35.470337 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <Debug> DynamicQueryHandler: Done processing query | ||
| 12144 | 2024.11.06 00:25:35.470362 [ 287 ] {fa39ed43-5b7b-4d1b-8168-c0852a701798} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 12145 | 2024.11.06 00:25:35.470379 [ 287 ] {} <Debug> HTTP-Session: 8a88f62a-9e7c-4216-a9ba-53242d7f7eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12146 | 2024.11.06 00:25:35.470557 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12147 | 2024.11.06 00:25:35.470618 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58470, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12148 | 2024.11.06 00:25:35.470762 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12149 | 2024.11.06 00:25:35.470808 [ 289 ] {} <Debug> HTTP-Session: ef489283-dd34-439c-8384-fa41d5ec29b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:58470 | ||
| 12150 | 2024.11.06 00:25:35.470841 [ 289 ] {} <Debug> HTTP-Session: ef489283-dd34-439c-8384-fa41d5ec29b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12151 | 2024.11.06 00:25:35.470867 [ 289 ] {} <Debug> HTTP-Session: ef489283-dd34-439c-8384-fa41d5ec29b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12152 | 2024.11.06 00:25:35.470934 [ 289 ] {} <Trace> HTTP-Session: ef489283-dd34-439c-8384-fa41d5ec29b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12153 | 2024.11.06 00:25:35.471178 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58470) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12154 | 2024.11.06 00:25:35.471226 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12155 | 2024.11.06 00:25:35.471385 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12156 | 2024.11.06 00:25:35.471707 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12157 | 2024.11.06 00:25:35.471743 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
| 12158 | 2024.11.06 00:25:35.472109 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 12159 | 2024.11.06 00:25:35.472444 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12160 | 2024.11.06 00:25:35.472590 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. | ||
| 12161 | 2024.11.06 00:25:35.472760 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12162 | 2024.11.06 00:25:35.472785 [ 289 ] {e1b8f0a2-d9ed-4c43-87fb-cfd017e298eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12163 | 2024.11.06 00:25:35.472801 [ 289 ] {} <Debug> HTTP-Session: ef489283-dd34-439c-8384-fa41d5ec29b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12164 | 2024.11.06 00:25:35.473200 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12165 | 2024.11.06 00:25:37.718354 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12166 | 2024.11.06 00:25:37.879937 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12167 | 2024.11.06 00:25:37.935478 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63250, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12168 | 2024.11.06 00:25:37.988864 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12169 | 2024.11.06 00:25:38.046197 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40728, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12170 | 2024.11.06 00:25:38.047620 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59720, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12171 | 2024.11.06 00:25:38.050910 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12172 | 2024.11.06 00:25:38.078463 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40050, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12173 | 2024.11.06 00:25:40.434696 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39886, User-Agent: (none), Length: 1924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12174 | 2024.11.06 00:25:40.434880 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12175 | 2024.11.06 00:25:40.434927 [ 289 ] {} <Debug> HTTP-Session: 67cc439a-c2cb-4ed6-bc7d-6fb37da28e1f Authenticating user 'default' from [fd00:1122:3344:101::d]:39886 | ||
| 12176 | 2024.11.06 00:25:40.434970 [ 289 ] {} <Debug> HTTP-Session: 67cc439a-c2cb-4ed6-bc7d-6fb37da28e1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12177 | 2024.11.06 00:25:40.435002 [ 289 ] {} <Debug> HTTP-Session: 67cc439a-c2cb-4ed6-bc7d-6fb37da28e1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12178 | 2024.11.06 00:25:40.435086 [ 289 ] {} <Trace> HTTP-Session: 67cc439a-c2cb-4ed6-bc7d-6fb37da28e1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12179 | 2024.11.06 00:25:40.435357 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39886) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12180 | 2024.11.06 00:25:40.435429 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12181 | 2024.11.06 00:25:40.435775 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12182 | 2024.11.06 00:25:40.436231 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12183 | 2024.11.06 00:25:40.436280 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12184 | 2024.11.06 00:25:40.436706 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 12185 | 2024.11.06 00:25:40.437095 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12186 | 2024.11.06 00:25:40.437286 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001985 sec., 6045.340050377835 rows/sec., 492.95 KiB/sec. | ||
| 12187 | 2024.11.06 00:25:40.437518 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12188 | 2024.11.06 00:25:40.437546 [ 289 ] {0a16de25-acc6-47da-8d8f-c4c6964520d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12189 | 2024.11.06 00:25:40.437563 [ 289 ] {} <Debug> HTTP-Session: 67cc439a-c2cb-4ed6-bc7d-6fb37da28e1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12190 | 2024.11.06 00:25:40.437798 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39886, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12191 | 2024.11.06 00:25:40.437980 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44124, User-Agent: (none), Length: 8612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12192 | 2024.11.06 00:25:40.438176 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12193 | 2024.11.06 00:25:40.438224 [ 287 ] {} <Debug> HTTP-Session: 6a9791e8-58e3-47e0-9ac4-45f2e37f9538 Authenticating user 'default' from [fd00:1122:3344:101::d]:44124 | ||
| 12194 | 2024.11.06 00:25:40.438266 [ 287 ] {} <Debug> HTTP-Session: 6a9791e8-58e3-47e0-9ac4-45f2e37f9538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12195 | 2024.11.06 00:25:40.438284 [ 287 ] {} <Debug> HTTP-Session: 6a9791e8-58e3-47e0-9ac4-45f2e37f9538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12196 | 2024.11.06 00:25:40.438338 [ 287 ] {} <Trace> HTTP-Session: 6a9791e8-58e3-47e0-9ac4-45f2e37f9538 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12197 | 2024.11.06 00:25:40.438542 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44124) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12198 | 2024.11.06 00:25:40.438610 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12199 | 2024.11.06 00:25:40.438954 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12200 | 2024.11.06 00:25:40.439404 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12201 | 2024.11.06 00:25:40.439448 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12202 | 2024.11.06 00:25:40.439876 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12203 | 2024.11.06 00:25:40.440267 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12204 | 2024.11.06 00:25:40.440453 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001976 sec., 31376.518218623485 rows/sec., 2.38 MiB/sec. | ||
| 12205 | 2024.11.06 00:25:40.440683 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12206 | 2024.11.06 00:25:40.440711 [ 287 ] {00448366-6e56-407f-bd8f-25b257e1a08c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12207 | 2024.11.06 00:25:40.440728 [ 287 ] {} <Debug> HTTP-Session: 6a9791e8-58e3-47e0-9ac4-45f2e37f9538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12208 | 2024.11.06 00:25:40.440912 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39886, User-Agent: (none), Length: 1727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12209 | 2024.11.06 00:25:40.440934 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44124, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12210 | 2024.11.06 00:25:40.441004 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12211 | 2024.11.06 00:25:40.441036 [ 289 ] {} <Debug> HTTP-Session: c52e2c43-705d-4cdb-9772-5ba2c2166053 Authenticating user 'default' from [fd00:1122:3344:101::d]:39886 | ||
| 12212 | 2024.11.06 00:25:40.441055 [ 289 ] {} <Debug> HTTP-Session: c52e2c43-705d-4cdb-9772-5ba2c2166053 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12213 | 2024.11.06 00:25:40.441069 [ 289 ] {} <Debug> HTTP-Session: c52e2c43-705d-4cdb-9772-5ba2c2166053 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12214 | 2024.11.06 00:25:40.441121 [ 289 ] {} <Trace> HTTP-Session: c52e2c43-705d-4cdb-9772-5ba2c2166053 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12215 | 2024.11.06 00:25:40.441246 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39886) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12216 | 2024.11.06 00:25:40.441296 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12217 | 2024.11.06 00:25:40.441569 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12218 | 2024.11.06 00:25:40.441915 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12219 | 2024.11.06 00:25:40.441955 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12220 | 2024.11.06 00:25:40.442317 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 12221 | 2024.11.06 00:25:40.442682 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12222 | 2024.11.06 00:25:40.442863 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001643 sec., 7303.712720632989 rows/sec., 509.98 KiB/sec. | ||
| 12223 | 2024.11.06 00:25:40.442866 [ 71 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 12224 | 2024.11.06 00:25:40.442969 [ 71 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12225 | 2024.11.06 00:25:40.443028 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12226 | 2024.11.06 00:25:40.443135 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12227 | 2024.11.06 00:25:40.443170 [ 289 ] {5efd520a-2596-4a8b-adae-9f88a5dd21d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12228 | 2024.11.06 00:25:40.443177 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
| 12229 | 2024.11.06 00:25:40.443190 [ 289 ] {} <Debug> HTTP-Session: c52e2c43-705d-4cdb-9772-5ba2c2166053 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12230 | 2024.11.06 00:25:40.443313 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12231 | 2024.11.06 00:25:40.443346 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 59 rows starting from the beginning of the part | ||
| 12232 | 2024.11.06 00:25:40.443368 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39886, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12233 | 2024.11.06 00:25:40.443592 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2 rows starting from the beginning of the part | ||
| 12234 | 2024.11.06 00:25:40.443807 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51715, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12235 | 2024.11.06 00:25:40.443907 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part | ||
| 12236 | 2024.11.06 00:25:40.444185 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12237 | 2024.11.06 00:25:40.444319 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part | ||
| 12238 | 2024.11.06 00:25:40.444356 [ 287 ] {} <Debug> HTTP-Session: 4b91d743-f998-4016-a74e-2d1e91f2562e Authenticating user 'default' from [fd00:1122:3344:101::d]:51715 | ||
| 12239 | 2024.11.06 00:25:40.444434 [ 287 ] {} <Debug> HTTP-Session: 4b91d743-f998-4016-a74e-2d1e91f2562e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12240 | 2024.11.06 00:25:40.444523 [ 287 ] {} <Debug> HTTP-Session: 4b91d743-f998-4016-a74e-2d1e91f2562e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12241 | 2024.11.06 00:25:40.444655 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part | ||
| 12242 | 2024.11.06 00:25:40.444667 [ 287 ] {} <Trace> HTTP-Session: 4b91d743-f998-4016-a74e-2d1e91f2562e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12243 | 2024.11.06 00:25:40.444914 [ 186 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part | ||
| 12244 | 2024.11.06 00:25:40.445020 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51715) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12245 | 2024.11.06 00:25:40.445207 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12246 | 2024.11.06 00:25:40.446230 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12247 | 2024.11.06 00:25:40.447452 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12248 | 2024.11.06 00:25:40.447538 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12249 | 2024.11.06 00:25:40.447936 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.004821923 sec., 32559.624033813896 rows/sec., 2.48 MiB/sec. | ||
| 12250 | 2024.11.06 00:25:40.448288 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 12251 | 2024.11.06 00:25:40.448428 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12252 | 2024.11.06 00:25:40.449616 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12253 | 2024.11.06 00:25:40.449640 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12254 | 2024.11.06 00:25:40.449878 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_45_9} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 12255 | 2024.11.06 00:25:40.449966 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.005088 sec., 14937.106918238995 rows/sec., 1.17 MiB/sec. | ||
| 12256 | 2024.11.06 00:25:40.450123 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12257 | 2024.11.06 00:25:40.450360 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Debug> DynamicQueryHandler: Done processing query | ||
| 12258 | 2024.11.06 00:25:40.450390 [ 287 ] {3bc0dd3d-9a8e-4d61-b60b-2d8b22d9ea78} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12259 | 2024.11.06 00:25:40.450406 [ 287 ] {} <Debug> HTTP-Session: 4b91d743-f998-4016-a74e-2d1e91f2562e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12260 | 2024.11.06 00:25:40.450584 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12261 | 2024.11.06 00:25:40.450694 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40261, User-Agent: (none), Length: 25674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12262 | 2024.11.06 00:25:40.450769 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12263 | 2024.11.06 00:25:40.450793 [ 289 ] {} <Debug> HTTP-Session: f1f3e5d6-2e83-4109-a158-0183cbf8e14f Authenticating user 'default' from [fd00:1122:3344:101::d]:40261 | ||
| 12264 | 2024.11.06 00:25:40.450815 [ 289 ] {} <Debug> HTTP-Session: f1f3e5d6-2e83-4109-a158-0183cbf8e14f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12265 | 2024.11.06 00:25:40.450833 [ 289 ] {} <Debug> HTTP-Session: f1f3e5d6-2e83-4109-a158-0183cbf8e14f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12266 | 2024.11.06 00:25:40.450878 [ 289 ] {} <Trace> HTTP-Session: f1f3e5d6-2e83-4109-a158-0183cbf8e14f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12267 | 2024.11.06 00:25:40.451078 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40261) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12268 | 2024.11.06 00:25:40.451139 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12269 | 2024.11.06 00:25:40.451339 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12270 | 2024.11.06 00:25:40.451734 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12271 | 2024.11.06 00:25:40.451771 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12272 | 2024.11.06 00:25:40.452189 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12273 | 2024.11.06 00:25:40.452542 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12274 | 2024.11.06 00:25:40.452699 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.001708 sec., 78454.3325526932 rows/sec., 5.46 MiB/sec. | ||
| 12275 | 2024.11.06 00:25:40.452876 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Debug> DynamicQueryHandler: Done processing query | ||
| 12276 | 2024.11.06 00:25:40.452901 [ 289 ] {582e70de-ac7a-42cf-8b84-ee5fdae18c46} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12277 | 2024.11.06 00:25:40.452918 [ 289 ] {} <Debug> HTTP-Session: f1f3e5d6-2e83-4109-a158-0183cbf8e14f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12278 | 2024.11.06 00:25:40.453140 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40261, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12279 | 2024.11.06 00:25:40.453159 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51715, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12280 | 2024.11.06 00:25:40.453296 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12281 | 2024.11.06 00:25:40.453325 [ 287 ] {} <Debug> HTTP-Session: 5b6dc988-a7b9-4332-893c-d97566249210 Authenticating user 'default' from [fd00:1122:3344:101::d]:51715 | ||
| 12282 | 2024.11.06 00:25:40.453347 [ 287 ] {} <Debug> HTTP-Session: 5b6dc988-a7b9-4332-893c-d97566249210 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12283 | 2024.11.06 00:25:40.453364 [ 287 ] {} <Debug> HTTP-Session: 5b6dc988-a7b9-4332-893c-d97566249210 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12284 | 2024.11.06 00:25:40.453410 [ 287 ] {} <Trace> HTTP-Session: 5b6dc988-a7b9-4332-893c-d97566249210 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12285 | 2024.11.06 00:25:40.453583 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51715) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12286 | 2024.11.06 00:25:40.453643 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12287 | 2024.11.06 00:25:40.453834 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12288 | 2024.11.06 00:25:40.454198 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12289 | 2024.11.06 00:25:40.454241 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12290 | 2024.11.06 00:25:40.454621 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 12291 | 2024.11.06 00:25:40.454958 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12292 | 2024.11.06 00:25:40.455124 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001591 sec., 30169.70458830924 rows/sec., 2.03 MiB/sec. | ||
| 12293 | 2024.11.06 00:25:40.455381 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12294 | 2024.11.06 00:25:40.455440 [ 287 ] {1446946d-430a-4a64-961c-3f73dff431a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12295 | 2024.11.06 00:25:40.455497 [ 287 ] {} <Debug> HTTP-Session: 5b6dc988-a7b9-4332-893c-d97566249210 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12296 | 2024.11.06 00:25:40.455799 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12297 | 2024.11.06 00:25:41.739499 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12298 | 2024.11.06 00:25:41.739577 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12299 | 2024.11.06 00:25:42.118518 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1114 | ||
| 12300 | 2024.11.06 00:25:42.121373 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12301 | 2024.11.06 00:25:42.121424 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12302 | 2024.11.06 00:25:42.123024 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12303 | 2024.11.06 00:25:42.124031 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12304 | 2024.11.06 00:25:42.124985 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1114 | ||
| 12305 | 2024.11.06 00:25:45.435117 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51008, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12306 | 2024.11.06 00:25:45.435266 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12307 | 2024.11.06 00:25:45.435296 [ 287 ] {} <Debug> HTTP-Session: 4ed8b9c2-15cc-4b4b-a0b1-b29b9b28fa14 Authenticating user 'default' from [fd00:1122:3344:101::d]:51008 | ||
| 12308 | 2024.11.06 00:25:45.435324 [ 287 ] {} <Debug> HTTP-Session: 4ed8b9c2-15cc-4b4b-a0b1-b29b9b28fa14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12309 | 2024.11.06 00:25:45.435342 [ 287 ] {} <Debug> HTTP-Session: 4ed8b9c2-15cc-4b4b-a0b1-b29b9b28fa14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12310 | 2024.11.06 00:25:45.435398 [ 287 ] {} <Trace> HTTP-Session: 4ed8b9c2-15cc-4b4b-a0b1-b29b9b28fa14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12311 | 2024.11.06 00:25:45.435630 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51008) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12312 | 2024.11.06 00:25:45.435704 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12313 | 2024.11.06 00:25:45.436192 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12314 | 2024.11.06 00:25:45.436676 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12315 | 2024.11.06 00:25:45.436726 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12316 | 2024.11.06 00:25:45.437175 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12317 | 2024.11.06 00:25:45.437592 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12318 | 2024.11.06 00:25:45.437785 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002232 sec., 25089.605734767025 rows/sec., 1.92 MiB/sec. | ||
| 12319 | 2024.11.06 00:25:45.438133 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12320 | 2024.11.06 00:25:45.438178 [ 287 ] {de96d47e-a6bf-4e75-a904-96e51838324d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12321 | 2024.11.06 00:25:45.438197 [ 287 ] {} <Debug> HTTP-Session: 4ed8b9c2-15cc-4b4b-a0b1-b29b9b28fa14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12322 | 2024.11.06 00:25:45.438425 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12323 | 2024.11.06 00:25:45.438575 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39617, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12324 | 2024.11.06 00:25:45.438699 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12325 | 2024.11.06 00:25:45.438724 [ 289 ] {} <Debug> HTTP-Session: 45a3ccb6-28fa-4b97-91ad-a9a3d37dedf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:39617 | ||
| 12326 | 2024.11.06 00:25:45.438749 [ 289 ] {} <Debug> HTTP-Session: 45a3ccb6-28fa-4b97-91ad-a9a3d37dedf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12327 | 2024.11.06 00:25:45.438764 [ 289 ] {} <Debug> HTTP-Session: 45a3ccb6-28fa-4b97-91ad-a9a3d37dedf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12328 | 2024.11.06 00:25:45.438819 [ 289 ] {} <Trace> HTTP-Session: 45a3ccb6-28fa-4b97-91ad-a9a3d37dedf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12329 | 2024.11.06 00:25:45.439044 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39617) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12330 | 2024.11.06 00:25:45.439114 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12331 | 2024.11.06 00:25:45.439473 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12332 | 2024.11.06 00:25:45.439945 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12333 | 2024.11.06 00:25:45.439993 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12334 | 2024.11.06 00:25:45.440452 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12335 | 2024.11.06 00:25:45.440853 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12336 | 2024.11.06 00:25:45.441051 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002071 sec., 30902.945436986964 rows/sec., 2.41 MiB/sec. | ||
| 12337 | 2024.11.06 00:25:45.441259 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Debug> DynamicQueryHandler: Done processing query | ||
| 12338 | 2024.11.06 00:25:45.441286 [ 289 ] {06504c74-ba67-4f42-97fa-7186f3e0a831} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12339 | 2024.11.06 00:25:45.441307 [ 289 ] {} <Debug> HTTP-Session: 45a3ccb6-28fa-4b97-91ad-a9a3d37dedf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12340 | 2024.11.06 00:25:45.441503 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39617, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12341 | 2024.11.06 00:25:45.441566 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51008, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12342 | 2024.11.06 00:25:45.441655 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12343 | 2024.11.06 00:25:45.441684 [ 287 ] {} <Debug> HTTP-Session: f0af8180-eed5-4fc7-b28d-3bd9809c7980 Authenticating user 'default' from [fd00:1122:3344:101::d]:51008 | ||
| 12344 | 2024.11.06 00:25:45.441708 [ 287 ] {} <Debug> HTTP-Session: f0af8180-eed5-4fc7-b28d-3bd9809c7980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12345 | 2024.11.06 00:25:45.441725 [ 287 ] {} <Debug> HTTP-Session: f0af8180-eed5-4fc7-b28d-3bd9809c7980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12346 | 2024.11.06 00:25:45.441778 [ 287 ] {} <Trace> HTTP-Session: f0af8180-eed5-4fc7-b28d-3bd9809c7980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12347 | 2024.11.06 00:25:45.441990 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51008) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12348 | 2024.11.06 00:25:45.442056 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12349 | 2024.11.06 00:25:45.442279 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12350 | 2024.11.06 00:25:45.442702 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12351 | 2024.11.06 00:25:45.442741 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12352 | 2024.11.06 00:25:45.443150 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12353 | 2024.11.06 00:25:45.443508 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12354 | 2024.11.06 00:25:45.443677 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00178 sec., 89887.6404494382 rows/sec., 6.26 MiB/sec. | ||
| 12355 | 2024.11.06 00:25:45.443859 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Debug> DynamicQueryHandler: Done processing query | ||
| 12356 | 2024.11.06 00:25:45.443883 [ 287 ] {ad51825d-e53f-4e48-8495-0f5833f6e747} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12357 | 2024.11.06 00:25:45.443899 [ 287 ] {} <Debug> HTTP-Session: f0af8180-eed5-4fc7-b28d-3bd9809c7980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12358 | 2024.11.06 00:25:45.444075 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12359 | 2024.11.06 00:25:45.444178 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51564, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12360 | 2024.11.06 00:25:45.444244 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12361 | 2024.11.06 00:25:45.444265 [ 289 ] {} <Debug> HTTP-Session: 261d86d8-b9ca-4d6f-84b8-4bb12cfa2ac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51564 | ||
| 12362 | 2024.11.06 00:25:45.444283 [ 289 ] {} <Debug> HTTP-Session: 261d86d8-b9ca-4d6f-84b8-4bb12cfa2ac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12363 | 2024.11.06 00:25:45.444297 [ 289 ] {} <Debug> HTTP-Session: 261d86d8-b9ca-4d6f-84b8-4bb12cfa2ac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12364 | 2024.11.06 00:25:45.444337 [ 289 ] {} <Trace> HTTP-Session: 261d86d8-b9ca-4d6f-84b8-4bb12cfa2ac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12365 | 2024.11.06 00:25:45.444480 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51564) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12366 | 2024.11.06 00:25:45.444535 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12367 | 2024.11.06 00:25:45.444709 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12368 | 2024.11.06 00:25:45.445040 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12369 | 2024.11.06 00:25:45.445078 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12370 | 2024.11.06 00:25:45.445467 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 12371 | 2024.11.06 00:25:45.445800 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12372 | 2024.11.06 00:25:45.445958 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001526 sec., 39318.47968545216 rows/sec., 2.65 MiB/sec. | ||
| 12373 | 2024.11.06 00:25:45.446224 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Debug> DynamicQueryHandler: Done processing query | ||
| 12374 | 2024.11.06 00:25:45.446283 [ 289 ] {1cee92c7-0ef3-4c09-be3b-26ba40cef312} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12375 | 2024.11.06 00:25:45.446341 [ 289 ] {} <Debug> HTTP-Session: 261d86d8-b9ca-4d6f-84b8-4bb12cfa2ac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12376 | 2024.11.06 00:25:45.446735 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12377 | 2024.11.06 00:25:49.764150 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62079, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12378 | 2024.11.06 00:25:49.995819 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46978, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12379 | 2024.11.06 00:25:50.100943 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40454, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12380 | 2024.11.06 00:25:50.322172 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12381 | 2024.11.06 00:25:50.334691 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34891, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12382 | 2024.11.06 00:25:50.375089 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37912, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12383 | 2024.11.06 00:25:50.409438 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36790, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12384 | 2024.11.06 00:25:50.418164 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:64405, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12385 | 2024.11.06 00:25:50.441819 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51008, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12386 | 2024.11.06 00:25:50.441987 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12387 | 2024.11.06 00:25:50.442032 [ 287 ] {} <Debug> HTTP-Session: b0fee622-2057-406f-a71c-c36e0198ebf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51008 | ||
| 12388 | 2024.11.06 00:25:50.442073 [ 287 ] {} <Debug> HTTP-Session: b0fee622-2057-406f-a71c-c36e0198ebf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12389 | 2024.11.06 00:25:50.442101 [ 287 ] {} <Debug> HTTP-Session: b0fee622-2057-406f-a71c-c36e0198ebf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12390 | 2024.11.06 00:25:50.442183 [ 287 ] {} <Trace> HTTP-Session: b0fee622-2057-406f-a71c-c36e0198ebf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12391 | 2024.11.06 00:25:50.442579 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51008) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12392 | 2024.11.06 00:25:50.442648 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12393 | 2024.11.06 00:25:50.442981 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12394 | 2024.11.06 00:25:50.443602 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12395 | 2024.11.06 00:25:50.443650 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12396 | 2024.11.06 00:25:50.444087 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12397 | 2024.11.06 00:25:50.444470 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12398 | 2024.11.06 00:25:50.444661 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002255 sec., 120177.38359201774 rows/sec., 10.68 MiB/sec. | ||
| 12399 | 2024.11.06 00:25:50.444661 [ 64 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12400 | 2024.11.06 00:25:50.444772 [ 64 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12401 | 2024.11.06 00:25:50.444829 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12402 | 2024.11.06 00:25:50.444970 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12403 | 2024.11.06 00:25:50.445004 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 12404 | 2024.11.06 00:25:50.445018 [ 287 ] {1c90b6ab-f14b-48dc-bc64-e8b1db802de1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12405 | 2024.11.06 00:25:50.445067 [ 287 ] {} <Debug> HTTP-Session: b0fee622-2057-406f-a71c-c36e0198ebf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12406 | 2024.11.06 00:25:50.445232 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12407 | 2024.11.06 00:25:50.445281 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1420 rows starting from the beginning of the part | ||
| 12408 | 2024.11.06 00:25:50.445347 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51008, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12409 | 2024.11.06 00:25:50.445583 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53016, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12410 | 2024.11.06 00:25:50.445592 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
| 12411 | 2024.11.06 00:25:50.445849 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12412 | 2024.11.06 00:25:50.445978 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 271 rows starting from the beginning of the part | ||
| 12413 | 2024.11.06 00:25:50.445993 [ 289 ] {} <Debug> HTTP-Session: 2c965676-cea0-4dec-88cf-2c85d02c29ec Authenticating user 'default' from [fd00:1122:3344:101::d]:53016 | ||
| 12414 | 2024.11.06 00:25:50.446106 [ 289 ] {} <Debug> HTTP-Session: 2c965676-cea0-4dec-88cf-2c85d02c29ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12415 | 2024.11.06 00:25:50.446242 [ 289 ] {} <Debug> HTTP-Session: 2c965676-cea0-4dec-88cf-2c85d02c29ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12416 | 2024.11.06 00:25:50.446486 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 62 rows starting from the beginning of the part | ||
| 12417 | 2024.11.06 00:25:50.446492 [ 289 ] {} <Trace> HTTP-Session: 2c965676-cea0-4dec-88cf-2c85d02c29ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12418 | 2024.11.06 00:25:50.446817 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
| 12419 | 2024.11.06 00:25:50.446933 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53016) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12420 | 2024.11.06 00:25:50.447050 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 271 rows starting from the beginning of the part | ||
| 12421 | 2024.11.06 00:25:50.447111 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12422 | 2024.11.06 00:25:50.447914 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12423 | 2024.11.06 00:25:50.448597 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12424 | 2024.11.06 00:25:50.448650 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12425 | 2024.11.06 00:25:50.449142 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12426 | 2024.11.06 00:25:50.449492 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2136 rows, containing 5 columns (5 merged, 0 gathered) in 0.004577805 sec., 466599.1670680599 rows/sec., 41.10 MiB/sec. | ||
| 12427 | 2024.11.06 00:25:50.449699 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12428 | 2024.11.06 00:25:50.449748 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12429 | 2024.11.06 00:25:50.450097 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.003307 sec., 12397.94375566979 rows/sec., 932.27 KiB/sec. | ||
| 12430 | 2024.11.06 00:25:50.450888 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Debug> DynamicQueryHandler: Done processing query | ||
| 12431 | 2024.11.06 00:25:50.450979 [ 289 ] {b74ff5d7-c909-4999-98ca-097ea1af7acc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12432 | 2024.11.06 00:25:50.451084 [ 289 ] {} <Debug> HTTP-Session: 2c965676-cea0-4dec-88cf-2c85d02c29ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12433 | 2024.11.06 00:25:50.451390 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12434 | 2024.11.06 00:25:50.451468 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12435 | 2024.11.06 00:25:50.451558 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61796, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12436 | 2024.11.06 00:25:50.451653 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_76_15} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12437 | 2024.11.06 00:25:50.451782 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12438 | 2024.11.06 00:25:50.451825 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 12439 | 2024.11.06 00:25:50.451864 [ 287 ] {} <Debug> HTTP-Session: d68f884b-3244-4036-ab60-8e81ba762875 Authenticating user 'default' from [fd00:1122:3344:101::d]:61796 | ||
| 12440 | 2024.11.06 00:25:50.451919 [ 287 ] {} <Debug> HTTP-Session: d68f884b-3244-4036-ab60-8e81ba762875 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12441 | 2024.11.06 00:25:50.451948 [ 287 ] {} <Debug> HTTP-Session: d68f884b-3244-4036-ab60-8e81ba762875 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12442 | 2024.11.06 00:25:50.452018 [ 287 ] {} <Trace> HTTP-Session: d68f884b-3244-4036-ab60-8e81ba762875 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12443 | 2024.11.06 00:25:50.452238 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61796) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12444 | 2024.11.06 00:25:50.452328 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12445 | 2024.11.06 00:25:50.452688 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12446 | 2024.11.06 00:25:50.453017 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12447 | 2024.11.06 00:25:50.453054 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12448 | 2024.11.06 00:25:50.453435 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12449 | 2024.11.06 00:25:50.453809 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12450 | 2024.11.06 00:25:50.453974 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0018 sec., 7777.777777777778 rows/sec., 544.70 KiB/sec. | ||
| 12451 | 2024.11.06 00:25:50.454203 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12452 | 2024.11.06 00:25:50.454228 [ 287 ] {7cafa189-db4a-43da-a387-980f415daef4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12453 | 2024.11.06 00:25:50.454244 [ 287 ] {} <Debug> HTTP-Session: d68f884b-3244-4036-ab60-8e81ba762875 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12454 | 2024.11.06 00:25:50.454431 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61796, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12455 | 2024.11.06 00:25:50.454499 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43554, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12456 | 2024.11.06 00:25:50.454588 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12457 | 2024.11.06 00:25:50.454617 [ 289 ] {} <Debug> HTTP-Session: 018e239c-c12f-42a2-8073-b75d97420c68 Authenticating user 'default' from [fd00:1122:3344:101::d]:43554 | ||
| 12458 | 2024.11.06 00:25:50.454641 [ 289 ] {} <Debug> HTTP-Session: 018e239c-c12f-42a2-8073-b75d97420c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12459 | 2024.11.06 00:25:50.454658 [ 289 ] {} <Debug> HTTP-Session: 018e239c-c12f-42a2-8073-b75d97420c68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12460 | 2024.11.06 00:25:50.454706 [ 289 ] {} <Trace> HTTP-Session: 018e239c-c12f-42a2-8073-b75d97420c68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12461 | 2024.11.06 00:25:50.454844 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43554) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12462 | 2024.11.06 00:25:50.454903 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12463 | 2024.11.06 00:25:50.455226 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12464 | 2024.11.06 00:25:50.455594 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12465 | 2024.11.06 00:25:50.455632 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12466 | 2024.11.06 00:25:50.455989 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12467 | 2024.11.06 00:25:50.456344 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12468 | 2024.11.06 00:25:50.456493 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001688 sec., 3554.5023696682465 rows/sec., 210.01 KiB/sec. | ||
| 12469 | 2024.11.06 00:25:50.456733 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12470 | 2024.11.06 00:25:50.456757 [ 289 ] {a56d64a5-7d53-4977-8e1e-17d57987507e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12471 | 2024.11.06 00:25:50.456774 [ 289 ] {} <Debug> HTTP-Session: 018e239c-c12f-42a2-8073-b75d97420c68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12472 | 2024.11.06 00:25:50.457082 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12473 | 2024.11.06 00:25:50.457236 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59623, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12474 | 2024.11.06 00:25:50.457345 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12475 | 2024.11.06 00:25:50.457384 [ 287 ] {} <Debug> HTTP-Session: 363200d7-763c-4233-bdbc-a2258206f5ea Authenticating user 'default' from [fd00:1122:3344:101::d]:59623 | ||
| 12476 | 2024.11.06 00:25:50.457417 [ 287 ] {} <Debug> HTTP-Session: 363200d7-763c-4233-bdbc-a2258206f5ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12477 | 2024.11.06 00:25:50.457446 [ 287 ] {} <Debug> HTTP-Session: 363200d7-763c-4233-bdbc-a2258206f5ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12478 | 2024.11.06 00:25:50.457513 [ 287 ] {} <Trace> HTTP-Session: 363200d7-763c-4233-bdbc-a2258206f5ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12479 | 2024.11.06 00:25:50.457818 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59623) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12480 | 2024.11.06 00:25:50.457867 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12481 | 2024.11.06 00:25:50.458128 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12482 | 2024.11.06 00:25:50.458728 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12483 | 2024.11.06 00:25:50.458765 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12484 | 2024.11.06 00:25:50.459146 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12485 | 2024.11.06 00:25:50.459507 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12486 | 2024.11.06 00:25:50.459690 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002045 sec., 206845.96577017117 rows/sec., 14.79 MiB/sec. | ||
| 12487 | 2024.11.06 00:25:50.459709 [ 65 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12488 | 2024.11.06 00:25:50.459766 [ 65 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12489 | 2024.11.06 00:25:50.459804 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12490 | 2024.11.06 00:25:50.459908 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12491 | 2024.11.06 00:25:50.459956 [ 287 ] {2db438fc-cacf-4b05-b6ae-4620efabde6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 12492 | 2024.11.06 00:25:50.459978 [ 287 ] {} <Debug> HTTP-Session: 363200d7-763c-4233-bdbc-a2258206f5ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12493 | 2024.11.06 00:25:50.459978 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 12494 | 2024.11.06 00:25:50.460325 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59623, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12495 | 2024.11.06 00:25:50.460345 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43554, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12496 | 2024.11.06 00:25:50.460682 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12497 | 2024.11.06 00:25:50.460721 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12498 | 2024.11.06 00:25:50.460774 [ 289 ] {} <Debug> HTTP-Session: 95aa1fc5-6412-4338-93c8-ee960fbd1a1c Authenticating user 'default' from [fd00:1122:3344:101::d]:43554 | ||
| 12499 | 2024.11.06 00:25:50.460845 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part | ||
| 12500 | 2024.11.06 00:25:50.460862 [ 289 ] {} <Debug> HTTP-Session: 95aa1fc5-6412-4338-93c8-ee960fbd1a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12501 | 2024.11.06 00:25:50.460944 [ 289 ] {} <Debug> HTTP-Session: 95aa1fc5-6412-4338-93c8-ee960fbd1a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12502 | 2024.11.06 00:25:50.461175 [ 289 ] {} <Trace> HTTP-Session: 95aa1fc5-6412-4338-93c8-ee960fbd1a1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12503 | 2024.11.06 00:25:50.461232 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part | ||
| 12504 | 2024.11.06 00:25:50.461821 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 423 rows starting from the beginning of the part | ||
| 12505 | 2024.11.06 00:25:50.461914 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43554) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12506 | 2024.11.06 00:25:50.462263 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 76 rows starting from the beginning of the part | ||
| 12507 | 2024.11.06 00:25:50.462740 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part | ||
| 12508 | 2024.11.06 00:25:50.462958 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12509 | 2024.11.06 00:25:50.463050 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 423 rows starting from the beginning of the part | ||
| 12510 | 2024.11.06 00:25:50.463923 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12511 | 2024.11.06 00:25:50.464631 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12512 | 2024.11.06 00:25:50.464711 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12513 | 2024.11.06 00:25:50.465780 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12514 | 2024.11.06 00:25:50.466383 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1965 rows, containing 5 columns (5 merged, 0 gathered) in 0.006507383 sec., 301964.7068568117 rows/sec., 23.13 MiB/sec. | ||
| 12515 | 2024.11.06 00:25:50.466396 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12516 | 2024.11.06 00:25:50.466617 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12517 | 2024.11.06 00:25:50.466698 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005088 sec., 1179.245283018868 rows/sec., 61.61 KiB/sec. | ||
| 12518 | 2024.11.06 00:25:50.467419 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 12519 | 2024.11.06 00:25:50.467530 [ 289 ] {daaa79a1-9c77-4e7a-9702-d3578b7957dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12520 | 2024.11.06 00:25:50.467632 [ 289 ] {} <Debug> HTTP-Session: 95aa1fc5-6412-4338-93c8-ee960fbd1a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12521 | 2024.11.06 00:25:50.467960 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12522 | 2024.11.06 00:25:50.468051 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12523 | 2024.11.06 00:25:50.468106 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42981, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12524 | 2024.11.06 00:25:50.468191 [ 193 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_76_15} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12525 | 2024.11.06 00:25:50.468196 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12526 | 2024.11.06 00:25:50.468247 [ 287 ] {} <Debug> HTTP-Session: 50c51325-0db4-4bb3-8386-cc492a7685c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:42981 | ||
| 12527 | 2024.11.06 00:25:50.468297 [ 287 ] {} <Debug> HTTP-Session: 50c51325-0db4-4bb3-8386-cc492a7685c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12528 | 2024.11.06 00:25:50.468304 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 12529 | 2024.11.06 00:25:50.468321 [ 287 ] {} <Debug> HTTP-Session: 50c51325-0db4-4bb3-8386-cc492a7685c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12530 | 2024.11.06 00:25:50.468369 [ 287 ] {} <Trace> HTTP-Session: 50c51325-0db4-4bb3-8386-cc492a7685c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12531 | 2024.11.06 00:25:50.468590 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42981) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12532 | 2024.11.06 00:25:50.468639 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12533 | 2024.11.06 00:25:50.468799 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12534 | 2024.11.06 00:25:50.469236 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12535 | 2024.11.06 00:25:50.469271 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12536 | 2024.11.06 00:25:50.469666 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12537 | 2024.11.06 00:25:50.470016 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12538 | 2024.11.06 00:25:50.470148 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001678 sec., 141239.57091775924 rows/sec., 9.47 MiB/sec. | ||
| 12539 | 2024.11.06 00:25:50.470152 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12540 | 2024.11.06 00:25:50.470214 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12541 | 2024.11.06 00:25:50.470252 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12542 | 2024.11.06 00:25:50.470401 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 12543 | 2024.11.06 00:25:50.470476 [ 287 ] {db4503d5-9ab8-4aaf-8508-79701cf6d5ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12544 | 2024.11.06 00:25:50.470534 [ 287 ] {} <Debug> HTTP-Session: 50c51325-0db4-4bb3-8386-cc492a7685c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12545 | 2024.11.06 00:25:50.470639 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 12546 | 2024.11.06 00:25:50.470913 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42981, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12547 | 2024.11.06 00:25:50.471106 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62272, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12548 | 2024.11.06 00:25:50.471426 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12549 | 2024.11.06 00:25:50.471548 [ 282 ] {} <Debug> HTTP-Session: fec68b0d-9e80-4051-ba55-fefdacf40e4b Authenticating user 'default' from [fd00:1122:3344:101::d]:62272 | ||
| 12550 | 2024.11.06 00:25:50.471628 [ 282 ] {} <Debug> HTTP-Session: fec68b0d-9e80-4051-ba55-fefdacf40e4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12551 | 2024.11.06 00:25:50.471690 [ 282 ] {} <Debug> HTTP-Session: fec68b0d-9e80-4051-ba55-fefdacf40e4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12552 | 2024.11.06 00:25:50.471750 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12553 | 2024.11.06 00:25:50.471777 [ 282 ] {} <Trace> HTTP-Session: fec68b0d-9e80-4051-ba55-fefdacf40e4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12554 | 2024.11.06 00:25:50.471814 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_71_14, total 15520 rows starting from the beginning of the part | ||
| 12555 | 2024.11.06 00:25:50.472043 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part | ||
| 12556 | 2024.11.06 00:25:50.472177 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62272) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 12557 | 2024.11.06 00:25:50.472279 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 237 rows starting from the beginning of the part | ||
| 12558 | 2024.11.06 00:25:50.472394 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12559 | 2024.11.06 00:25:50.472518 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 134 rows starting from the beginning of the part | ||
| 12560 | 2024.11.06 00:25:50.472836 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part | ||
| 12561 | 2024.11.06 00:25:50.473183 [ 187 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 237 rows starting from the beginning of the part | ||
| 12562 | 2024.11.06 00:25:50.473819 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12563 | 2024.11.06 00:25:50.474486 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12564 | 2024.11.06 00:25:50.474527 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12565 | 2024.11.06 00:25:50.475229 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12566 | 2024.11.06 00:25:50.476167 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2024.11.06 00:25:50.476649 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004633 sec., 215.8428663932657 rows/sec., 14.54 KiB/sec. | ||
| 12568 | 2024.11.06 00:25:50.477188 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 12569 | 2024.11.06 00:25:50.477217 [ 282 ] {d6a5a170-5837-43d4-ae3a-5730005b83d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 12570 | 2024.11.06 00:25:50.477235 [ 282 ] {} <Debug> HTTP-Session: fec68b0d-9e80-4051-ba55-fefdacf40e4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12571 | 2024.11.06 00:25:50.477443 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62272, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12572 | 2024.11.06 00:25:50.477641 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35480, User-Agent: (none), Length: 68952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12573 | 2024.11.06 00:25:50.477801 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12574 | 2024.11.06 00:25:50.477828 [ 287 ] {} <Debug> HTTP-Session: 8b47d790-d6aa-4625-b6ef-ab5ef526fde6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35480 | ||
| 12575 | 2024.11.06 00:25:50.477847 [ 287 ] {} <Debug> HTTP-Session: 8b47d790-d6aa-4625-b6ef-ab5ef526fde6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12576 | 2024.11.06 00:25:50.477867 [ 287 ] {} <Debug> HTTP-Session: 8b47d790-d6aa-4625-b6ef-ab5ef526fde6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12577 | 2024.11.06 00:25:50.477918 [ 287 ] {} <Trace> HTTP-Session: 8b47d790-d6aa-4625-b6ef-ab5ef526fde6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12578 | 2024.11.06 00:25:50.479074 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35480) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12579 | 2024.11.06 00:25:50.479165 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <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 | ||
| 12580 | 2024.11.06 00:25:50.480315 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12581 | 2024.11.06 00:25:50.480507 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16448 rows, containing 5 columns (5 merged, 0 gathered) in 0.010161811 sec., 1618609.123905178 rows/sec., 110.08 MiB/sec. | ||
| 12582 | 2024.11.06 00:25:50.480727 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12583 | 2024.11.06 00:25:50.481407 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12584 | 2024.11.06 00:25:50.481639 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12585 | 2024.11.06 00:25:50.481831 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12586 | 2024.11.06 00:25:50.481840 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.63 MiB. | ||
| 12587 | 2024.11.06 00:25:50.481904 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12588 | 2024.11.06 00:25:50.482628 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 12589 | 2024.11.06 00:25:50.483060 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12590 | 2024.11.06 00:25:50.483215 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005123 sec., 8003.123170017568 rows/sec., 14.34 MiB/sec. | ||
| 12591 | 2024.11.06 00:25:50.483474 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12592 | 2024.11.06 00:25:50.483500 [ 287 ] {0a37a8d4-de0e-4969-bc64-79c4063fb85d} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 12593 | 2024.11.06 00:25:50.483517 [ 287 ] {} <Debug> HTTP-Session: 8b47d790-d6aa-4625-b6ef-ab5ef526fde6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12594 | 2024.11.06 00:25:50.483710 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12595 | 2024.11.06 00:25:50.483846 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42257, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12596 | 2024.11.06 00:25:50.483922 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12597 | 2024.11.06 00:25:50.483948 [ 282 ] {} <Debug> HTTP-Session: 4b575a91-5bc7-4d1d-b328-144fc5aba0c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:42257 | ||
| 12598 | 2024.11.06 00:25:50.483972 [ 282 ] {} <Debug> HTTP-Session: 4b575a91-5bc7-4d1d-b328-144fc5aba0c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12599 | 2024.11.06 00:25:50.483991 [ 282 ] {} <Debug> HTTP-Session: 4b575a91-5bc7-4d1d-b328-144fc5aba0c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12600 | 2024.11.06 00:25:50.484039 [ 282 ] {} <Trace> HTTP-Session: 4b575a91-5bc7-4d1d-b328-144fc5aba0c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12601 | 2024.11.06 00:25:50.484238 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42257) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12602 | 2024.11.06 00:25:50.484300 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12603 | 2024.11.06 00:25:50.484499 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12604 | 2024.11.06 00:25:50.484900 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12605 | 2024.11.06 00:25:50.484938 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12606 | 2024.11.06 00:25:50.485327 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 12607 | 2024.11.06 00:25:50.485686 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12608 | 2024.11.06 00:25:50.485857 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001706 sec., 48065.65064478312 rows/sec., 3.05 MiB/sec. | ||
| 12609 | 2024.11.06 00:25:50.485882 [ 65 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 12610 | 2024.11.06 00:25:50.485987 [ 65 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12611 | 2024.11.06 00:25:50.486063 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12612 | 2024.11.06 00:25:50.486170 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Debug> DynamicQueryHandler: Done processing query | ||
| 12613 | 2024.11.06 00:25:50.486245 [ 282 ] {5b44556a-b9e1-4225-a732-ff4cb55c6153} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12614 | 2024.11.06 00:25:50.486307 [ 282 ] {} <Debug> HTTP-Session: 4b575a91-5bc7-4d1d-b328-144fc5aba0c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12615 | 2024.11.06 00:25:50.486390 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 12616 | 2024.11.06 00:25:50.486575 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12617 | 2024.11.06 00:25:50.486604 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3724 rows starting from the beginning of the part | ||
| 12618 | 2024.11.06 00:25:50.486705 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 12619 | 2024.11.06 00:25:50.486755 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12620 | 2024.11.06 00:25:50.487000 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 12621 | 2024.11.06 00:25:50.487039 [ 282 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 12622 | |||
| 12623 | (version 23.8.7.1) | ||
| 12624 | 2024.11.06 00:25:50.487206 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part | ||
| 12625 | 2024.11.06 00:25:50.487345 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
| 12626 | 2024.11.06 00:25:50.487461 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 82 rows starting from the beginning of the part | ||
| 12627 | 2024.11.06 00:25:50.489136 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4056 rows, containing 4 columns (4 merged, 0 gathered) in 0.002946728 sec., 1376441.9383125962 rows/sec., 90.81 MiB/sec. | ||
| 12628 | 2024.11.06 00:25:50.489448 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 12629 | 2024.11.06 00:25:50.489825 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12630 | 2024.11.06 00:25:50.489904 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_76_15} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 12631 | 2024.11.06 00:25:50.489971 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
| 12632 | 2024.11.06 00:25:50.564195 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:50297, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12633 | 2024.11.06 00:25:50.642846 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12634 | 2024.11.06 00:25:50.701639 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34309, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12635 | 2024.11.06 00:25:50.784905 [ 282 ] {} <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) | ||
| 12636 | 2024.11.06 00:25:50.871791 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50290, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12637 | 2024.11.06 00:25:50.883273 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62879, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12638 | 2024.11.06 00:25:50.910020 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39652, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12639 | 2024.11.06 00:25:50.910107 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:36679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12640 | 2024.11.06 00:25:50.935447 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35710, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12641 | 2024.11.06 00:25:51.110782 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59653, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12642 | 2024.11.06 00:25:51.156536 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35609, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12643 | 2024.11.06 00:25:51.166529 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63698, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12644 | 2024.11.06 00:25:51.190806 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12645 | 2024.11.06 00:25:51.442456 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12646 | 2024.11.06 00:25:51.460687 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:38441, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12647 | 2024.11.06 00:25:51.472975 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12648 | 2024.11.06 00:25:52.125993 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1142 | ||
| 12649 | 2024.11.06 00:25:52.128827 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12650 | 2024.11.06 00:25:52.128886 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12651 | 2024.11.06 00:25:52.130407 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12652 | 2024.11.06 00:25:52.131405 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12653 | 2024.11.06 00:25:52.133025 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1142 | ||
| 12654 | 2024.11.06 00:25:55.433714 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35480, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12655 | 2024.11.06 00:25:55.433850 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12656 | 2024.11.06 00:25:55.433876 [ 287 ] {} <Debug> HTTP-Session: 7a91f3f8-9f56-4c76-b6e2-b75b5f925c79 Authenticating user 'default' from [fd00:1122:3344:101::d]:35480 | ||
| 12657 | 2024.11.06 00:25:55.433900 [ 287 ] {} <Debug> HTTP-Session: 7a91f3f8-9f56-4c76-b6e2-b75b5f925c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12658 | 2024.11.06 00:25:55.433916 [ 287 ] {} <Debug> HTTP-Session: 7a91f3f8-9f56-4c76-b6e2-b75b5f925c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12659 | 2024.11.06 00:25:55.433967 [ 287 ] {} <Trace> HTTP-Session: 7a91f3f8-9f56-4c76-b6e2-b75b5f925c79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12660 | 2024.11.06 00:25:55.434163 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35480) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12661 | 2024.11.06 00:25:55.434234 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12662 | 2024.11.06 00:25:55.434588 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12663 | 2024.11.06 00:25:55.435069 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12664 | 2024.11.06 00:25:55.435118 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12665 | 2024.11.06 00:25:55.435553 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 12666 | 2024.11.06 00:25:55.435973 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12667 | 2024.11.06 00:25:55.436146 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002033 sec., 983.7678307919331 rows/sec., 80.22 KiB/sec. | ||
| 12668 | 2024.11.06 00:25:55.436391 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Debug> DynamicQueryHandler: Done processing query | ||
| 12669 | 2024.11.06 00:25:55.436420 [ 287 ] {2e6306af-63ce-4993-bf4e-5fab64bf5827} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12670 | 2024.11.06 00:25:55.436437 [ 287 ] {} <Debug> HTTP-Session: 7a91f3f8-9f56-4c76-b6e2-b75b5f925c79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12671 | 2024.11.06 00:25:55.436643 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12672 | 2024.11.06 00:25:55.436814 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62314, User-Agent: (none), Length: 7945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12673 | 2024.11.06 00:25:55.436923 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12674 | 2024.11.06 00:25:55.436947 [ 286 ] {} <Debug> HTTP-Session: f60339e6-2384-48a9-a372-3dd2b60db769 Authenticating user 'default' from [fd00:1122:3344:101::d]:62314 | ||
| 12675 | 2024.11.06 00:25:55.436971 [ 286 ] {} <Debug> HTTP-Session: f60339e6-2384-48a9-a372-3dd2b60db769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12676 | 2024.11.06 00:25:55.436986 [ 286 ] {} <Debug> HTTP-Session: f60339e6-2384-48a9-a372-3dd2b60db769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12677 | 2024.11.06 00:25:55.437042 [ 286 ] {} <Trace> HTTP-Session: f60339e6-2384-48a9-a372-3dd2b60db769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12678 | 2024.11.06 00:25:55.437252 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62314) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12679 | 2024.11.06 00:25:55.437323 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12680 | 2024.11.06 00:25:55.437682 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12681 | 2024.11.06 00:25:55.438133 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12682 | 2024.11.06 00:25:55.438181 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12683 | 2024.11.06 00:25:55.438632 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12684 | 2024.11.06 00:25:55.439037 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12685 | 2024.11.06 00:25:55.439215 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002036 sec., 27996.07072691552 rows/sec., 2.13 MiB/sec. | ||
| 12686 | 2024.11.06 00:25:55.439452 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12687 | 2024.11.06 00:25:55.439479 [ 286 ] {2c9a38a0-b391-45f7-a85d-2941e58189c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 12688 | 2024.11.06 00:25:55.439496 [ 286 ] {} <Debug> HTTP-Session: f60339e6-2384-48a9-a372-3dd2b60db769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12689 | 2024.11.06 00:25:55.439698 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62314, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12690 | 2024.11.06 00:25:55.439707 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35480, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12691 | 2024.11.06 00:25:55.439816 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12692 | 2024.11.06 00:25:55.439839 [ 287 ] {} <Debug> HTTP-Session: 7c6722e2-52ca-4fac-a453-48a6dc2dbed8 Authenticating user 'default' from [fd00:1122:3344:101::d]:35480 | ||
| 12693 | 2024.11.06 00:25:55.439866 [ 287 ] {} <Debug> HTTP-Session: 7c6722e2-52ca-4fac-a453-48a6dc2dbed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12694 | 2024.11.06 00:25:55.439887 [ 287 ] {} <Debug> HTTP-Session: 7c6722e2-52ca-4fac-a453-48a6dc2dbed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12695 | 2024.11.06 00:25:55.439935 [ 287 ] {} <Trace> HTTP-Session: 7c6722e2-52ca-4fac-a453-48a6dc2dbed8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12696 | 2024.11.06 00:25:55.440061 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35480) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12697 | 2024.11.06 00:25:55.440115 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12698 | 2024.11.06 00:25:55.440399 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12699 | 2024.11.06 00:25:55.440788 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12700 | 2024.11.06 00:25:55.440828 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12701 | 2024.11.06 00:25:55.441209 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12702 | 2024.11.06 00:25:55.441600 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12703 | 2024.11.06 00:25:55.441762 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001729 sec., 1156.737998843262 rows/sec., 80.77 KiB/sec. | ||
| 12704 | 2024.11.06 00:25:55.442081 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Debug> DynamicQueryHandler: Done processing query | ||
| 12705 | 2024.11.06 00:25:55.442137 [ 287 ] {736acc26-280a-4731-949b-a98988e09845} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12706 | 2024.11.06 00:25:55.442186 [ 287 ] {} <Debug> HTTP-Session: 7c6722e2-52ca-4fac-a453-48a6dc2dbed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12707 | 2024.11.06 00:25:55.442400 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12708 | 2024.11.06 00:25:55.442470 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36657, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12709 | 2024.11.06 00:25:55.442556 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12710 | 2024.11.06 00:25:55.442585 [ 286 ] {} <Debug> HTTP-Session: 23297aae-ba6a-43c0-b582-00841ea96d93 Authenticating user 'default' from [fd00:1122:3344:101::d]:36657 | ||
| 12711 | 2024.11.06 00:25:55.442612 [ 286 ] {} <Debug> HTTP-Session: 23297aae-ba6a-43c0-b582-00841ea96d93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12712 | 2024.11.06 00:25:55.442629 [ 286 ] {} <Debug> HTTP-Session: 23297aae-ba6a-43c0-b582-00841ea96d93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12713 | 2024.11.06 00:25:55.442678 [ 286 ] {} <Trace> HTTP-Session: 23297aae-ba6a-43c0-b582-00841ea96d93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12714 | 2024.11.06 00:25:55.442847 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36657) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12715 | 2024.11.06 00:25:55.442908 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12716 | 2024.11.06 00:25:55.443240 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12717 | 2024.11.06 00:25:55.443669 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12718 | 2024.11.06 00:25:55.443707 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12719 | 2024.11.06 00:25:55.444088 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12720 | 2024.11.06 00:25:55.444474 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12721 | 2024.11.06 00:25:55.444634 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.00185 sec., 35675.67567567567 rows/sec., 2.79 MiB/sec. | ||
| 12722 | 2024.11.06 00:25:55.444847 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 12723 | 2024.11.06 00:25:55.444872 [ 286 ] {efd54c7f-fb50-49b0-a258-ad2c733db1f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12724 | 2024.11.06 00:25:55.444889 [ 286 ] {} <Debug> HTTP-Session: 23297aae-ba6a-43c0-b582-00841ea96d93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12725 | 2024.11.06 00:25:55.445068 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36657, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12726 | 2024.11.06 00:25:55.445203 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62689, User-Agent: (none), Length: 24721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12727 | 2024.11.06 00:25:55.445278 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12728 | 2024.11.06 00:25:55.445303 [ 287 ] {} <Debug> HTTP-Session: 125115ee-1fa4-4b0b-b4db-a2f3140f2feb Authenticating user 'default' from [fd00:1122:3344:101::d]:62689 | ||
| 12729 | 2024.11.06 00:25:55.445326 [ 287 ] {} <Debug> HTTP-Session: 125115ee-1fa4-4b0b-b4db-a2f3140f2feb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12730 | 2024.11.06 00:25:55.445343 [ 287 ] {} <Debug> HTTP-Session: 125115ee-1fa4-4b0b-b4db-a2f3140f2feb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12731 | 2024.11.06 00:25:55.445389 [ 287 ] {} <Trace> HTTP-Session: 125115ee-1fa4-4b0b-b4db-a2f3140f2feb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12732 | 2024.11.06 00:25:55.445584 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62689) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12733 | 2024.11.06 00:25:55.445643 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12734 | 2024.11.06 00:25:55.445836 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12735 | 2024.11.06 00:25:55.446247 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12736 | 2024.11.06 00:25:55.446286 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12737 | 2024.11.06 00:25:55.446706 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12738 | 2024.11.06 00:25:55.447084 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12739 | 2024.11.06 00:25:55.447248 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001748 sec., 73798.62700228833 rows/sec., 5.14 MiB/sec. | ||
| 12740 | 2024.11.06 00:25:55.447461 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Debug> DynamicQueryHandler: Done processing query | ||
| 12741 | 2024.11.06 00:25:55.447486 [ 287 ] {61074c1d-4927-42fb-917c-597ed3e31e44} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12742 | 2024.11.06 00:25:55.447503 [ 287 ] {} <Debug> HTTP-Session: 125115ee-1fa4-4b0b-b4db-a2f3140f2feb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12743 | 2024.11.06 00:25:55.447682 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62689, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12744 | 2024.11.06 00:25:55.447700 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36657, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12745 | 2024.11.06 00:25:55.447792 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12746 | 2024.11.06 00:25:55.447846 [ 286 ] {} <Debug> HTTP-Session: e02c62f8-baa0-48c1-8385-ee0484b26f1a Authenticating user 'default' from [fd00:1122:3344:101::d]:36657 | ||
| 12747 | 2024.11.06 00:25:55.447865 [ 286 ] {} <Debug> HTTP-Session: e02c62f8-baa0-48c1-8385-ee0484b26f1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12748 | 2024.11.06 00:25:55.447879 [ 286 ] {} <Debug> HTTP-Session: e02c62f8-baa0-48c1-8385-ee0484b26f1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12749 | 2024.11.06 00:25:55.447919 [ 286 ] {} <Trace> HTTP-Session: e02c62f8-baa0-48c1-8385-ee0484b26f1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12750 | 2024.11.06 00:25:55.448057 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36657) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12751 | 2024.11.06 00:25:55.448109 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12752 | 2024.11.06 00:25:55.448278 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12753 | 2024.11.06 00:25:55.448602 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12754 | 2024.11.06 00:25:55.448639 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12755 | 2024.11.06 00:25:55.449051 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 12756 | 2024.11.06 00:25:55.449389 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12757 | 2024.11.06 00:25:55.449544 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00153 sec., 31372.549019607846 rows/sec., 2.11 MiB/sec. | ||
| 12758 | 2024.11.06 00:25:55.449726 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12759 | 2024.11.06 00:25:55.449751 [ 286 ] {5d06f2eb-7d1b-46e3-b05b-4403204e980a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12760 | 2024.11.06 00:25:55.449767 [ 286 ] {} <Debug> HTTP-Session: e02c62f8-baa0-48c1-8385-ee0484b26f1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12761 | 2024.11.06 00:25:55.449960 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36657, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12762 | 2024.11.06 00:25:56.739627 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12763 | 2024.11.06 00:25:56.739681 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12764 | 2024.11.06 00:26:00.434704 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44027, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12765 | 2024.11.06 00:26:00.434897 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12766 | 2024.11.06 00:26:00.434943 [ 287 ] {} <Debug> HTTP-Session: d966756d-8c64-414e-b34c-50c584db9211 Authenticating user 'default' from [fd00:1122:3344:101::d]:44027 | ||
| 12767 | 2024.11.06 00:26:00.434985 [ 287 ] {} <Debug> HTTP-Session: d966756d-8c64-414e-b34c-50c584db9211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12768 | 2024.11.06 00:26:00.435014 [ 287 ] {} <Debug> HTTP-Session: d966756d-8c64-414e-b34c-50c584db9211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12769 | 2024.11.06 00:26:00.435096 [ 287 ] {} <Trace> HTTP-Session: d966756d-8c64-414e-b34c-50c584db9211 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12770 | 2024.11.06 00:26:00.435404 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44027) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12771 | 2024.11.06 00:26:00.435514 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12772 | 2024.11.06 00:26:00.435958 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12773 | 2024.11.06 00:26:00.436450 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12774 | 2024.11.06 00:26:00.436491 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12775 | 2024.11.06 00:26:00.436916 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12776 | 2024.11.06 00:26:00.437297 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12777 | 2024.11.06 00:26:00.437480 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002185 sec., 25629.290617848972 rows/sec., 1.96 MiB/sec. | ||
| 12778 | 2024.11.06 00:26:00.437697 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Debug> DynamicQueryHandler: Done processing query | ||
| 12779 | 2024.11.06 00:26:00.437725 [ 287 ] {cb65aee2-b5b5-4588-aee8-aa7719c49c76} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12780 | 2024.11.06 00:26:00.437743 [ 287 ] {} <Debug> HTTP-Session: d966756d-8c64-414e-b34c-50c584db9211 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12781 | 2024.11.06 00:26:00.437950 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12782 | 2024.11.06 00:26:00.438090 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55974, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12783 | 2024.11.06 00:26:00.438205 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12784 | 2024.11.06 00:26:00.438229 [ 286 ] {} <Debug> HTTP-Session: c6a5e480-d81d-4aa5-93ab-0b215059fe39 Authenticating user 'default' from [fd00:1122:3344:101::d]:55974 | ||
| 12785 | 2024.11.06 00:26:00.438253 [ 286 ] {} <Debug> HTTP-Session: c6a5e480-d81d-4aa5-93ab-0b215059fe39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12786 | 2024.11.06 00:26:00.438268 [ 286 ] {} <Debug> HTTP-Session: c6a5e480-d81d-4aa5-93ab-0b215059fe39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12787 | 2024.11.06 00:26:00.438321 [ 286 ] {} <Trace> HTTP-Session: c6a5e480-d81d-4aa5-93ab-0b215059fe39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12788 | 2024.11.06 00:26:00.438529 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55974) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12789 | 2024.11.06 00:26:00.438596 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12790 | 2024.11.06 00:26:00.438950 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12791 | 2024.11.06 00:26:00.439411 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12792 | 2024.11.06 00:26:00.439451 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12793 | 2024.11.06 00:26:00.439890 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12794 | 2024.11.06 00:26:00.440281 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12795 | 2024.11.06 00:26:00.440440 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001989 sec., 32176.973353443944 rows/sec., 2.51 MiB/sec. | ||
| 12796 | 2024.11.06 00:26:00.440658 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Debug> DynamicQueryHandler: Done processing query | ||
| 12797 | 2024.11.06 00:26:00.440686 [ 286 ] {54a64147-5e36-43bd-aeda-15dc62fd6537} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 12798 | 2024.11.06 00:26:00.440703 [ 286 ] {} <Debug> HTTP-Session: c6a5e480-d81d-4aa5-93ab-0b215059fe39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12799 | 2024.11.06 00:26:00.440913 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55974, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12800 | 2024.11.06 00:26:00.441008 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44027, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12801 | 2024.11.06 00:26:00.441122 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12802 | 2024.11.06 00:26:00.441165 [ 287 ] {} <Debug> HTTP-Session: 078be8ec-f283-491a-8e32-dd3c710e195c Authenticating user 'default' from [fd00:1122:3344:101::d]:44027 | ||
| 12803 | 2024.11.06 00:26:00.441200 [ 287 ] {} <Debug> HTTP-Session: 078be8ec-f283-491a-8e32-dd3c710e195c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12804 | 2024.11.06 00:26:00.441228 [ 287 ] {} <Debug> HTTP-Session: 078be8ec-f283-491a-8e32-dd3c710e195c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12805 | 2024.11.06 00:26:00.441295 [ 287 ] {} <Trace> HTTP-Session: 078be8ec-f283-491a-8e32-dd3c710e195c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12806 | 2024.11.06 00:26:00.441605 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44027) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12807 | 2024.11.06 00:26:00.441700 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12808 | 2024.11.06 00:26:00.441922 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12809 | 2024.11.06 00:26:00.442343 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12810 | 2024.11.06 00:26:00.442381 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12811 | 2024.11.06 00:26:00.442787 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12812 | 2024.11.06 00:26:00.443138 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12813 | 2024.11.06 00:26:00.443307 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001847 sec., 86626.96264212237 rows/sec., 6.03 MiB/sec. | ||
| 12814 | 2024.11.06 00:26:00.443513 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 12815 | 2024.11.06 00:26:00.443548 [ 287 ] {2fa6d3dd-c9c8-4cfa-96fd-8bcb4bff0d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12816 | 2024.11.06 00:26:00.443576 [ 287 ] {} <Debug> HTTP-Session: 078be8ec-f283-491a-8e32-dd3c710e195c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12817 | 2024.11.06 00:26:00.443811 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44027, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12818 | 2024.11.06 00:26:00.443873 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58358, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12819 | 2024.11.06 00:26:00.443962 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12820 | 2024.11.06 00:26:00.443988 [ 286 ] {} <Debug> HTTP-Session: d645f379-ad76-4f60-9b6a-62505b92f39c Authenticating user 'default' from [fd00:1122:3344:101::d]:58358 | ||
| 12821 | 2024.11.06 00:26:00.444009 [ 286 ] {} <Debug> HTTP-Session: d645f379-ad76-4f60-9b6a-62505b92f39c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12822 | 2024.11.06 00:26:00.444026 [ 286 ] {} <Debug> HTTP-Session: d645f379-ad76-4f60-9b6a-62505b92f39c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12823 | 2024.11.06 00:26:00.444068 [ 286 ] {} <Trace> HTTP-Session: d645f379-ad76-4f60-9b6a-62505b92f39c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12824 | 2024.11.06 00:26:00.444226 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58358) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12825 | 2024.11.06 00:26:00.444278 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12826 | 2024.11.06 00:26:00.444448 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12827 | 2024.11.06 00:26:00.444779 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12828 | 2024.11.06 00:26:00.444816 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12829 | 2024.11.06 00:26:00.445211 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 12830 | 2024.11.06 00:26:00.445558 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12831 | 2024.11.06 00:26:00.445695 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001531 sec., 39190.07184846506 rows/sec., 2.64 MiB/sec. | ||
| 12832 | 2024.11.06 00:26:00.445864 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12833 | 2024.11.06 00:26:00.445888 [ 286 ] {7a2b23e2-fb9d-4595-8e1a-7bb78101b61d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12834 | 2024.11.06 00:26:00.445904 [ 286 ] {} <Debug> HTTP-Session: d645f379-ad76-4f60-9b6a-62505b92f39c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12835 | 2024.11.06 00:26:00.446384 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58358, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12836 | 2024.11.06 00:26:02.134015 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1162 | ||
| 12837 | 2024.11.06 00:26:02.136706 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12838 | 2024.11.06 00:26:02.136762 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12839 | 2024.11.06 00:26:02.138266 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12840 | 2024.11.06 00:26:02.139270 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12841 | 2024.11.06 00:26:02.139928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1162 | ||
| 12842 | 2024.11.06 00:26:02.225707 [ 53 ] {} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 12843 | 2024.11.06 00:26:02.225808 [ 53 ] {} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12844 | 2024.11.06 00:26:02.225849 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12845 | 2024.11.06 00:26:02.226145 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::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 | ||
| 12846 | 2024.11.06 00:26:02.226537 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12847 | 2024.11.06 00:26:02.226602 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 242 rows starting from the beginning of the part | ||
| 12848 | 2024.11.06 00:26:02.226740 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 12849 | 2024.11.06 00:26:02.227177 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 12850 | 2024.11.06 00:26:02.227382 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 12851 | 2024.11.06 00:26:02.227559 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 12852 | 2024.11.06 00:26:02.228718 [ 197 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002774662 sec., 107400.46895802084 rows/sec., 7.31 MiB/sec. | ||
| 12853 | 2024.11.06 00:26:02.228869 [ 197 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 12854 | 2024.11.06 00:26:02.229276 [ 197 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12855 | 2024.11.06 00:26:02.229358 [ 197 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_21_5} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 12856 | 2024.11.06 00:26:02.229439 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 12857 | 2024.11.06 00:26:05.441507 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54176, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12858 | 2024.11.06 00:26:05.441648 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12859 | 2024.11.06 00:26:05.441678 [ 282 ] {} <Debug> HTTP-Session: 454f6580-364f-4c00-8344-5ed4773a93d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:54176 | ||
| 12860 | 2024.11.06 00:26:05.441705 [ 282 ] {} <Debug> HTTP-Session: 454f6580-364f-4c00-8344-5ed4773a93d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12861 | 2024.11.06 00:26:05.441722 [ 282 ] {} <Debug> HTTP-Session: 454f6580-364f-4c00-8344-5ed4773a93d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12862 | 2024.11.06 00:26:05.441780 [ 282 ] {} <Trace> HTTP-Session: 454f6580-364f-4c00-8344-5ed4773a93d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12863 | 2024.11.06 00:26:05.442052 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54176) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12864 | 2024.11.06 00:26:05.442119 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12865 | 2024.11.06 00:26:05.442454 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12866 | 2024.11.06 00:26:05.443070 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12867 | 2024.11.06 00:26:05.443112 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12868 | 2024.11.06 00:26:05.443549 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12869 | 2024.11.06 00:26:05.443951 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12870 | 2024.11.06 00:26:05.444094 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002163 sec., 125288.95053166898 rows/sec., 11.13 MiB/sec. | ||
| 12871 | 2024.11.06 00:26:05.444278 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12872 | 2024.11.06 00:26:05.444304 [ 282 ] {411cdbec-027d-4475-99f4-443ce4c652eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12873 | 2024.11.06 00:26:05.444320 [ 282 ] {} <Debug> HTTP-Session: 454f6580-364f-4c00-8344-5ed4773a93d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12874 | 2024.11.06 00:26:05.444564 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12875 | 2024.11.06 00:26:05.444681 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55106, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12876 | 2024.11.06 00:26:05.444807 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12877 | 2024.11.06 00:26:05.444835 [ 287 ] {} <Debug> HTTP-Session: 03b28073-1eed-40b5-8bb5-62d9e89bf187 Authenticating user 'default' from [fd00:1122:3344:101::d]:55106 | ||
| 12878 | 2024.11.06 00:26:05.444862 [ 287 ] {} <Debug> HTTP-Session: 03b28073-1eed-40b5-8bb5-62d9e89bf187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12879 | 2024.11.06 00:26:05.444880 [ 287 ] {} <Debug> HTTP-Session: 03b28073-1eed-40b5-8bb5-62d9e89bf187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12880 | 2024.11.06 00:26:05.444941 [ 287 ] {} <Trace> HTTP-Session: 03b28073-1eed-40b5-8bb5-62d9e89bf187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12881 | 2024.11.06 00:26:05.445160 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55106) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12882 | 2024.11.06 00:26:05.445236 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12883 | 2024.11.06 00:26:05.445632 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12884 | 2024.11.06 00:26:05.446128 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12885 | 2024.11.06 00:26:05.446176 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12886 | 2024.11.06 00:26:05.446628 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12887 | 2024.11.06 00:26:05.447028 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12888 | 2024.11.06 00:26:05.447211 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002118 sec., 19357.88479697828 rows/sec., 1.42 MiB/sec. | ||
| 12889 | 2024.11.06 00:26:05.447433 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12890 | 2024.11.06 00:26:05.447461 [ 287 ] {044d8299-6d52-44d5-936b-1cd4fa6ed81a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 12891 | 2024.11.06 00:26:05.447478 [ 287 ] {} <Debug> HTTP-Session: 03b28073-1eed-40b5-8bb5-62d9e89bf187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12892 | 2024.11.06 00:26:05.447654 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54176, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12893 | 2024.11.06 00:26:05.447680 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55106, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12894 | 2024.11.06 00:26:05.447757 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12895 | 2024.11.06 00:26:05.447794 [ 282 ] {} <Debug> HTTP-Session: 53ce4f01-6415-4424-83d6-007ace73bb41 Authenticating user 'default' from [fd00:1122:3344:101::d]:54176 | ||
| 12896 | 2024.11.06 00:26:05.447817 [ 282 ] {} <Debug> HTTP-Session: 53ce4f01-6415-4424-83d6-007ace73bb41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12897 | 2024.11.06 00:26:05.447834 [ 282 ] {} <Debug> HTTP-Session: 53ce4f01-6415-4424-83d6-007ace73bb41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12898 | 2024.11.06 00:26:05.447889 [ 282 ] {} <Trace> HTTP-Session: 53ce4f01-6415-4424-83d6-007ace73bb41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12899 | 2024.11.06 00:26:05.448024 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54176) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12900 | 2024.11.06 00:26:05.448079 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12901 | 2024.11.06 00:26:05.448389 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12902 | 2024.11.06 00:26:05.448753 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12903 | 2024.11.06 00:26:05.448796 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12904 | 2024.11.06 00:26:05.449181 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12905 | 2024.11.06 00:26:05.449589 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12906 | 2024.11.06 00:26:05.449728 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001742 sec., 8036.739380022962 rows/sec., 562.84 KiB/sec. | ||
| 12907 | 2024.11.06 00:26:05.449947 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 12908 | 2024.11.06 00:26:05.449972 [ 282 ] {8d4f9499-bb79-4637-b2ac-5930010b81d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12909 | 2024.11.06 00:26:05.449988 [ 282 ] {} <Debug> HTTP-Session: 53ce4f01-6415-4424-83d6-007ace73bb41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12910 | 2024.11.06 00:26:05.450193 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54176, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12911 | 2024.11.06 00:26:05.450287 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40819, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12912 | 2024.11.06 00:26:05.450411 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12913 | 2024.11.06 00:26:05.450452 [ 287 ] {} <Debug> HTTP-Session: b37209cf-8b54-4c86-8fb1-078bace2023d Authenticating user 'default' from [fd00:1122:3344:101::d]:40819 | ||
| 12914 | 2024.11.06 00:26:05.450487 [ 287 ] {} <Debug> HTTP-Session: b37209cf-8b54-4c86-8fb1-078bace2023d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12915 | 2024.11.06 00:26:05.450514 [ 287 ] {} <Debug> HTTP-Session: b37209cf-8b54-4c86-8fb1-078bace2023d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12916 | 2024.11.06 00:26:05.450586 [ 287 ] {} <Trace> HTTP-Session: b37209cf-8b54-4c86-8fb1-078bace2023d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12917 | 2024.11.06 00:26:05.450799 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40819) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 12918 | 2024.11.06 00:26:05.450889 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12919 | 2024.11.06 00:26:05.451172 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12920 | 2024.11.06 00:26:05.451515 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12921 | 2024.11.06 00:26:05.451556 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12922 | 2024.11.06 00:26:05.451927 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12923 | 2024.11.06 00:26:05.452303 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12924 | 2024.11.06 00:26:05.452474 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001731 sec., 3466.204506065858 rows/sec., 204.79 KiB/sec. | ||
| 12925 | 2024.11.06 00:26:05.452475 [ 32 ] {} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 12926 | 2024.11.06 00:26:05.452569 [ 32 ] {} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12927 | 2024.11.06 00:26:05.452631 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12928 | 2024.11.06 00:26:05.452828 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 12929 | 2024.11.06 00:26:05.452882 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 12930 | 2024.11.06 00:26:05.452891 [ 287 ] {1d05c0a7-bf60-4f90-8355-7a3591e38e7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12931 | 2024.11.06 00:26:05.452979 [ 287 ] {} <Debug> HTTP-Session: b37209cf-8b54-4c86-8fb1-078bace2023d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12932 | 2024.11.06 00:26:05.453468 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12933 | 2024.11.06 00:26:05.453507 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57491, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12934 | 2024.11.06 00:26:05.453652 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12935 | 2024.11.06 00:26:05.453791 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12936 | 2024.11.06 00:26:05.453816 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 12937 | 2024.11.06 00:26:05.453904 [ 282 ] {} <Debug> HTTP-Session: 834d7da6-a991-4f6b-af76-b315fe0f8acf Authenticating user 'default' from [fd00:1122:3344:101::d]:57491 | ||
| 12938 | 2024.11.06 00:26:05.453982 [ 282 ] {} <Debug> HTTP-Session: 834d7da6-a991-4f6b-af76-b315fe0f8acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12939 | 2024.11.06 00:26:05.454104 [ 282 ] {} <Debug> HTTP-Session: 834d7da6-a991-4f6b-af76-b315fe0f8acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12940 | 2024.11.06 00:26:05.454222 [ 282 ] {} <Trace> HTTP-Session: 834d7da6-a991-4f6b-af76-b315fe0f8acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12941 | 2024.11.06 00:26:05.454233 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 12942 | 2024.11.06 00:26:05.454368 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 12943 | 2024.11.06 00:26:05.454470 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 12944 | 2024.11.06 00:26:05.454543 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57491) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12945 | 2024.11.06 00:26:05.454598 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 12946 | 2024.11.06 00:26:05.454630 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12947 | 2024.11.06 00:26:05.455377 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12948 | 2024.11.06 00:26:05.456212 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003508774 sec., 8549.994955502976 rows/sec., 542.72 KiB/sec. | ||
| 12949 | 2024.11.06 00:26:05.456242 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12950 | 2024.11.06 00:26:05.456302 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12951 | 2024.11.06 00:26:05.456396 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 12952 | 2024.11.06 00:26:05.457184 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12953 | 2024.11.06 00:26:05.457335 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_21_5} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12954 | 2024.11.06 00:26:05.457484 [ 200 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_21_5} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 12955 | 2024.11.06 00:26:05.457588 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 12956 | 2024.11.06 00:26:05.457739 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12957 | 2024.11.06 00:26:05.457871 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.003493 sec., 121099.34154022331 rows/sec., 8.66 MiB/sec. | ||
| 12958 | 2024.11.06 00:26:05.458084 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Debug> DynamicQueryHandler: Done processing query | ||
| 12959 | 2024.11.06 00:26:05.458121 [ 282 ] {99daa746-188a-43ae-afa0-624468f33e52} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 12960 | 2024.11.06 00:26:05.458150 [ 282 ] {} <Debug> HTTP-Session: 834d7da6-a991-4f6b-af76-b315fe0f8acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12961 | 2024.11.06 00:26:05.458441 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12962 | 2024.11.06 00:26:05.458558 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51191, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12963 | 2024.11.06 00:26:05.458636 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12964 | 2024.11.06 00:26:05.458661 [ 287 ] {} <Debug> HTTP-Session: eae9c451-f098-4b30-8b65-f80b2d0627c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51191 | ||
| 12965 | 2024.11.06 00:26:05.458684 [ 287 ] {} <Debug> HTTP-Session: eae9c451-f098-4b30-8b65-f80b2d0627c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12966 | 2024.11.06 00:26:05.458702 [ 287 ] {} <Debug> HTTP-Session: eae9c451-f098-4b30-8b65-f80b2d0627c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12967 | 2024.11.06 00:26:05.458749 [ 287 ] {} <Trace> HTTP-Session: eae9c451-f098-4b30-8b65-f80b2d0627c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12968 | 2024.11.06 00:26:05.458880 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51191) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12969 | 2024.11.06 00:26:05.458930 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12970 | 2024.11.06 00:26:05.459100 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12971 | 2024.11.06 00:26:05.459387 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12972 | 2024.11.06 00:26:05.459426 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12973 | 2024.11.06 00:26:05.459803 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12974 | 2024.11.06 00:26:05.460142 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12975 | 2024.11.06 00:26:05.460315 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 213.83 KiB/sec. | ||
| 12976 | 2024.11.06 00:26:05.460499 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 12977 | 2024.11.06 00:26:05.460523 [ 287 ] {80a43ca6-4c7b-46ff-8d92-9d6a176317d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12978 | 2024.11.06 00:26:05.460539 [ 287 ] {} <Debug> HTTP-Session: eae9c451-f098-4b30-8b65-f80b2d0627c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12979 | 2024.11.06 00:26:05.460734 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57491, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12980 | 2024.11.06 00:26:05.460756 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51191, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12981 | 2024.11.06 00:26:05.460826 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12982 | 2024.11.06 00:26:05.460858 [ 282 ] {} <Debug> HTTP-Session: 92b806b8-8d3f-4c43-9dae-f8482f3e9508 Authenticating user 'default' from [fd00:1122:3344:101::d]:57491 | ||
| 12983 | 2024.11.06 00:26:05.460877 [ 282 ] {} <Debug> HTTP-Session: 92b806b8-8d3f-4c43-9dae-f8482f3e9508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12984 | 2024.11.06 00:26:05.460907 [ 282 ] {} <Debug> HTTP-Session: 92b806b8-8d3f-4c43-9dae-f8482f3e9508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12985 | 2024.11.06 00:26:05.460952 [ 282 ] {} <Trace> HTTP-Session: 92b806b8-8d3f-4c43-9dae-f8482f3e9508 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12986 | 2024.11.06 00:26:05.461164 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57491) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12987 | 2024.11.06 00:26:05.461215 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12988 | 2024.11.06 00:26:05.461397 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12989 | 2024.11.06 00:26:05.461835 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12990 | 2024.11.06 00:26:05.461872 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 12991 | 2024.11.06 00:26:05.462280 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 12992 | 2024.11.06 00:26:05.462626 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12993 | 2024.11.06 00:26:05.462753 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00169 sec., 140236.68639053253 rows/sec., 9.40 MiB/sec. | ||
| 12994 | 2024.11.06 00:26:05.462913 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Debug> DynamicQueryHandler: Done processing query | ||
| 12995 | 2024.11.06 00:26:05.462937 [ 282 ] {05d5c733-9956-4959-a876-08cc82d1a350} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 12996 | 2024.11.06 00:26:05.462953 [ 282 ] {} <Debug> HTTP-Session: 92b806b8-8d3f-4c43-9dae-f8482f3e9508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12997 | 2024.11.06 00:26:05.463152 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57491, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12998 | 2024.11.06 00:26:05.463212 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43839, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12999 | 2024.11.06 00:26:05.463342 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13000 | 2024.11.06 00:26:05.463381 [ 287 ] {} <Debug> HTTP-Session: 93b357d4-dd60-47a7-b717-e82df99467d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43839 | ||
| 13001 | 2024.11.06 00:26:05.463415 [ 287 ] {} <Debug> HTTP-Session: 93b357d4-dd60-47a7-b717-e82df99467d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13002 | 2024.11.06 00:26:05.463442 [ 287 ] {} <Debug> HTTP-Session: 93b357d4-dd60-47a7-b717-e82df99467d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13003 | 2024.11.06 00:26:05.463512 [ 287 ] {} <Trace> HTTP-Session: 93b357d4-dd60-47a7-b717-e82df99467d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13004 | 2024.11.06 00:26:05.463716 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43839) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13005 | 2024.11.06 00:26:05.463806 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13006 | 2024.11.06 00:26:05.464018 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13007 | 2024.11.06 00:26:05.464310 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13008 | 2024.11.06 00:26:05.464347 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 13009 | 2024.11.06 00:26:05.464714 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13010 | 2024.11.06 00:26:05.465055 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13011 | 2024.11.06 00:26:05.465220 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001553 sec., 643.915003219575 rows/sec., 43.39 KiB/sec. | ||
| 13012 | 2024.11.06 00:26:05.465537 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Debug> DynamicQueryHandler: Done processing query | ||
| 13013 | 2024.11.06 00:26:05.465562 [ 287 ] {bff5a736-8904-46ad-bca3-f5762afd1e09} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13014 | 2024.11.06 00:26:05.465578 [ 287 ] {} <Debug> HTTP-Session: 93b357d4-dd60-47a7-b717-e82df99467d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13015 | 2024.11.06 00:26:05.465861 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13016 | 2024.11.06 00:26:05.465944 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34712, User-Agent: (none), Length: 68948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13017 | 2024.11.06 00:26:05.466014 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13018 | 2024.11.06 00:26:05.466037 [ 282 ] {} <Debug> HTTP-Session: 2bf17af5-5980-48d8-a897-b7884d61202f Authenticating user 'default' from [fd00:1122:3344:101::d]:34712 | ||
| 13019 | 2024.11.06 00:26:05.466058 [ 282 ] {} <Debug> HTTP-Session: 2bf17af5-5980-48d8-a897-b7884d61202f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13020 | 2024.11.06 00:26:05.466075 [ 282 ] {} <Debug> HTTP-Session: 2bf17af5-5980-48d8-a897-b7884d61202f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13021 | 2024.11.06 00:26:05.466151 [ 282 ] {} <Trace> HTTP-Session: 2bf17af5-5980-48d8-a897-b7884d61202f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13022 | 2024.11.06 00:26:05.466876 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34712) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13023 | 2024.11.06 00:26:05.466958 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <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 | ||
| 13024 | 2024.11.06 00:26:05.467439 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13025 | 2024.11.06 00:26:05.468257 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13026 | 2024.11.06 00:26:05.468294 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 13027 | 2024.11.06 00:26:05.468967 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 13028 | 2024.11.06 00:26:05.469382 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13029 | 2024.11.06 00:26:05.469529 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 | ||
| 13030 | 2024.11.06 00:26:05.469535 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003249 sec., 12619.267466912896 rows/sec., 22.61 MiB/sec. | ||
| 13031 | 2024.11.06 00:26:05.469571 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13032 | 2024.11.06 00:26:05.469616 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 13033 | 2024.11.06 00:26:05.470343 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full | ||
| 13034 | 2024.11.06 00:26:05.470388 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13035 | 2024.11.06 00:26:05.470493 [ 282 ] {f178a372-bec1-41e6-87d2-bc6c381ba69a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 13036 | 2024.11.06 00:26:05.470568 [ 282 ] {} <Debug> HTTP-Session: 2bf17af5-5980-48d8-a897-b7884d61202f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13037 | 2024.11.06 00:26:05.470963 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13038 | 2024.11.06 00:26:05.470989 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43839, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13039 | 2024.11.06 00:26:05.471118 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13040 | 2024.11.06 00:26:05.471162 [ 287 ] {} <Debug> HTTP-Session: e428f84f-50b8-4af6-bdf3-00dab1a558c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43839 | ||
| 13041 | 2024.11.06 00:26:05.471195 [ 287 ] {} <Debug> HTTP-Session: e428f84f-50b8-4af6-bdf3-00dab1a558c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13042 | 2024.11.06 00:26:05.471225 [ 287 ] {} <Debug> HTTP-Session: e428f84f-50b8-4af6-bdf3-00dab1a558c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13043 | 2024.11.06 00:26:05.471284 [ 287 ] {} <Trace> HTTP-Session: e428f84f-50b8-4af6-bdf3-00dab1a558c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13044 | 2024.11.06 00:26:05.471294 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13045 | 2024.11.06 00:26:05.471392 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 812 rows starting from the beginning of the part | ||
| 13046 | 2024.11.06 00:26:05.471484 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43839) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13047 | 2024.11.06 00:26:05.471589 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13048 | 2024.11.06 00:26:05.471856 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part | ||
| 13049 | 2024.11.06 00:26:05.472035 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13050 | 2024.11.06 00:26:05.472304 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part | ||
| 13051 | 2024.11.06 00:26:05.472773 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part | ||
| 13052 | 2024.11.06 00:26:05.472863 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13053 | 2024.11.06 00:26:05.472935 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
| 13054 | 2024.11.06 00:26:05.473200 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part | ||
| 13055 | 2024.11.06 00:26:05.474684 [ 197 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part | ||
| 13056 | 2024.11.06 00:26:05.474733 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 13057 | 2024.11.06 00:26:05.475483 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13058 | 2024.11.06 00:26:05.475693 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004294 sec., 19096.413600372613 rows/sec., 1.21 MiB/sec. | ||
| 13059 | 2024.11.06 00:26:05.475955 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Debug> DynamicQueryHandler: Done processing query | ||
| 13060 | 2024.11.06 00:26:05.475984 [ 287 ] {cb74e34f-5350-4d08-9ec4-fb5e545e6d87} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13061 | 2024.11.06 00:26:05.476004 [ 287 ] {} <Debug> HTTP-Session: e428f84f-50b8-4af6-bdf3-00dab1a558c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13062 | 2024.11.06 00:26:05.476380 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13063 | 2024.11.06 00:26:05.480836 [ 195 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1017 rows, containing 19 columns (19 merged, 0 gathered) in 0.01109892 sec., 91630.53702522408 rows/sec., 164.20 MiB/sec. | ||
| 13064 | 2024.11.06 00:26:05.482397 [ 195 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Trace> MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) | ||
| 13065 | 2024.11.06 00:26:05.483088 [ 195 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13066 | 2024.11.06 00:26:05.483189 [ 195 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_29_6} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 | ||
| 13067 | 2024.11.06 00:26:05.483365 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.11 MiB. | ||
| 13068 | 2024.11.06 00:26:07.732970 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13069 | 2024.11.06 00:26:07.897395 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13070 | 2024.11.06 00:26:07.954875 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37144, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13071 | 2024.11.06 00:26:07.991275 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44813, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13072 | 2024.11.06 00:26:08.048656 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38168, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13073 | 2024.11.06 00:26:08.053114 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38731, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13074 | 2024.11.06 00:26:08.069519 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60308, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13075 | 2024.11.06 00:26:08.086002 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13076 | 2024.11.06 00:26:10.433357 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39925, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13077 | 2024.11.06 00:26:10.433485 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13078 | 2024.11.06 00:26:10.433515 [ 282 ] {} <Debug> HTTP-Session: 9cea1414-40ca-44fd-91b2-a36e3ef31b0e Authenticating user 'default' from [fd00:1122:3344:101::d]:39925 | ||
| 13079 | 2024.11.06 00:26:10.433543 [ 282 ] {} <Debug> HTTP-Session: 9cea1414-40ca-44fd-91b2-a36e3ef31b0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13080 | 2024.11.06 00:26:10.433562 [ 282 ] {} <Debug> HTTP-Session: 9cea1414-40ca-44fd-91b2-a36e3ef31b0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13081 | 2024.11.06 00:26:10.433619 [ 282 ] {} <Trace> HTTP-Session: 9cea1414-40ca-44fd-91b2-a36e3ef31b0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13082 | 2024.11.06 00:26:10.433826 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39925) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13083 | 2024.11.06 00:26:10.433903 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13084 | 2024.11.06 00:26:10.434263 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13085 | 2024.11.06 00:26:10.434717 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13086 | 2024.11.06 00:26:10.434761 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13087 | 2024.11.06 00:26:10.435189 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 13088 | 2024.11.06 00:26:10.435617 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13089 | 2024.11.06 00:26:10.435796 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002024 sec., 988.1422924901185 rows/sec., 80.58 KiB/sec. | ||
| 13090 | 2024.11.06 00:26:10.436137 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13091 | 2024.11.06 00:26:10.436166 [ 282 ] {8ebcd1d2-7d5d-4743-80dc-9638389efad5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13092 | 2024.11.06 00:26:10.436183 [ 282 ] {} <Debug> HTTP-Session: 9cea1414-40ca-44fd-91b2-a36e3ef31b0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13093 | 2024.11.06 00:26:10.436421 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13094 | 2024.11.06 00:26:10.436591 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41708, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13095 | 2024.11.06 00:26:10.436707 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13096 | 2024.11.06 00:26:10.436735 [ 287 ] {} <Debug> HTTP-Session: 287524a6-7178-4881-bd73-72eda1b0279b Authenticating user 'default' from [fd00:1122:3344:101::d]:41708 | ||
| 13097 | 2024.11.06 00:26:10.436765 [ 287 ] {} <Debug> HTTP-Session: 287524a6-7178-4881-bd73-72eda1b0279b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13098 | 2024.11.06 00:26:10.436782 [ 287 ] {} <Debug> HTTP-Session: 287524a6-7178-4881-bd73-72eda1b0279b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13099 | 2024.11.06 00:26:10.436841 [ 287 ] {} <Trace> HTTP-Session: 287524a6-7178-4881-bd73-72eda1b0279b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13100 | 2024.11.06 00:26:10.437146 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41708) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13101 | 2024.11.06 00:26:10.437214 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13102 | 2024.11.06 00:26:10.437544 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13103 | 2024.11.06 00:26:10.437961 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13104 | 2024.11.06 00:26:10.438004 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13105 | 2024.11.06 00:26:10.438438 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13106 | 2024.11.06 00:26:10.438851 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13107 | 2024.11.06 00:26:10.439034 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001972 sec., 28904.665314401627 rows/sec., 2.20 MiB/sec. | ||
| 13108 | 2024.11.06 00:26:10.439256 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Debug> DynamicQueryHandler: Done processing query | ||
| 13109 | 2024.11.06 00:26:10.439283 [ 287 ] {1ba03ff4-77d2-4305-b04a-7b9af5f65788} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 13110 | 2024.11.06 00:26:10.439300 [ 287 ] {} <Debug> HTTP-Session: 287524a6-7178-4881-bd73-72eda1b0279b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13111 | 2024.11.06 00:26:10.439484 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39925, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13112 | 2024.11.06 00:26:10.439507 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41708, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13113 | 2024.11.06 00:26:10.439577 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13114 | 2024.11.06 00:26:10.439619 [ 282 ] {} <Debug> HTTP-Session: 4c73748e-78f9-46a7-bbe6-63b86b570e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:39925 | ||
| 13115 | 2024.11.06 00:26:10.439648 [ 282 ] {} <Debug> HTTP-Session: 4c73748e-78f9-46a7-bbe6-63b86b570e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13116 | 2024.11.06 00:26:10.439669 [ 282 ] {} <Debug> HTTP-Session: 4c73748e-78f9-46a7-bbe6-63b86b570e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13117 | 2024.11.06 00:26:10.439720 [ 282 ] {} <Trace> HTTP-Session: 4c73748e-78f9-46a7-bbe6-63b86b570e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13118 | 2024.11.06 00:26:10.439856 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39925) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13119 | 2024.11.06 00:26:10.439918 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13120 | 2024.11.06 00:26:10.440201 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13121 | 2024.11.06 00:26:10.440519 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13122 | 2024.11.06 00:26:10.440556 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13123 | 2024.11.06 00:26:10.440922 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 13124 | 2024.11.06 00:26:10.441319 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13125 | 2024.11.06 00:26:10.441487 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001665 sec., 1201.2012012012012 rows/sec., 83.87 KiB/sec. | ||
| 13126 | 2024.11.06 00:26:10.441674 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Debug> DynamicQueryHandler: Done processing query | ||
| 13127 | 2024.11.06 00:26:10.441699 [ 282 ] {24ca6745-a1b9-45d3-b12c-1ba365687896} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13128 | 2024.11.06 00:26:10.441715 [ 282 ] {} <Debug> HTTP-Session: 4c73748e-78f9-46a7-bbe6-63b86b570e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13129 | 2024.11.06 00:26:10.441869 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13130 | 2024.11.06 00:26:10.442014 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44988, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13131 | 2024.11.06 00:26:10.442086 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13132 | 2024.11.06 00:26:10.442112 [ 287 ] {} <Debug> HTTP-Session: a7db550f-cbc8-4d06-92e3-23283941d3b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:44988 | ||
| 13133 | 2024.11.06 00:26:10.442134 [ 287 ] {} <Debug> HTTP-Session: a7db550f-cbc8-4d06-92e3-23283941d3b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13134 | 2024.11.06 00:26:10.442151 [ 287 ] {} <Debug> HTTP-Session: a7db550f-cbc8-4d06-92e3-23283941d3b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13135 | 2024.11.06 00:26:10.442198 [ 287 ] {} <Trace> HTTP-Session: a7db550f-cbc8-4d06-92e3-23283941d3b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13136 | 2024.11.06 00:26:10.442371 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44988) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13137 | 2024.11.06 00:26:10.442431 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13138 | 2024.11.06 00:26:10.442750 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13139 | 2024.11.06 00:26:10.443140 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13140 | 2024.11.06 00:26:10.443178 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13141 | 2024.11.06 00:26:10.443557 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13142 | 2024.11.06 00:26:10.443930 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13143 | 2024.11.06 00:26:10.444101 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001785 sec., 36974.78991596639 rows/sec., 2.89 MiB/sec. | ||
| 13144 | 2024.11.06 00:26:10.444364 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Debug> DynamicQueryHandler: Done processing query | ||
| 13145 | 2024.11.06 00:26:10.444426 [ 287 ] {e13e67b9-f043-48ca-a8f4-2212715b0209} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13146 | 2024.11.06 00:26:10.444485 [ 287 ] {} <Debug> HTTP-Session: a7db550f-cbc8-4d06-92e3-23283941d3b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13147 | 2024.11.06 00:26:10.444743 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44988, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13148 | 2024.11.06 00:26:10.444786 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39925, User-Agent: (none), Length: 25111, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13149 | 2024.11.06 00:26:10.444883 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13150 | 2024.11.06 00:26:10.444917 [ 282 ] {} <Debug> HTTP-Session: 759a14fd-0748-4251-ba02-6715e25459cc Authenticating user 'default' from [fd00:1122:3344:101::d]:39925 | ||
| 13151 | 2024.11.06 00:26:10.444942 [ 282 ] {} <Debug> HTTP-Session: 759a14fd-0748-4251-ba02-6715e25459cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13152 | 2024.11.06 00:26:10.444959 [ 282 ] {} <Debug> HTTP-Session: 759a14fd-0748-4251-ba02-6715e25459cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13153 | 2024.11.06 00:26:10.445002 [ 282 ] {} <Trace> HTTP-Session: 759a14fd-0748-4251-ba02-6715e25459cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13154 | 2024.11.06 00:26:10.445201 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39925) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13155 | 2024.11.06 00:26:10.445265 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13156 | 2024.11.06 00:26:10.445482 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13157 | 2024.11.06 00:26:10.445918 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13158 | 2024.11.06 00:26:10.445963 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13159 | 2024.11.06 00:26:10.446370 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13160 | 2024.11.06 00:26:10.446731 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13161 | 2024.11.06 00:26:10.446896 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Debug> executeQuery: Read 131 rows, 9.35 KiB in 0.001773 sec., 73886.06880992667 rows/sec., 5.15 MiB/sec. | ||
| 13162 | 2024.11.06 00:26:10.447172 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13163 | 2024.11.06 00:26:10.447234 [ 282 ] {070e754e-766c-4433-8e25-0023b40e7da9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13164 | 2024.11.06 00:26:10.447294 [ 282 ] {} <Debug> HTTP-Session: 759a14fd-0748-4251-ba02-6715e25459cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13165 | 2024.11.06 00:26:10.447500 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13166 | 2024.11.06 00:26:10.447597 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48565, User-Agent: (none), Length: 7598, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13167 | 2024.11.06 00:26:10.447658 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13168 | 2024.11.06 00:26:10.447679 [ 287 ] {} <Debug> HTTP-Session: c0c0d497-fbae-4943-8aff-f63232e20dc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:48565 | ||
| 13169 | 2024.11.06 00:26:10.447696 [ 287 ] {} <Debug> HTTP-Session: c0c0d497-fbae-4943-8aff-f63232e20dc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13170 | 2024.11.06 00:26:10.447709 [ 287 ] {} <Debug> HTTP-Session: c0c0d497-fbae-4943-8aff-f63232e20dc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13171 | 2024.11.06 00:26:10.447749 [ 287 ] {} <Trace> HTTP-Session: c0c0d497-fbae-4943-8aff-f63232e20dc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13172 | 2024.11.06 00:26:10.447888 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48565) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13173 | 2024.11.06 00:26:10.447941 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13174 | 2024.11.06 00:26:10.448107 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13175 | 2024.11.06 00:26:10.448408 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13176 | 2024.11.06 00:26:10.448445 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13177 | 2024.11.06 00:26:10.448832 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 13178 | 2024.11.06 00:26:10.449168 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13179 | 2024.11.06 00:26:10.449329 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Debug> executeQuery: Read 50 rows, 3.44 KiB in 0.001483 sec., 33715.44167228591 rows/sec., 2.26 MiB/sec. | ||
| 13180 | 2024.11.06 00:26:10.449604 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 13181 | 2024.11.06 00:26:10.449662 [ 287 ] {a1059a89-68d1-4a64-a4c7-4d440ae6f9bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13182 | 2024.11.06 00:26:10.449726 [ 287 ] {} <Debug> HTTP-Session: c0c0d497-fbae-4943-8aff-f63232e20dc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13183 | 2024.11.06 00:26:10.450017 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48565, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13184 | 2024.11.06 00:26:11.739730 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13185 | 2024.11.06 00:26:11.739787 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13186 | 2024.11.06 00:26:12.140929 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1194 | ||
| 13187 | 2024.11.06 00:26:12.143960 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13188 | 2024.11.06 00:26:12.144007 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13189 | 2024.11.06 00:26:12.145504 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 13190 | 2024.11.06 00:26:12.146485 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13191 | 2024.11.06 00:26:12.146655 [ 30 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 13192 | 2024.11.06 00:26:12.146725 [ 30 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13193 | 2024.11.06 00:26:12.146768 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13194 | 2024.11.06 00:26:12.147367 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 13195 | 2024.11.06 00:26:12.147959 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1194 | ||
| 13196 | 2024.11.06 00:26:12.148789 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13197 | 2024.11.06 00:26:12.148977 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1062 rows starting from the beginning of the part | ||
| 13198 | 2024.11.06 00:26:12.149745 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 13199 | 2024.11.06 00:26:12.150355 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 13200 | 2024.11.06 00:26:12.150904 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 13201 | 2024.11.06 00:26:12.151446 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 13202 | 2024.11.06 00:26:12.151926 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 13203 | 2024.11.06 00:26:12.160917 [ 196 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1194 rows, containing 72 columns (72 merged, 0 gathered) in 0.013950494 sec., 85588.36697825897 rows/sec., 58.93 MiB/sec. | ||
| 13204 | 2024.11.06 00:26:12.162402 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 13205 | 2024.11.06 00:26:12.163997 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_41_8} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13206 | 2024.11.06 00:26:12.164270 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_41_8} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 13207 | 2024.11.06 00:26:12.164512 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 13208 | 2024.11.06 00:26:15.435375 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39925, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13209 | 2024.11.06 00:26:15.435517 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13210 | 2024.11.06 00:26:15.435547 [ 282 ] {} <Debug> HTTP-Session: a027f277-28b4-4c93-8683-d4f5ae471734 Authenticating user 'default' from [fd00:1122:3344:101::d]:39925 | ||
| 13211 | 2024.11.06 00:26:15.435575 [ 282 ] {} <Debug> HTTP-Session: a027f277-28b4-4c93-8683-d4f5ae471734 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13212 | 2024.11.06 00:26:15.435592 [ 282 ] {} <Debug> HTTP-Session: a027f277-28b4-4c93-8683-d4f5ae471734 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13213 | 2024.11.06 00:26:15.435648 [ 282 ] {} <Trace> HTTP-Session: a027f277-28b4-4c93-8683-d4f5ae471734 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13214 | 2024.11.06 00:26:15.435872 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39925) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13215 | 2024.11.06 00:26:15.435948 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13216 | 2024.11.06 00:26:15.436305 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13217 | 2024.11.06 00:26:15.436843 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13218 | 2024.11.06 00:26:15.436886 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13219 | 2024.11.06 00:26:15.437308 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13220 | 2024.11.06 00:26:15.437702 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13221 | 2024.11.06 00:26:15.437878 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002078 sec., 26948.989412897015 rows/sec., 2.06 MiB/sec. | ||
| 13222 | 2024.11.06 00:26:15.437899 [ 41 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13223 | 2024.11.06 00:26:15.438005 [ 41 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13224 | 2024.11.06 00:26:15.438054 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13225 | 2024.11.06 00:26:15.438194 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13226 | 2024.11.06 00:26:15.438254 [ 282 ] {458a3696-379b-4a4f-9241-0090de45172f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13227 | 2024.11.06 00:26:15.438291 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 13228 | 2024.11.06 00:26:15.438329 [ 282 ] {} <Debug> HTTP-Session: a027f277-28b4-4c93-8683-d4f5ae471734 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13229 | 2024.11.06 00:26:15.438841 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39925, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13230 | 2024.11.06 00:26:15.438935 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13231 | 2024.11.06 00:26:15.439007 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34458, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13232 | 2024.11.06 00:26:15.439109 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1420 rows starting from the beginning of the part | ||
| 13233 | 2024.11.06 00:26:15.439279 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13234 | 2024.11.06 00:26:15.439356 [ 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): | ||
| 13235 | |||
| 13236 | (version 23.8.7.1) | ||
| 13237 | 2024.11.06 00:26:15.439440 [ 287 ] {} <Debug> HTTP-Session: 462b183d-4a72-4c14-b7c9-b14e670289ba Authenticating user 'default' from [fd00:1122:3344:101::d]:34458 | ||
| 13238 | 2024.11.06 00:26:15.439571 [ 287 ] {} <Debug> HTTP-Session: 462b183d-4a72-4c14-b7c9-b14e670289ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13239 | 2024.11.06 00:26:15.439669 [ 287 ] {} <Debug> HTTP-Session: 462b183d-4a72-4c14-b7c9-b14e670289ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13240 | 2024.11.06 00:26:15.439686 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 57 rows starting from the beginning of the part | ||
| 13241 | 2024.11.06 00:26:15.439792 [ 287 ] {} <Trace> HTTP-Session: 462b183d-4a72-4c14-b7c9-b14e670289ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13242 | 2024.11.06 00:26:15.439952 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part | ||
| 13243 | 2024.11.06 00:26:15.440198 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 271 rows starting from the beginning of the part | ||
| 13244 | 2024.11.06 00:26:15.440271 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34458) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13245 | 2024.11.06 00:26:15.440458 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13246 | 2024.11.06 00:26:15.440506 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 57 rows starting from the beginning of the part | ||
| 13247 | 2024.11.06 00:26:15.441004 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
| 13248 | 2024.11.06 00:26:15.441924 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13249 | 2024.11.06 00:26:15.443106 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13250 | 2024.11.06 00:26:15.443175 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13251 | 2024.11.06 00:26:15.444306 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13252 | 2024.11.06 00:26:15.444345 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1917 rows, containing 5 columns (5 merged, 0 gathered) in 0.006202505 sec., 309068.6746725718 rows/sec., 26.96 MiB/sec. | ||
| 13253 | 2024.11.06 00:26:15.444651 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13254 | 2024.11.06 00:26:15.445226 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13255 | 2024.11.06 00:26:15.445622 [ 41 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13256 | 2024.11.06 00:26:15.445656 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005559 sec., 11512.862025544164 rows/sec., 920.17 KiB/sec. | ||
| 13257 | 2024.11.06 00:26:15.445718 [ 41 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13258 | 2024.11.06 00:26:15.445814 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13259 | 2024.11.06 00:26:15.445830 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13260 | 2024.11.06 00:26:15.446283 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 13261 | 2024.11.06 00:26:15.446293 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_81_16} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13262 | 2024.11.06 00:26:15.446339 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13263 | 2024.11.06 00:26:15.446401 [ 287 ] {0e91764e-cd2c-48f3-9c6a-327fac6ac51f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13264 | 2024.11.06 00:26:15.446463 [ 287 ] {} <Debug> HTTP-Session: 462b183d-4a72-4c14-b7c9-b14e670289ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13265 | 2024.11.06 00:26:15.446648 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 13266 | 2024.11.06 00:26:15.446723 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13267 | 2024.11.06 00:26:15.446766 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part | ||
| 13268 | 2024.11.06 00:26:15.446827 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34458, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13269 | 2024.11.06 00:26:15.447053 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 66 rows starting from the beginning of the part | ||
| 13270 | 2024.11.06 00:26:15.447086 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62047, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13271 | 2024.11.06 00:26:15.447299 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13272 | 2024.11.06 00:26:15.447403 [ 290 ] {} <Debug> HTTP-Session: 1de03d9c-db0b-4de2-bd0f-8b7012482ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:62047 | ||
| 13273 | 2024.11.06 00:26:15.447427 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part | ||
| 13274 | 2024.11.06 00:26:15.447489 [ 290 ] {} <Debug> HTTP-Session: 1de03d9c-db0b-4de2-bd0f-8b7012482ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13275 | 2024.11.06 00:26:15.447586 [ 290 ] {} <Debug> HTTP-Session: 1de03d9c-db0b-4de2-bd0f-8b7012482ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13276 | 2024.11.06 00:26:15.447709 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 423 rows starting from the beginning of the part | ||
| 13277 | 2024.11.06 00:26:15.447725 [ 290 ] {} <Trace> HTTP-Session: 1de03d9c-db0b-4de2-bd0f-8b7012482ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13278 | 2024.11.06 00:26:15.448138 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 66 rows starting from the beginning of the part | ||
| 13279 | 2024.11.06 00:26:15.448250 [ 192 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part | ||
| 13280 | 2024.11.06 00:26:15.448282 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62047) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13281 | 2024.11.06 00:26:15.448458 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13282 | 2024.11.06 00:26:15.448922 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13283 | 2024.11.06 00:26:15.449559 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13284 | 2024.11.06 00:26:15.449603 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13285 | 2024.11.06 00:26:15.450186 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13286 | 2024.11.06 00:26:15.450311 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.004339159 sec., 368274.12869636714 rows/sec., 28.39 MiB/sec. | ||
| 13287 | 2024.11.06 00:26:15.450583 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13288 | 2024.11.06 00:26:15.450809 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13289 | 2024.11.06 00:26:15.451122 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13290 | 2024.11.06 00:26:15.451256 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13291 | 2024.11.06 00:26:15.451258 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003113 sec., 51397.3658849984 rows/sec., 3.58 MiB/sec. | ||
| 13292 | 2024.11.06 00:26:15.451319 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13293 | 2024.11.06 00:26:15.451928 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 13294 | 2024.11.06 00:26:15.451954 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13295 | 2024.11.06 00:26:15.451992 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 13296 | 2024.11.06 00:26:15.452068 [ 290 ] {e97b8c07-aff4-43ca-b3f5-5892e1ede7a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13297 | 2024.11.06 00:26:15.452141 [ 290 ] {} <Debug> HTTP-Session: 1de03d9c-db0b-4de2-bd0f-8b7012482ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13298 | 2024.11.06 00:26:15.452245 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_81_16} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13299 | 2024.11.06 00:26:15.452497 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13300 | 2024.11.06 00:26:15.452558 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
| 13301 | 2024.11.06 00:26:15.452586 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13302 | 2024.11.06 00:26:15.452620 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44113, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13303 | 2024.11.06 00:26:15.452716 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 16448 rows starting from the beginning of the part | ||
| 13304 | 2024.11.06 00:26:15.452773 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13305 | 2024.11.06 00:26:15.452858 [ 287 ] {} <Debug> HTTP-Session: a679cb49-32aa-4154-854b-fe5c45d13f13 Authenticating user 'default' from [fd00:1122:3344:101::d]:44113 | ||
| 13306 | 2024.11.06 00:26:15.452946 [ 287 ] {} <Debug> HTTP-Session: a679cb49-32aa-4154-854b-fe5c45d13f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13307 | 2024.11.06 00:26:15.453027 [ 287 ] {} <Debug> HTTP-Session: a679cb49-32aa-4154-854b-fe5c45d13f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13308 | 2024.11.06 00:26:15.453040 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 129 rows starting from the beginning of the part | ||
| 13309 | 2024.11.06 00:26:15.453176 [ 287 ] {} <Trace> HTTP-Session: a679cb49-32aa-4154-854b-fe5c45d13f13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13310 | 2024.11.06 00:26:15.453341 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
| 13311 | 2024.11.06 00:26:15.453590 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13312 | 2024.11.06 00:26:15.453693 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 237 rows starting from the beginning of the part | ||
| 13313 | 2024.11.06 00:26:15.453754 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13314 | 2024.11.06 00:26:15.454069 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 131 rows starting from the beginning of the part | ||
| 13315 | 2024.11.06 00:26:15.454460 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
| 13316 | 2024.11.06 00:26:15.454547 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13317 | 2024.11.06 00:26:15.455553 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13318 | 2024.11.06 00:26:15.455612 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13319 | 2024.11.06 00:26:15.456286 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 13320 | 2024.11.06 00:26:15.456865 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13321 | 2024.11.06 00:26:15.457173 [ 41 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 13322 | 2024.11.06 00:26:15.457275 [ 41 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13323 | 2024.11.06 00:26:15.457293 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003854 sec., 15568.240788790867 rows/sec., 1.05 MiB/sec. | ||
| 13324 | 2024.11.06 00:26:15.457352 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13325 | 2024.11.06 00:26:15.458158 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Debug> DynamicQueryHandler: Done processing query | ||
| 13326 | 2024.11.06 00:26:15.458223 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 13327 | 2024.11.06 00:26:15.458253 [ 287 ] {9f1f272c-dc95-48c3-8694-fc3913c1d580} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13328 | 2024.11.06 00:26:15.458359 [ 287 ] {} <Debug> HTTP-Session: a679cb49-32aa-4154-854b-fe5c45d13f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13329 | 2024.11.06 00:26:15.458858 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13330 | 2024.11.06 00:26:15.459211 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13331 | 2024.11.06 00:26:15.459268 [ 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): | ||
| 13332 | |||
| 13333 | (version 23.8.7.1) | ||
| 13334 | 2024.11.06 00:26:15.459407 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4056 rows starting from the beginning of the part | ||
| 13335 | 2024.11.06 00:26:15.459947 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 48 rows starting from the beginning of the part | ||
| 13336 | 2024.11.06 00:26:15.460346 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 13337 | 2024.11.06 00:26:15.460607 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 13338 | 2024.11.06 00:26:15.460681 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 50 rows starting from the beginning of the part | ||
| 13339 | 2024.11.06 00:26:15.461090 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
| 13340 | 2024.11.06 00:26:15.463081 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4356 rows, containing 4 columns (4 merged, 0 gathered) in 0.005462092 sec., 797496.6368197387 rows/sec., 52.63 MiB/sec. | ||
| 13341 | 2024.11.06 00:26:15.463622 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13342 | 2024.11.06 00:26:15.464281 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13343 | 2024.11.06 00:26:15.464371 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_81_16} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13344 | 2024.11.06 00:26:15.464458 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 13345 | 2024.11.06 00:26:15.468169 [ 190 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17265 rows, containing 5 columns (5 merged, 0 gathered) in 0.016592923 sec., 1040503.834074322 rows/sec., 70.81 MiB/sec. | ||
| 13346 | 2024.11.06 00:26:15.468357 [ 194 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 13347 | 2024.11.06 00:26:15.468799 [ 194 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13348 | 2024.11.06 00:26:15.468891 [ 194 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 13349 | 2024.11.06 00:26:15.468978 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 13350 | 2024.11.06 00:26:16.666202 [ 45 ] {} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13351 | 2024.11.06 00:26:16.666275 [ 45 ] {} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13352 | 2024.11.06 00:26:16.666303 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13353 | 2024.11.06 00:26:16.666520 [ 194 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 13354 | 2024.11.06 00:26:16.666774 [ 194 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13355 | 2024.11.06 00:26:16.666813 [ 194 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 17 rows starting from the beginning of the part | ||
| 13356 | 2024.11.06 00:26:16.666892 [ 194 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 13357 | 2024.11.06 00:26:16.667053 [ 194 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 13358 | 2024.11.06 00:26:16.667339 [ 194 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 13359 | 2024.11.06 00:26:16.667586 [ 194 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 13360 | 2024.11.06 00:26:16.668704 [ 188 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21 rows, containing 4 columns (4 merged, 0 gathered) in 0.002312919 sec., 9079.435985436585 rows/sec., 611.80 KiB/sec. | ||
| 13361 | 2024.11.06 00:26:16.668898 [ 201 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13362 | 2024.11.06 00:26:16.669348 [ 201 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13363 | 2024.11.06 00:26:16.669435 [ 201 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_21_5} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13364 | 2024.11.06 00:26:16.669536 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 13365 | 2024.11.06 00:26:17.048602 [ 45 ] {} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13366 | 2024.11.06 00:26:17.048647 [ 45 ] {} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13367 | 2024.11.06 00:26:17.048672 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13368 | 2024.11.06 00:26:17.048811 [ 201 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 13369 | 2024.11.06 00:26:17.049000 [ 201 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13370 | 2024.11.06 00:26:17.049040 [ 201 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 13371 | 2024.11.06 00:26:17.049128 [ 201 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 13372 | 2024.11.06 00:26:17.049220 [ 201 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 13373 | 2024.11.06 00:26:17.049388 [ 201 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 13374 | 2024.11.06 00:26:17.049672 [ 201 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 13375 | 2024.11.06 00:26:17.050734 [ 188 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.001997129 sec., 63090.56650822256 rows/sec., 3.22 MiB/sec. | ||
| 13376 | 2024.11.06 00:26:17.050927 [ 188 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13377 | 2024.11.06 00:26:17.051364 [ 188 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_21_5} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13378 | 2024.11.06 00:26:17.051456 [ 188 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_21_5} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13379 | 2024.11.06 00:26:17.051553 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 13380 | 2024.11.06 00:26:19.767457 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53941, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13381 | 2024.11.06 00:26:20.015982 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:53674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13382 | 2024.11.06 00:26:20.103021 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:61127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13383 | 2024.11.06 00:26:20.337744 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13384 | 2024.11.06 00:26:20.352127 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34844, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13385 | 2024.11.06 00:26:20.381486 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13386 | 2024.11.06 00:26:20.414756 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49225, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13387 | 2024.11.06 00:26:20.424816 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13388 | 2024.11.06 00:26:20.440982 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61015, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13389 | 2024.11.06 00:26:20.441112 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13390 | 2024.11.06 00:26:20.441154 [ 287 ] {} <Debug> HTTP-Session: f3853c92-8417-457a-a9d0-cbe23476583d Authenticating user 'default' from [fd00:1122:3344:101::d]:61015 | ||
| 13391 | 2024.11.06 00:26:20.441194 [ 287 ] {} <Debug> HTTP-Session: f3853c92-8417-457a-a9d0-cbe23476583d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13392 | 2024.11.06 00:26:20.441222 [ 287 ] {} <Debug> HTTP-Session: f3853c92-8417-457a-a9d0-cbe23476583d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13393 | 2024.11.06 00:26:20.441300 [ 287 ] {} <Trace> HTTP-Session: f3853c92-8417-457a-a9d0-cbe23476583d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13394 | 2024.11.06 00:26:20.441561 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61015) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13395 | 2024.11.06 00:26:20.441627 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13396 | 2024.11.06 00:26:20.441961 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13397 | 2024.11.06 00:26:20.442611 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13398 | 2024.11.06 00:26:20.442651 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13399 | 2024.11.06 00:26:20.443084 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13400 | 2024.11.06 00:26:20.443469 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13401 | 2024.11.06 00:26:20.443641 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002197 sec., 123350.02275830678 rows/sec., 10.96 MiB/sec. | ||
| 13402 | 2024.11.06 00:26:20.443968 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Debug> DynamicQueryHandler: Done processing query | ||
| 13403 | 2024.11.06 00:26:20.444034 [ 287 ] {c84f0212-4350-4e01-8f63-d1357f1d2d27} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13404 | 2024.11.06 00:26:20.444098 [ 287 ] {} <Debug> HTTP-Session: f3853c92-8417-457a-a9d0-cbe23476583d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13405 | 2024.11.06 00:26:20.444357 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61015, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13406 | 2024.11.06 00:26:20.444419 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60867, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13407 | 2024.11.06 00:26:20.444561 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13408 | 2024.11.06 00:26:20.444592 [ 290 ] {} <Debug> HTTP-Session: 6e232927-7717-4773-a2bd-95795f7b15d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:60867 | ||
| 13409 | 2024.11.06 00:26:20.444619 [ 290 ] {} <Debug> HTTP-Session: 6e232927-7717-4773-a2bd-95795f7b15d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13410 | 2024.11.06 00:26:20.444637 [ 290 ] {} <Debug> HTTP-Session: 6e232927-7717-4773-a2bd-95795f7b15d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13411 | 2024.11.06 00:26:20.444695 [ 290 ] {} <Trace> HTTP-Session: 6e232927-7717-4773-a2bd-95795f7b15d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13412 | 2024.11.06 00:26:20.444912 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60867) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13413 | 2024.11.06 00:26:20.444988 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13414 | 2024.11.06 00:26:20.445367 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13415 | 2024.11.06 00:26:20.445788 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13416 | 2024.11.06 00:26:20.445830 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13417 | 2024.11.06 00:26:20.446243 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13418 | 2024.11.06 00:26:20.446646 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13419 | 2024.11.06 00:26:20.446826 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001984 sec., 20665.32258064516 rows/sec., 1.52 MiB/sec. | ||
| 13420 | 2024.11.06 00:26:20.446838 [ 50 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 13421 | 2024.11.06 00:26:20.446964 [ 50 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13422 | 2024.11.06 00:26:20.447022 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13423 | 2024.11.06 00:26:20.447135 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 13424 | 2024.11.06 00:26:20.447239 [ 290 ] {a350a892-ba98-4fd6-b073-e806b7b981d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13425 | 2024.11.06 00:26:20.447361 [ 290 ] {} <Debug> HTTP-Session: 6e232927-7717-4773-a2bd-95795f7b15d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13426 | 2024.11.06 00:26:20.447553 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
| 13427 | 2024.11.06 00:26:20.447965 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60867, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13428 | 2024.11.06 00:26:20.448107 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61870, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13429 | 2024.11.06 00:26:20.448439 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13430 | 2024.11.06 00:26:20.448575 [ 287 ] {} <Debug> HTTP-Session: b1bd8c7d-2cf6-4b74-8dfb-dfc6cc055874 Authenticating user 'default' from [fd00:1122:3344:101::d]:61870 | ||
| 13431 | 2024.11.06 00:26:20.448664 [ 287 ] {} <Debug> HTTP-Session: b1bd8c7d-2cf6-4b74-8dfb-dfc6cc055874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13432 | 2024.11.06 00:26:20.448765 [ 287 ] {} <Debug> HTTP-Session: b1bd8c7d-2cf6-4b74-8dfb-dfc6cc055874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13433 | 2024.11.06 00:26:20.448818 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13434 | 2024.11.06 00:26:20.448986 [ 287 ] {} <Trace> HTTP-Session: b1bd8c7d-2cf6-4b74-8dfb-dfc6cc055874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13435 | 2024.11.06 00:26:20.449098 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 59 rows starting from the beginning of the part | ||
| 13436 | 2024.11.06 00:26:20.449612 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61870) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13437 | 2024.11.06 00:26:20.449648 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part | ||
| 13438 | 2024.11.06 00:26:20.449828 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13439 | 2024.11.06 00:26:20.450130 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 2 rows starting from the beginning of the part | ||
| 13440 | 2024.11.06 00:26:20.450576 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part | ||
| 13441 | 2024.11.06 00:26:20.451023 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 2 rows starting from the beginning of the part | ||
| 13442 | 2024.11.06 00:26:20.451443 [ 200 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 41 rows starting from the beginning of the part | ||
| 13443 | 2024.11.06 00:26:20.452201 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13444 | 2024.11.06 00:26:20.453236 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13445 | 2024.11.06 00:26:20.453304 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13446 | 2024.11.06 00:26:20.454346 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.007254166 sec., 25640.438887116725 rows/sec., 1.96 MiB/sec. | ||
| 13447 | 2024.11.06 00:26:20.454355 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13448 | 2024.11.06 00:26:20.454520 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 13449 | 2024.11.06 00:26:20.454936 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13450 | 2024.11.06 00:26:20.455230 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005919 sec., 2365.2644027707383 rows/sec., 165.65 KiB/sec. | ||
| 13451 | 2024.11.06 00:26:20.455355 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13452 | 2024.11.06 00:26:20.455459 [ 201 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_50_10} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 13453 | 2024.11.06 00:26:20.455495 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Debug> DynamicQueryHandler: Done processing query | ||
| 13454 | 2024.11.06 00:26:20.455539 [ 287 ] {4fdd908c-80d4-431e-85a6-45da1998d106} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13455 | 2024.11.06 00:26:20.455567 [ 287 ] {} <Debug> HTTP-Session: b1bd8c7d-2cf6-4b74-8dfb-dfc6cc055874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13456 | 2024.11.06 00:26:20.455570 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 13457 | 2024.11.06 00:26:20.455856 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13458 | 2024.11.06 00:26:20.455937 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38077, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13459 | 2024.11.06 00:26:20.456029 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13460 | 2024.11.06 00:26:20.456058 [ 290 ] {} <Debug> HTTP-Session: 5aaebb9f-a5ab-4b32-b465-df61fb70d995 Authenticating user 'default' from [fd00:1122:3344:101::d]:38077 | ||
| 13461 | 2024.11.06 00:26:20.456081 [ 290 ] {} <Debug> HTTP-Session: 5aaebb9f-a5ab-4b32-b465-df61fb70d995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13462 | 2024.11.06 00:26:20.456098 [ 290 ] {} <Debug> HTTP-Session: 5aaebb9f-a5ab-4b32-b465-df61fb70d995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13463 | 2024.11.06 00:26:20.456142 [ 290 ] {} <Trace> HTTP-Session: 5aaebb9f-a5ab-4b32-b465-df61fb70d995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13464 | 2024.11.06 00:26:20.456275 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13465 | 2024.11.06 00:26:20.456322 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13466 | 2024.11.06 00:26:20.456587 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13467 | 2024.11.06 00:26:20.456916 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13468 | 2024.11.06 00:26:20.456953 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13469 | 2024.11.06 00:26:20.457311 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13470 | 2024.11.06 00:26:20.457684 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13471 | 2024.11.06 00:26:20.457836 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001588 sec., 3778.337531486146 rows/sec., 223.23 KiB/sec. | ||
| 13472 | 2024.11.06 00:26:20.458023 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 13473 | 2024.11.06 00:26:20.458047 [ 290 ] {c8bb4f55-1446-4434-80dc-52fae860e3f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13474 | 2024.11.06 00:26:20.458063 [ 290 ] {} <Debug> HTTP-Session: 5aaebb9f-a5ab-4b32-b465-df61fb70d995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13475 | 2024.11.06 00:26:20.458259 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13476 | 2024.11.06 00:26:20.458363 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56788, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13477 | 2024.11.06 00:26:20.458469 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13478 | 2024.11.06 00:26:20.458507 [ 287 ] {} <Debug> HTTP-Session: 562d9bf2-ac8e-4efc-9160-d07cadd247fe Authenticating user 'default' from [fd00:1122:3344:101::d]:56788 | ||
| 13479 | 2024.11.06 00:26:20.458540 [ 287 ] {} <Debug> HTTP-Session: 562d9bf2-ac8e-4efc-9160-d07cadd247fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13480 | 2024.11.06 00:26:20.458567 [ 287 ] {} <Debug> HTTP-Session: 562d9bf2-ac8e-4efc-9160-d07cadd247fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13481 | 2024.11.06 00:26:20.458635 [ 287 ] {} <Trace> HTTP-Session: 562d9bf2-ac8e-4efc-9160-d07cadd247fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13482 | 2024.11.06 00:26:20.459043 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56788) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13483 | 2024.11.06 00:26:20.459129 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13484 | 2024.11.06 00:26:20.459467 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13485 | 2024.11.06 00:26:20.460113 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13486 | 2024.11.06 00:26:20.460150 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13487 | 2024.11.06 00:26:20.460528 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13488 | 2024.11.06 00:26:20.460903 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13489 | 2024.11.06 00:26:20.461057 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002233 sec., 189431.25839677564 rows/sec., 13.54 MiB/sec. | ||
| 13490 | 2024.11.06 00:26:20.461235 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Debug> DynamicQueryHandler: Done processing query | ||
| 13491 | 2024.11.06 00:26:20.461258 [ 287 ] {0ef50df6-9120-4ff5-b43a-095bf1c9588a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13492 | 2024.11.06 00:26:20.461274 [ 287 ] {} <Debug> HTTP-Session: 562d9bf2-ac8e-4efc-9160-d07cadd247fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13493 | 2024.11.06 00:26:20.461502 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38077, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13494 | 2024.11.06 00:26:20.461521 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56788, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13495 | 2024.11.06 00:26:20.461585 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13496 | 2024.11.06 00:26:20.461618 [ 290 ] {} <Debug> HTTP-Session: 2d796e3e-a1fb-402c-b5f2-e59f59a9de80 Authenticating user 'default' from [fd00:1122:3344:101::d]:38077 | ||
| 13497 | 2024.11.06 00:26:20.461652 [ 290 ] {} <Debug> HTTP-Session: 2d796e3e-a1fb-402c-b5f2-e59f59a9de80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13498 | 2024.11.06 00:26:20.461680 [ 290 ] {} <Debug> HTTP-Session: 2d796e3e-a1fb-402c-b5f2-e59f59a9de80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13499 | 2024.11.06 00:26:20.461723 [ 290 ] {} <Trace> HTTP-Session: 2d796e3e-a1fb-402c-b5f2-e59f59a9de80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13500 | 2024.11.06 00:26:20.461852 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13501 | 2024.11.06 00:26:20.461908 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13502 | 2024.11.06 00:26:20.462098 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13503 | 2024.11.06 00:26:20.462418 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13504 | 2024.11.06 00:26:20.462452 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13505 | 2024.11.06 00:26:20.462818 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13506 | 2024.11.06 00:26:20.463145 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13507 | 2024.11.06 00:26:20.463308 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 13508 | 2024.11.06 00:26:20.463520 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Debug> DynamicQueryHandler: Done processing query | ||
| 13509 | 2024.11.06 00:26:20.463545 [ 290 ] {226e7d5f-652f-4617-88fa-3a666f10e431} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13510 | 2024.11.06 00:26:20.463561 [ 290 ] {} <Debug> HTTP-Session: 2d796e3e-a1fb-402c-b5f2-e59f59a9de80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13511 | 2024.11.06 00:26:20.463782 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13512 | 2024.11.06 00:26:20.463906 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57743, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13513 | 2024.11.06 00:26:20.464012 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13514 | 2024.11.06 00:26:20.464049 [ 287 ] {} <Debug> HTTP-Session: 53059b11-563d-45fe-b122-f5c3602e0280 Authenticating user 'default' from [fd00:1122:3344:101::d]:57743 | ||
| 13515 | 2024.11.06 00:26:20.464082 [ 287 ] {} <Debug> HTTP-Session: 53059b11-563d-45fe-b122-f5c3602e0280 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13516 | 2024.11.06 00:26:20.464109 [ 287 ] {} <Debug> HTTP-Session: 53059b11-563d-45fe-b122-f5c3602e0280 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13517 | 2024.11.06 00:26:20.464176 [ 287 ] {} <Trace> HTTP-Session: 53059b11-563d-45fe-b122-f5c3602e0280 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13518 | 2024.11.06 00:26:20.464483 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57743) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13519 | 2024.11.06 00:26:20.464536 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13520 | 2024.11.06 00:26:20.464716 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13521 | 2024.11.06 00:26:20.465171 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13522 | 2024.11.06 00:26:20.465207 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13523 | 2024.11.06 00:26:20.465612 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13524 | 2024.11.06 00:26:20.465953 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13525 | 2024.11.06 00:26:20.466107 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001774 sec., 133596.39233370914 rows/sec., 8.95 MiB/sec. | ||
| 13526 | 2024.11.06 00:26:20.466286 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 13527 | 2024.11.06 00:26:20.466311 [ 287 ] {4cbabd7a-2a2f-4ca4-8615-4a1dbd5d42c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13528 | 2024.11.06 00:26:20.466326 [ 287 ] {} <Debug> HTTP-Session: 53059b11-563d-45fe-b122-f5c3602e0280 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13529 | 2024.11.06 00:26:20.466527 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57743, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13530 | 2024.11.06 00:26:20.466546 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38077, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13531 | 2024.11.06 00:26:20.466639 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13532 | 2024.11.06 00:26:20.466675 [ 290 ] {} <Debug> HTTP-Session: 75424542-4a0f-4192-9364-2109e5dbda04 Authenticating user 'default' from [fd00:1122:3344:101::d]:38077 | ||
| 13533 | 2024.11.06 00:26:20.466699 [ 290 ] {} <Debug> HTTP-Session: 75424542-4a0f-4192-9364-2109e5dbda04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13534 | 2024.11.06 00:26:20.466717 [ 290 ] {} <Debug> HTTP-Session: 75424542-4a0f-4192-9364-2109e5dbda04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13535 | 2024.11.06 00:26:20.466760 [ 290 ] {} <Trace> HTTP-Session: 75424542-4a0f-4192-9364-2109e5dbda04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13536 | 2024.11.06 00:26:20.466882 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13537 | 2024.11.06 00:26:20.466938 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13538 | 2024.11.06 00:26:20.467129 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13539 | 2024.11.06 00:26:20.467406 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13540 | 2024.11.06 00:26:20.467441 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13541 | 2024.11.06 00:26:20.467812 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13542 | 2024.11.06 00:26:20.468143 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13543 | 2024.11.06 00:26:20.468295 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001439 sec., 694.9270326615706 rows/sec., 46.83 KiB/sec. | ||
| 13544 | 2024.11.06 00:26:20.468644 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Debug> DynamicQueryHandler: Done processing query | ||
| 13545 | 2024.11.06 00:26:20.468669 [ 290 ] {31437c68-c90d-40f0-b45f-7273546c1804} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13546 | 2024.11.06 00:26:20.468685 [ 290 ] {} <Debug> HTTP-Session: 75424542-4a0f-4192-9364-2109e5dbda04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13547 | 2024.11.06 00:26:20.468857 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13548 | 2024.11.06 00:26:20.468986 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51870, User-Agent: (none), Length: 68983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13549 | 2024.11.06 00:26:20.469056 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13550 | 2024.11.06 00:26:20.469080 [ 287 ] {} <Debug> HTTP-Session: 3f4f478a-f596-47bf-b99e-5c661982d47f Authenticating user 'default' from [fd00:1122:3344:101::d]:51870 | ||
| 13551 | 2024.11.06 00:26:20.469102 [ 287 ] {} <Debug> HTTP-Session: 3f4f478a-f596-47bf-b99e-5c661982d47f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13552 | 2024.11.06 00:26:20.469120 [ 287 ] {} <Debug> HTTP-Session: 3f4f478a-f596-47bf-b99e-5c661982d47f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13553 | 2024.11.06 00:26:20.469162 [ 287 ] {} <Trace> HTTP-Session: 3f4f478a-f596-47bf-b99e-5c661982d47f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13554 | 2024.11.06 00:26:20.469622 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51870) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13555 | 2024.11.06 00:26:20.469702 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <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 | ||
| 13556 | 2024.11.06 00:26:20.470173 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13557 | 2024.11.06 00:26:20.470974 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13558 | 2024.11.06 00:26:20.471009 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13559 | 2024.11.06 00:26:20.471654 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 13560 | 2024.11.06 00:26:20.472072 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13561 | 2024.11.06 00:26:20.472263 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002973 sec., 13790.783720148 rows/sec., 24.71 MiB/sec. | ||
| 13562 | 2024.11.06 00:26:20.473351 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <Debug> DynamicQueryHandler: Done processing query | ||
| 13563 | 2024.11.06 00:26:20.473379 [ 287 ] {c746d889-318a-48c0-8845-52d7ac68facc} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 13564 | 2024.11.06 00:26:20.473395 [ 287 ] {} <Debug> HTTP-Session: 3f4f478a-f596-47bf-b99e-5c661982d47f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13565 | 2024.11.06 00:26:20.473576 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38077, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13566 | 2024.11.06 00:26:20.473594 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51870, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13567 | 2024.11.06 00:26:20.473666 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13568 | 2024.11.06 00:26:20.473698 [ 290 ] {} <Debug> HTTP-Session: 02c0fb5c-d5b6-4d45-b177-9a2b7dad318e Authenticating user 'default' from [fd00:1122:3344:101::d]:38077 | ||
| 13569 | 2024.11.06 00:26:20.473721 [ 290 ] {} <Debug> HTTP-Session: 02c0fb5c-d5b6-4d45-b177-9a2b7dad318e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13570 | 2024.11.06 00:26:20.473750 [ 290 ] {} <Debug> HTTP-Session: 02c0fb5c-d5b6-4d45-b177-9a2b7dad318e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13571 | 2024.11.06 00:26:20.473796 [ 290 ] {} <Trace> HTTP-Session: 02c0fb5c-d5b6-4d45-b177-9a2b7dad318e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13572 | 2024.11.06 00:26:20.473963 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13573 | 2024.11.06 00:26:20.474019 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13574 | 2024.11.06 00:26:20.474199 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13575 | 2024.11.06 00:26:20.474528 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13576 | 2024.11.06 00:26:20.474563 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13577 | 2024.11.06 00:26:20.474931 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 13578 | 2024.11.06 00:26:20.475258 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13579 | 2024.11.06 00:26:20.475409 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001511 sec., 54268.6962276638 rows/sec., 3.45 MiB/sec. | ||
| 13580 | 2024.11.06 00:26:20.475575 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Debug> DynamicQueryHandler: Done processing query | ||
| 13581 | 2024.11.06 00:26:20.475600 [ 290 ] {8ee81a8f-a349-437c-9171-1745bc8bda42} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13582 | 2024.11.06 00:26:20.475615 [ 290 ] {} <Debug> HTTP-Session: 02c0fb5c-d5b6-4d45-b177-9a2b7dad318e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13583 | 2024.11.06 00:26:20.476013 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38077, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13584 | 2024.11.06 00:26:20.583744 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13585 | 2024.11.06 00:26:20.652190 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64533, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13586 | 2024.11.06 00:26:20.702774 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39459, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13587 | 2024.11.06 00:26:20.797388 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60009, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13588 | 2024.11.06 00:26:20.887959 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13589 | 2024.11.06 00:26:20.890183 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:37410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13590 | 2024.11.06 00:26:20.917588 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41004, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13591 | 2024.11.06 00:26:20.922885 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50178, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13592 | 2024.11.06 00:26:20.954188 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13593 | 2024.11.06 00:26:21.001220 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.39 MiB, peak 187.99 MiB, free memory in arenas 0.00 B, will set to 179.19 MiB (RSS), difference: -1.20 MiB | ||
| 13594 | 2024.11.06 00:26:21.115659 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37636, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13595 | 2024.11.06 00:26:21.165289 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13596 | 2024.11.06 00:26:21.184209 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47129, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13597 | 2024.11.06 00:26:21.191552 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59525, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13598 | 2024.11.06 00:26:21.449191 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48935, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13599 | 2024.11.06 00:26:21.477543 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:61158, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13600 | 2024.11.06 00:26:21.485921 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13601 | 2024.11.06 00:26:21.564575 [ 48 ] {} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 13602 | 2024.11.06 00:26:21.564648 [ 48 ] {} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13603 | 2024.11.06 00:26:21.564676 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13604 | 2024.11.06 00:26:21.565013 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 13605 | 2024.11.06 00:26:21.565303 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13606 | 2024.11.06 00:26:21.565342 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 13607 | 2024.11.06 00:26:21.565420 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 13608 | 2024.11.06 00:26:21.565687 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part | ||
| 13609 | 2024.11.06 00:26:21.565838 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 13610 | 2024.11.06 00:26:21.565944 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 13611 | 2024.11.06 00:26:21.566994 [ 197 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002212076 sec., 16274.305222786197 rows/sec., 1.36 MiB/sec. | ||
| 13612 | 2024.11.06 00:26:21.567188 [ 191 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 13613 | 2024.11.06 00:26:21.567747 [ 191 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_21_5} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13614 | 2024.11.06 00:26:21.567852 [ 191 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_21_5} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 13615 | 2024.11.06 00:26:21.567970 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 13616 | 2024.11.06 00:26:22.148987 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1222 | ||
| 13617 | 2024.11.06 00:26:22.151742 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13618 | 2024.11.06 00:26:22.151795 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13619 | 2024.11.06 00:26:22.153346 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13620 | 2024.11.06 00:26:22.154369 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13621 | 2024.11.06 00:26:22.155317 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1222 | ||
| 13622 | 2024.11.06 00:26:25.433252 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60330, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13623 | 2024.11.06 00:26:25.433406 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13624 | 2024.11.06 00:26:25.433437 [ 288 ] {} <Debug> HTTP-Session: 7dfc1e8c-f869-4257-9ea8-790c58550208 Authenticating user 'default' from [fd00:1122:3344:101::d]:60330 | ||
| 13625 | 2024.11.06 00:26:25.433467 [ 288 ] {} <Debug> HTTP-Session: 7dfc1e8c-f869-4257-9ea8-790c58550208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13626 | 2024.11.06 00:26:25.433486 [ 288 ] {} <Debug> HTTP-Session: 7dfc1e8c-f869-4257-9ea8-790c58550208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13627 | 2024.11.06 00:26:25.433549 [ 288 ] {} <Trace> HTTP-Session: 7dfc1e8c-f869-4257-9ea8-790c58550208 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13628 | 2024.11.06 00:26:25.433766 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60330) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 13629 | 2024.11.06 00:26:25.433845 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13630 | 2024.11.06 00:26:25.434272 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13631 | 2024.11.06 00:26:25.434788 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13632 | 2024.11.06 00:26:25.434835 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13633 | 2024.11.06 00:26:25.435324 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 13634 | 2024.11.06 00:26:25.435816 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13635 | 2024.11.06 00:26:25.435987 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002287 sec., 874.5080891998251 rows/sec., 71.31 KiB/sec. | ||
| 13636 | 2024.11.06 00:26:25.436404 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Debug> DynamicQueryHandler: Done processing query | ||
| 13637 | 2024.11.06 00:26:25.436437 [ 288 ] {a94ecc10-c20b-4592-9f64-06f399b10bf7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13638 | 2024.11.06 00:26:25.436459 [ 288 ] {} <Debug> HTTP-Session: 7dfc1e8c-f869-4257-9ea8-790c58550208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13639 | 2024.11.06 00:26:25.436757 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60330, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13640 | 2024.11.06 00:26:25.436786 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42518, User-Agent: (none), Length: 7946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13641 | 2024.11.06 00:26:25.436901 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13642 | 2024.11.06 00:26:25.436926 [ 289 ] {} <Debug> HTTP-Session: 3e734ed0-ab9d-4158-9676-491e73f1c8a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:42518 | ||
| 13643 | 2024.11.06 00:26:25.436955 [ 289 ] {} <Debug> HTTP-Session: 3e734ed0-ab9d-4158-9676-491e73f1c8a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13644 | 2024.11.06 00:26:25.436971 [ 289 ] {} <Debug> HTTP-Session: 3e734ed0-ab9d-4158-9676-491e73f1c8a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13645 | 2024.11.06 00:26:25.437027 [ 289 ] {} <Trace> HTTP-Session: 3e734ed0-ab9d-4158-9676-491e73f1c8a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13646 | 2024.11.06 00:26:25.437216 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13647 | 2024.11.06 00:26:25.437281 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13648 | 2024.11.06 00:26:25.437613 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13649 | 2024.11.06 00:26:25.438014 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13650 | 2024.11.06 00:26:25.438053 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13651 | 2024.11.06 00:26:25.438484 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13652 | 2024.11.06 00:26:25.438894 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13653 | 2024.11.06 00:26:25.439065 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001914 sec., 29780.564263322885 rows/sec., 2.27 MiB/sec. | ||
| 13654 | 2024.11.06 00:26:25.439243 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 13655 | 2024.11.06 00:26:25.439268 [ 289 ] {c81ef2a8-65f7-4a7a-8e9f-3345a13493bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 13656 | 2024.11.06 00:26:25.439284 [ 289 ] {} <Debug> HTTP-Session: 3e734ed0-ab9d-4158-9676-491e73f1c8a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13657 | 2024.11.06 00:26:25.439481 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13658 | 2024.11.06 00:26:25.439593 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35344, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13659 | 2024.11.06 00:26:25.439667 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13660 | 2024.11.06 00:26:25.439688 [ 288 ] {} <Debug> HTTP-Session: 222c711d-7d5d-4790-bbb2-4f287454cb86 Authenticating user 'default' from [fd00:1122:3344:101::d]:35344 | ||
| 13661 | 2024.11.06 00:26:25.439706 [ 288 ] {} <Debug> HTTP-Session: 222c711d-7d5d-4790-bbb2-4f287454cb86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13662 | 2024.11.06 00:26:25.439720 [ 288 ] {} <Debug> HTTP-Session: 222c711d-7d5d-4790-bbb2-4f287454cb86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13663 | 2024.11.06 00:26:25.439759 [ 288 ] {} <Trace> HTTP-Session: 222c711d-7d5d-4790-bbb2-4f287454cb86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13664 | 2024.11.06 00:26:25.439872 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35344) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13665 | 2024.11.06 00:26:25.439920 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13666 | 2024.11.06 00:26:25.440188 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13667 | 2024.11.06 00:26:25.440536 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13668 | 2024.11.06 00:26:25.440573 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13669 | 2024.11.06 00:26:25.440935 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13670 | 2024.11.06 00:26:25.441314 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13671 | 2024.11.06 00:26:25.441454 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001609 sec., 1243.008079552517 rows/sec., 86.79 KiB/sec. | ||
| 13672 | 2024.11.06 00:26:25.441729 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Debug> DynamicQueryHandler: Done processing query | ||
| 13673 | 2024.11.06 00:26:25.441777 [ 288 ] {62c3daf3-51dc-40a5-9a67-4ef57225fecb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13674 | 2024.11.06 00:26:25.441826 [ 288 ] {} <Debug> HTTP-Session: 222c711d-7d5d-4790-bbb2-4f287454cb86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13675 | 2024.11.06 00:26:25.442048 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13676 | 2024.11.06 00:26:25.442069 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42518, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13677 | 2024.11.06 00:26:25.442157 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13678 | 2024.11.06 00:26:25.442196 [ 289 ] {} <Debug> HTTP-Session: 55370b15-6d25-4af5-b362-a4b38378d3ba Authenticating user 'default' from [fd00:1122:3344:101::d]:42518 | ||
| 13679 | 2024.11.06 00:26:25.442221 [ 289 ] {} <Debug> HTTP-Session: 55370b15-6d25-4af5-b362-a4b38378d3ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13680 | 2024.11.06 00:26:25.442239 [ 289 ] {} <Debug> HTTP-Session: 55370b15-6d25-4af5-b362-a4b38378d3ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13681 | 2024.11.06 00:26:25.442283 [ 289 ] {} <Trace> HTTP-Session: 55370b15-6d25-4af5-b362-a4b38378d3ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13682 | 2024.11.06 00:26:25.442430 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42518) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13683 | 2024.11.06 00:26:25.442478 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13684 | 2024.11.06 00:26:25.442743 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13685 | 2024.11.06 00:26:25.443102 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13686 | 2024.11.06 00:26:25.443139 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13687 | 2024.11.06 00:26:25.443507 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13688 | 2024.11.06 00:26:25.443881 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13689 | 2024.11.06 00:26:25.444044 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001654 sec., 39903.26481257557 rows/sec., 3.12 MiB/sec. | ||
| 13690 | 2024.11.06 00:26:25.444214 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13691 | 2024.11.06 00:26:25.444238 [ 289 ] {6df9c970-3045-4b16-aca0-3eef0a7cd3d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13692 | 2024.11.06 00:26:25.444254 [ 289 ] {} <Debug> HTTP-Session: 55370b15-6d25-4af5-b362-a4b38378d3ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13693 | 2024.11.06 00:26:25.444419 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42518, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13694 | 2024.11.06 00:26:25.444526 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50446, User-Agent: (none), Length: 24723, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13695 | 2024.11.06 00:26:25.444597 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13696 | 2024.11.06 00:26:25.444617 [ 288 ] {} <Debug> HTTP-Session: 54e73999-3cf6-41f0-b7b4-15cdcc85b5df Authenticating user 'default' from [fd00:1122:3344:101::d]:50446 | ||
| 13697 | 2024.11.06 00:26:25.444635 [ 288 ] {} <Debug> HTTP-Session: 54e73999-3cf6-41f0-b7b4-15cdcc85b5df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13698 | 2024.11.06 00:26:25.444649 [ 288 ] {} <Debug> HTTP-Session: 54e73999-3cf6-41f0-b7b4-15cdcc85b5df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13699 | 2024.11.06 00:26:25.444687 [ 288 ] {} <Trace> HTTP-Session: 54e73999-3cf6-41f0-b7b4-15cdcc85b5df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13700 | 2024.11.06 00:26:25.444845 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50446) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13701 | 2024.11.06 00:26:25.444897 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13702 | 2024.11.06 00:26:25.445080 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13703 | 2024.11.06 00:26:25.445492 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13704 | 2024.11.06 00:26:25.445538 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13705 | 2024.11.06 00:26:25.446026 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13706 | 2024.11.06 00:26:25.446452 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13707 | 2024.11.06 00:26:25.446604 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001826 sec., 70646.22124863089 rows/sec., 4.92 MiB/sec. | ||
| 13708 | 2024.11.06 00:26:25.446794 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Debug> DynamicQueryHandler: Done processing query | ||
| 13709 | 2024.11.06 00:26:25.446822 [ 288 ] {381e2972-f3db-47ec-ac48-4602db479670} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13710 | 2024.11.06 00:26:25.446843 [ 288 ] {} <Debug> HTTP-Session: 54e73999-3cf6-41f0-b7b4-15cdcc85b5df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13711 | 2024.11.06 00:26:25.447027 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50446, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13712 | 2024.11.06 00:26:25.447102 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64105, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13713 | 2024.11.06 00:26:25.447199 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13714 | 2024.11.06 00:26:25.447227 [ 289 ] {} <Debug> HTTP-Session: 15ced83f-6c6f-4eca-869e-89732dd2fd40 Authenticating user 'default' from [fd00:1122:3344:101::d]:64105 | ||
| 13715 | 2024.11.06 00:26:25.447252 [ 289 ] {} <Debug> HTTP-Session: 15ced83f-6c6f-4eca-869e-89732dd2fd40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13716 | 2024.11.06 00:26:25.447269 [ 289 ] {} <Debug> HTTP-Session: 15ced83f-6c6f-4eca-869e-89732dd2fd40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13717 | 2024.11.06 00:26:25.447313 [ 289 ] {} <Trace> HTTP-Session: 15ced83f-6c6f-4eca-869e-89732dd2fd40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13718 | 2024.11.06 00:26:25.447456 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64105) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13719 | 2024.11.06 00:26:25.447506 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13720 | 2024.11.06 00:26:25.447670 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13721 | 2024.11.06 00:26:25.447968 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13722 | 2024.11.06 00:26:25.448005 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13723 | 2024.11.06 00:26:25.448393 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 13724 | 2024.11.06 00:26:25.448737 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13725 | 2024.11.06 00:26:25.448887 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001478 sec., 32476.319350473615 rows/sec., 2.19 MiB/sec. | ||
| 13726 | 2024.11.06 00:26:25.449054 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Debug> DynamicQueryHandler: Done processing query | ||
| 13727 | 2024.11.06 00:26:25.449078 [ 289 ] {79a1907f-cdc8-4e36-baed-d02a0598dec1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 13728 | 2024.11.06 00:26:25.449094 [ 289 ] {} <Debug> HTTP-Session: 15ced83f-6c6f-4eca-869e-89732dd2fd40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13729 | 2024.11.06 00:26:25.449413 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64105, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13730 | 2024.11.06 00:26:26.740025 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13731 | 2024.11.06 00:26:26.740078 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13732 | 2024.11.06 00:26:30.434840 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51007, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13733 | 2024.11.06 00:26:30.434972 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13734 | 2024.11.06 00:26:30.434998 [ 288 ] {} <Debug> HTTP-Session: 17cf0a3d-9af0-4752-9d15-b831bea040ac Authenticating user 'default' from [fd00:1122:3344:101::d]:51007 | ||
| 13735 | 2024.11.06 00:26:30.435021 [ 288 ] {} <Debug> HTTP-Session: 17cf0a3d-9af0-4752-9d15-b831bea040ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13736 | 2024.11.06 00:26:30.435035 [ 288 ] {} <Debug> HTTP-Session: 17cf0a3d-9af0-4752-9d15-b831bea040ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13737 | 2024.11.06 00:26:30.435086 [ 288 ] {} <Trace> HTTP-Session: 17cf0a3d-9af0-4752-9d15-b831bea040ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13738 | 2024.11.06 00:26:30.435286 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51007) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13739 | 2024.11.06 00:26:30.435354 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13740 | 2024.11.06 00:26:30.435689 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13741 | 2024.11.06 00:26:30.436198 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13742 | 2024.11.06 00:26:30.436240 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13743 | 2024.11.06 00:26:30.436657 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13744 | 2024.11.06 00:26:30.437069 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13745 | 2024.11.06 00:26:30.437252 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00203 sec., 27586.20689655172 rows/sec., 2.11 MiB/sec. | ||
| 13746 | 2024.11.06 00:26:30.437576 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Debug> DynamicQueryHandler: Done processing query | ||
| 13747 | 2024.11.06 00:26:30.437639 [ 288 ] {dc365053-3ea8-4088-8756-82699185ba92} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13748 | 2024.11.06 00:26:30.437692 [ 288 ] {} <Debug> HTTP-Session: 17cf0a3d-9af0-4752-9d15-b831bea040ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13749 | 2024.11.06 00:26:30.437936 [ 288 ] {} <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) | ||
| 13750 | 2024.11.06 00:26:30.438001 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56664, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13751 | 2024.11.06 00:26:30.438127 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13752 | 2024.11.06 00:26:30.438153 [ 289 ] {} <Debug> HTTP-Session: 34a38ed6-eef1-465b-ae1f-0f2b7724bde1 Authenticating user 'default' from [fd00:1122:3344:101::d]:56664 | ||
| 13753 | 2024.11.06 00:26:30.438178 [ 289 ] {} <Debug> HTTP-Session: 34a38ed6-eef1-465b-ae1f-0f2b7724bde1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13754 | 2024.11.06 00:26:30.438193 [ 289 ] {} <Debug> HTTP-Session: 34a38ed6-eef1-465b-ae1f-0f2b7724bde1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13755 | 2024.11.06 00:26:30.438246 [ 289 ] {} <Trace> HTTP-Session: 34a38ed6-eef1-465b-ae1f-0f2b7724bde1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13756 | 2024.11.06 00:26:30.438449 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56664) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13757 | 2024.11.06 00:26:30.438514 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13758 | 2024.11.06 00:26:30.438851 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13759 | 2024.11.06 00:26:30.439279 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13760 | 2024.11.06 00:26:30.439322 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13761 | 2024.11.06 00:26:30.439769 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13762 | 2024.11.06 00:26:30.440168 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13763 | 2024.11.06 00:26:30.440345 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001961 sec., 32636.40999490056 rows/sec., 2.55 MiB/sec. | ||
| 13764 | 2024.11.06 00:26:30.440554 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 13765 | 2024.11.06 00:26:30.440581 [ 289 ] {b7950231-d4b8-4685-8e1e-b7e1688f25f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 13766 | 2024.11.06 00:26:30.440597 [ 289 ] {} <Debug> HTTP-Session: 34a38ed6-eef1-465b-ae1f-0f2b7724bde1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13767 | 2024.11.06 00:26:30.440794 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13768 | 2024.11.06 00:26:30.440922 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63265, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13769 | 2024.11.06 00:26:30.440998 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13770 | 2024.11.06 00:26:30.441023 [ 288 ] {} <Debug> HTTP-Session: f1b6b079-09c4-45f0-be57-f960ccabe618 Authenticating user 'default' from [fd00:1122:3344:101::d]:63265 | ||
| 13771 | 2024.11.06 00:26:30.441046 [ 288 ] {} <Debug> HTTP-Session: f1b6b079-09c4-45f0-be57-f960ccabe618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13772 | 2024.11.06 00:26:30.441064 [ 288 ] {} <Debug> HTTP-Session: f1b6b079-09c4-45f0-be57-f960ccabe618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13773 | 2024.11.06 00:26:30.441112 [ 288 ] {} <Trace> HTTP-Session: f1b6b079-09c4-45f0-be57-f960ccabe618 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13774 | 2024.11.06 00:26:30.441322 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63265) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13775 | 2024.11.06 00:26:30.441388 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13776 | 2024.11.06 00:26:30.441593 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13777 | 2024.11.06 00:26:30.441998 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13778 | 2024.11.06 00:26:30.442037 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13779 | 2024.11.06 00:26:30.442445 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13780 | 2024.11.06 00:26:30.442793 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13781 | 2024.11.06 00:26:30.442957 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001727 sec., 92646.20729588882 rows/sec., 6.45 MiB/sec. | ||
| 13782 | 2024.11.06 00:26:30.443150 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 13783 | 2024.11.06 00:26:30.443175 [ 288 ] {87db37c9-ca77-4671-94f4-0d261ab5ff9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 13784 | 2024.11.06 00:26:30.443191 [ 288 ] {} <Debug> HTTP-Session: f1b6b079-09c4-45f0-be57-f960ccabe618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13785 | 2024.11.06 00:26:30.443358 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63265, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13786 | 2024.11.06 00:26:30.443376 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56664, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13787 | 2024.11.06 00:26:30.443476 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13788 | 2024.11.06 00:26:30.443527 [ 289 ] {} <Debug> HTTP-Session: 5a658f21-b550-4b99-b2cc-4b882179d7c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:56664 | ||
| 13789 | 2024.11.06 00:26:30.443553 [ 289 ] {} <Debug> HTTP-Session: 5a658f21-b550-4b99-b2cc-4b882179d7c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13790 | 2024.11.06 00:26:30.443567 [ 289 ] {} <Debug> HTTP-Session: 5a658f21-b550-4b99-b2cc-4b882179d7c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13791 | 2024.11.06 00:26:30.443606 [ 289 ] {} <Trace> HTTP-Session: 5a658f21-b550-4b99-b2cc-4b882179d7c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13792 | 2024.11.06 00:26:30.443753 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56664) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13793 | 2024.11.06 00:26:30.443806 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13794 | 2024.11.06 00:26:30.443972 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13795 | 2024.11.06 00:26:30.444290 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13796 | 2024.11.06 00:26:30.444327 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13797 | 2024.11.06 00:26:30.444722 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 13798 | 2024.11.06 00:26:30.445054 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13799 | 2024.11.06 00:26:30.445215 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001516 sec., 39577.836411609496 rows/sec., 2.67 MiB/sec. | ||
| 13800 | 2024.11.06 00:26:30.445388 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 13801 | 2024.11.06 00:26:30.445412 [ 289 ] {c0465ab4-fa19-441c-ac1f-43c64a6913c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 13802 | 2024.11.06 00:26:30.445429 [ 289 ] {} <Debug> HTTP-Session: 5a658f21-b550-4b99-b2cc-4b882179d7c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13803 | 2024.11.06 00:26:30.445626 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56664, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13804 | 2024.11.06 00:26:32.156313 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1242 | ||
| 13805 | 2024.11.06 00:26:32.158932 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13806 | 2024.11.06 00:26:32.158982 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13807 | 2024.11.06 00:26:32.160553 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13808 | 2024.11.06 00:26:32.161586 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13809 | 2024.11.06 00:26:32.162132 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1242 | ||
| 13810 | 2024.11.06 00:26:35.441054 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35824, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13811 | 2024.11.06 00:26:35.441247 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13812 | 2024.11.06 00:26:35.441294 [ 283 ] {} <Debug> HTTP-Session: 30223901-927c-4178-b7bc-3b163ad68052 Authenticating user 'default' from [fd00:1122:3344:101::d]:35824 | ||
| 13813 | 2024.11.06 00:26:35.441334 [ 283 ] {} <Debug> HTTP-Session: 30223901-927c-4178-b7bc-3b163ad68052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13814 | 2024.11.06 00:26:35.441361 [ 283 ] {} <Debug> HTTP-Session: 30223901-927c-4178-b7bc-3b163ad68052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13815 | 2024.11.06 00:26:35.441444 [ 283 ] {} <Trace> HTTP-Session: 30223901-927c-4178-b7bc-3b163ad68052 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13816 | 2024.11.06 00:26:35.441793 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35824) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 13817 | 2024.11.06 00:26:35.441862 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13818 | 2024.11.06 00:26:35.442196 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13819 | 2024.11.06 00:26:35.442997 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13820 | 2024.11.06 00:26:35.443039 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13821 | 2024.11.06 00:26:35.443492 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13822 | 2024.11.06 00:26:35.443882 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13823 | 2024.11.06 00:26:35.444062 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002401 sec., 112869.63765097877 rows/sec., 10.03 MiB/sec. | ||
| 13824 | 2024.11.06 00:26:35.444300 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Debug> DynamicQueryHandler: Done processing query | ||
| 13825 | 2024.11.06 00:26:35.444327 [ 283 ] {ed7d577a-e013-4108-a36a-0efbfbbfed22} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 13826 | 2024.11.06 00:26:35.444343 [ 283 ] {} <Debug> HTTP-Session: 30223901-927c-4178-b7bc-3b163ad68052 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13827 | 2024.11.06 00:26:35.444618 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13828 | 2024.11.06 00:26:35.444748 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13829 | 2024.11.06 00:26:35.444852 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13830 | 2024.11.06 00:26:35.444875 [ 287 ] {} <Debug> HTTP-Session: 3983c29b-4f3c-41d4-b2a1-1cc06012d7aa Authenticating user 'default' from [fd00:1122:3344:101::d]:63928 | ||
| 13831 | 2024.11.06 00:26:35.444899 [ 287 ] {} <Debug> HTTP-Session: 3983c29b-4f3c-41d4-b2a1-1cc06012d7aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13832 | 2024.11.06 00:26:35.444913 [ 287 ] {} <Debug> HTTP-Session: 3983c29b-4f3c-41d4-b2a1-1cc06012d7aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13833 | 2024.11.06 00:26:35.444968 [ 287 ] {} <Trace> HTTP-Session: 3983c29b-4f3c-41d4-b2a1-1cc06012d7aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13834 | 2024.11.06 00:26:35.445156 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63928) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 13835 | 2024.11.06 00:26:35.445223 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13836 | 2024.11.06 00:26:35.445568 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13837 | 2024.11.06 00:26:35.445975 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13838 | 2024.11.06 00:26:35.446018 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13839 | 2024.11.06 00:26:35.446454 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13840 | 2024.11.06 00:26:35.446854 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13841 | 2024.11.06 00:26:35.447005 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001912 sec., 21443.514644351464 rows/sec., 1.57 MiB/sec. | ||
| 13842 | 2024.11.06 00:26:35.447240 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Debug> DynamicQueryHandler: Done processing query | ||
| 13843 | 2024.11.06 00:26:35.447266 [ 287 ] {de163eda-c040-4903-8eb4-281319ca462e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 13844 | 2024.11.06 00:26:35.447284 [ 287 ] {} <Debug> HTTP-Session: 3983c29b-4f3c-41d4-b2a1-1cc06012d7aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13845 | 2024.11.06 00:26:35.447480 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13846 | 2024.11.06 00:26:35.447557 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35824, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13847 | 2024.11.06 00:26:35.447671 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13848 | 2024.11.06 00:26:35.447709 [ 283 ] {} <Debug> HTTP-Session: 6d838837-f8c1-4ccf-bbe2-5f736897eaa3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35824 | ||
| 13849 | 2024.11.06 00:26:35.447742 [ 283 ] {} <Debug> HTTP-Session: 6d838837-f8c1-4ccf-bbe2-5f736897eaa3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13850 | 2024.11.06 00:26:35.447769 [ 283 ] {} <Debug> HTTP-Session: 6d838837-f8c1-4ccf-bbe2-5f736897eaa3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13851 | 2024.11.06 00:26:35.447836 [ 283 ] {} <Trace> HTTP-Session: 6d838837-f8c1-4ccf-bbe2-5f736897eaa3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13852 | 2024.11.06 00:26:35.448041 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35824) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 13853 | 2024.11.06 00:26:35.448129 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13854 | 2024.11.06 00:26:35.448611 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13855 | 2024.11.06 00:26:35.448970 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13856 | 2024.11.06 00:26:35.449007 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13857 | 2024.11.06 00:26:35.449367 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13858 | 2024.11.06 00:26:35.449735 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13859 | 2024.11.06 00:26:35.449901 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001917 sec., 7303.077725612937 rows/sec., 511.46 KiB/sec. | ||
| 13860 | 2024.11.06 00:26:35.450080 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Debug> DynamicQueryHandler: Done processing query | ||
| 13861 | 2024.11.06 00:26:35.450104 [ 283 ] {3849c7d8-b02d-4c41-a432-75cf4f67a46f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13862 | 2024.11.06 00:26:35.450121 [ 283 ] {} <Debug> HTTP-Session: 6d838837-f8c1-4ccf-bbe2-5f736897eaa3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13863 | 2024.11.06 00:26:35.450356 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13864 | 2024.11.06 00:26:35.450369 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35824, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13865 | 2024.11.06 00:26:35.450444 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13866 | 2024.11.06 00:26:35.450481 [ 287 ] {} <Debug> HTTP-Session: 07fec80a-78db-42f8-af78-f2ad21b87fae Authenticating user 'default' from [fd00:1122:3344:101::d]:63928 | ||
| 13867 | 2024.11.06 00:26:35.450504 [ 287 ] {} <Debug> HTTP-Session: 07fec80a-78db-42f8-af78-f2ad21b87fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13868 | 2024.11.06 00:26:35.450522 [ 287 ] {} <Debug> HTTP-Session: 07fec80a-78db-42f8-af78-f2ad21b87fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13869 | 2024.11.06 00:26:35.450587 [ 287 ] {} <Trace> HTTP-Session: 07fec80a-78db-42f8-af78-f2ad21b87fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13870 | 2024.11.06 00:26:35.450729 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63928) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 13871 | 2024.11.06 00:26:35.450788 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13872 | 2024.11.06 00:26:35.451110 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13873 | 2024.11.06 00:26:35.451464 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13874 | 2024.11.06 00:26:35.451509 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13875 | 2024.11.06 00:26:35.451898 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13876 | 2024.11.06 00:26:35.452271 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13877 | 2024.11.06 00:26:35.452400 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001713 sec., 3502.626970227671 rows/sec., 206.94 KiB/sec. | ||
| 13878 | 2024.11.06 00:26:35.452625 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 13879 | 2024.11.06 00:26:35.452650 [ 287 ] {10f80eb6-7f29-4038-b5d4-a0755821c8d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13880 | 2024.11.06 00:26:35.452666 [ 287 ] {} <Debug> HTTP-Session: 07fec80a-78db-42f8-af78-f2ad21b87fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13881 | 2024.11.06 00:26:35.452958 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13882 | 2024.11.06 00:26:35.453111 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33782, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13883 | 2024.11.06 00:26:35.453206 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13884 | 2024.11.06 00:26:35.453231 [ 290 ] {} <Debug> HTTP-Session: 7875058a-188e-42c6-bba6-772f365a6fb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:33782 | ||
| 13885 | 2024.11.06 00:26:35.453255 [ 290 ] {} <Debug> HTTP-Session: 7875058a-188e-42c6-bba6-772f365a6fb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13886 | 2024.11.06 00:26:35.453270 [ 290 ] {} <Debug> HTTP-Session: 7875058a-188e-42c6-bba6-772f365a6fb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13887 | 2024.11.06 00:26:35.453325 [ 290 ] {} <Trace> HTTP-Session: 7875058a-188e-42c6-bba6-772f365a6fb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13888 | 2024.11.06 00:26:35.453635 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33782) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 13889 | 2024.11.06 00:26:35.453702 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13890 | 2024.11.06 00:26:35.454036 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13891 | 2024.11.06 00:26:35.454674 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13892 | 2024.11.06 00:26:35.454716 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13893 | 2024.11.06 00:26:35.455171 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13894 | 2024.11.06 00:26:35.455569 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13895 | 2024.11.06 00:26:35.455757 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002273 sec., 186097.66827980644 rows/sec., 13.30 MiB/sec. | ||
| 13896 | 2024.11.06 00:26:35.455959 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Debug> DynamicQueryHandler: Done processing query | ||
| 13897 | 2024.11.06 00:26:35.455985 [ 290 ] {7f37b25f-c10f-48f9-a19f-943036646ab9} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 13898 | 2024.11.06 00:26:35.456002 [ 290 ] {} <Debug> HTTP-Session: 7875058a-188e-42c6-bba6-772f365a6fb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13899 | 2024.11.06 00:26:35.456154 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13900 | 2024.11.06 00:26:35.456195 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33782, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13901 | 2024.11.06 00:26:35.456260 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13902 | 2024.11.06 00:26:35.456301 [ 287 ] {} <Debug> HTTP-Session: a3ff5cb4-0b6f-4d8b-83ad-31f27d24e665 Authenticating user 'default' from [fd00:1122:3344:101::d]:63928 | ||
| 13903 | 2024.11.06 00:26:35.456323 [ 287 ] {} <Debug> HTTP-Session: a3ff5cb4-0b6f-4d8b-83ad-31f27d24e665 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13904 | 2024.11.06 00:26:35.456348 [ 287 ] {} <Debug> HTTP-Session: a3ff5cb4-0b6f-4d8b-83ad-31f27d24e665 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13905 | 2024.11.06 00:26:35.456395 [ 287 ] {} <Trace> HTTP-Session: a3ff5cb4-0b6f-4d8b-83ad-31f27d24e665 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13906 | 2024.11.06 00:26:35.456527 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63928) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 13907 | 2024.11.06 00:26:35.456586 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13908 | 2024.11.06 00:26:35.456758 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13909 | 2024.11.06 00:26:35.457031 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13910 | 2024.11.06 00:26:35.457067 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13911 | 2024.11.06 00:26:35.457436 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13912 | 2024.11.06 00:26:35.457789 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13913 | 2024.11.06 00:26:35.457923 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001433 sec., 4187.02023726448 rows/sec., 218.76 KiB/sec. | ||
| 13914 | 2024.11.06 00:26:35.458256 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Debug> DynamicQueryHandler: Done processing query | ||
| 13915 | 2024.11.06 00:26:35.458314 [ 287 ] {905ab39f-558a-47c4-8a3d-889dd222aea6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 13916 | 2024.11.06 00:26:35.458363 [ 287 ] {} <Debug> HTTP-Session: a3ff5cb4-0b6f-4d8b-83ad-31f27d24e665 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13917 | 2024.11.06 00:26:35.458566 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13918 | 2024.11.06 00:26:35.458683 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36390, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13919 | 2024.11.06 00:26:35.458752 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13920 | 2024.11.06 00:26:35.458777 [ 290 ] {} <Debug> HTTP-Session: df8c7ecd-85de-4824-ac09-83782e1ea418 Authenticating user 'default' from [fd00:1122:3344:101::d]:36390 | ||
| 13921 | 2024.11.06 00:26:35.458798 [ 290 ] {} <Debug> HTTP-Session: df8c7ecd-85de-4824-ac09-83782e1ea418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13922 | 2024.11.06 00:26:35.458816 [ 290 ] {} <Debug> HTTP-Session: df8c7ecd-85de-4824-ac09-83782e1ea418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13923 | 2024.11.06 00:26:35.458861 [ 290 ] {} <Trace> HTTP-Session: df8c7ecd-85de-4824-ac09-83782e1ea418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13924 | 2024.11.06 00:26:35.459086 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36390) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13925 | 2024.11.06 00:26:35.459146 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13926 | 2024.11.06 00:26:35.459366 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13927 | 2024.11.06 00:26:35.459828 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13928 | 2024.11.06 00:26:35.459863 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13929 | 2024.11.06 00:26:35.460297 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13930 | 2024.11.06 00:26:35.460657 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13931 | 2024.11.06 00:26:35.460829 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001853 sec., 127900.70156502968 rows/sec., 8.57 MiB/sec. | ||
| 13932 | 2024.11.06 00:26:35.461015 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13933 | 2024.11.06 00:26:35.461040 [ 290 ] {0b852788-7e1d-4dec-92e3-c3d0c8e2216c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 13934 | 2024.11.06 00:26:35.461057 [ 290 ] {} <Debug> HTTP-Session: df8c7ecd-85de-4824-ac09-83782e1ea418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13935 | 2024.11.06 00:26:35.461348 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36390, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13936 | 2024.11.06 00:26:35.461363 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13937 | 2024.11.06 00:26:35.461457 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13938 | 2024.11.06 00:26:35.461485 [ 287 ] {} <Debug> HTTP-Session: 01a3fd28-7c40-4f35-a7bf-7d76058bf90c Authenticating user 'default' from [fd00:1122:3344:101::d]:63928 | ||
| 13939 | 2024.11.06 00:26:35.461515 [ 287 ] {} <Debug> HTTP-Session: 01a3fd28-7c40-4f35-a7bf-7d76058bf90c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13940 | 2024.11.06 00:26:35.461533 [ 287 ] {} <Debug> HTTP-Session: 01a3fd28-7c40-4f35-a7bf-7d76058bf90c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13941 | 2024.11.06 00:26:35.461576 [ 287 ] {} <Trace> HTTP-Session: 01a3fd28-7c40-4f35-a7bf-7d76058bf90c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13942 | 2024.11.06 00:26:35.461702 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63928) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 13943 | 2024.11.06 00:26:35.461760 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13944 | 2024.11.06 00:26:35.461949 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13945 | 2024.11.06 00:26:35.462243 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13946 | 2024.11.06 00:26:35.462286 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13947 | 2024.11.06 00:26:35.462707 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13948 | 2024.11.06 00:26:35.463046 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13949 | 2024.11.06 00:26:35.463188 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001518 sec., 658.7615283267457 rows/sec., 44.39 KiB/sec. | ||
| 13950 | 2024.11.06 00:26:35.463409 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13951 | 2024.11.06 00:26:35.463435 [ 287 ] {5ea79292-e079-4c7f-b139-c7373ec08a5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 13952 | 2024.11.06 00:26:35.463452 [ 287 ] {} <Debug> HTTP-Session: 01a3fd28-7c40-4f35-a7bf-7d76058bf90c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13953 | 2024.11.06 00:26:35.463636 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13954 | 2024.11.06 00:26:35.463733 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61235, User-Agent: (none), Length: 68958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13955 | 2024.11.06 00:26:35.463800 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13956 | 2024.11.06 00:26:35.463825 [ 290 ] {} <Debug> HTTP-Session: a8c24c95-dc5b-4bf9-b3c2-dc9dc7d509e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:61235 | ||
| 13957 | 2024.11.06 00:26:35.463847 [ 290 ] {} <Debug> HTTP-Session: a8c24c95-dc5b-4bf9-b3c2-dc9dc7d509e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13958 | 2024.11.06 00:26:35.463866 [ 290 ] {} <Debug> HTTP-Session: a8c24c95-dc5b-4bf9-b3c2-dc9dc7d509e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13959 | 2024.11.06 00:26:35.463910 [ 290 ] {} <Trace> HTTP-Session: a8c24c95-dc5b-4bf9-b3c2-dc9dc7d509e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13960 | 2024.11.06 00:26:35.464525 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61235) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 13961 | 2024.11.06 00:26:35.464615 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <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 | ||
| 13962 | 2024.11.06 00:26:35.465113 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13963 | 2024.11.06 00:26:35.466043 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13964 | 2024.11.06 00:26:35.466080 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13965 | 2024.11.06 00:26:35.466761 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 13966 | 2024.11.06 00:26:35.467189 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13967 | 2024.11.06 00:26:35.467407 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003362 sec., 12195.121951219513 rows/sec., 21.85 MiB/sec. | ||
| 13968 | 2024.11.06 00:26:35.467931 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 13969 | 2024.11.06 00:26:35.467957 [ 290 ] {038ac89f-f11b-4bad-b1d3-7b58a3808b3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 13970 | 2024.11.06 00:26:35.467974 [ 290 ] {} <Debug> HTTP-Session: a8c24c95-dc5b-4bf9-b3c2-dc9dc7d509e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13971 | 2024.11.06 00:26:35.468201 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61235, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13972 | 2024.11.06 00:26:35.468234 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13973 | 2024.11.06 00:26:35.468360 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 13974 | 2024.11.06 00:26:35.468402 [ 287 ] {} <Debug> HTTP-Session: 2e048e43-e042-4969-a383-41bbed499353 Authenticating user 'default' from [fd00:1122:3344:101::d]:63928 | ||
| 13975 | 2024.11.06 00:26:35.468436 [ 287 ] {} <Debug> HTTP-Session: 2e048e43-e042-4969-a383-41bbed499353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13976 | 2024.11.06 00:26:35.468462 [ 287 ] {} <Debug> HTTP-Session: 2e048e43-e042-4969-a383-41bbed499353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13977 | 2024.11.06 00:26:35.468528 [ 287 ] {} <Trace> HTTP-Session: 2e048e43-e042-4969-a383-41bbed499353 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13978 | 2024.11.06 00:26:35.468743 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63928) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 13979 | 2024.11.06 00:26:35.468791 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13980 | 2024.11.06 00:26:35.468950 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 13981 | 2024.11.06 00:26:35.469272 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13982 | 2024.11.06 00:26:35.469307 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
| 13983 | 2024.11.06 00:26:35.469674 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 13984 | 2024.11.06 00:26:35.470009 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13985 | 2024.11.06 00:26:35.470172 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001487 sec., 55144.58641560188 rows/sec., 3.50 MiB/sec. | ||
| 13986 | 2024.11.06 00:26:35.470375 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 13987 | 2024.11.06 00:26:35.470412 [ 287 ] {c3769ecf-3e00-42c5-9294-8de355108a7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 13988 | 2024.11.06 00:26:35.470445 [ 287 ] {} <Debug> HTTP-Session: 2e048e43-e042-4969-a383-41bbed499353 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 13989 | 2024.11.06 00:26:35.471446 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13990 | 2024.11.06 00:26:37.741819 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35205, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13991 | 2024.11.06 00:26:37.898240 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57018, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13992 | 2024.11.06 00:26:37.975650 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43165, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13993 | 2024.11.06 00:26:38.008119 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64528, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13994 | 2024.11.06 00:26:38.052493 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13995 | 2024.11.06 00:26:38.068847 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13996 | 2024.11.06 00:26:38.084095 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13997 | 2024.11.06 00:26:38.101440 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41076, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13998 | 2024.11.06 00:26:40.433344 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53038, User-Agent: (none), Length: 1924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 13999 | 2024.11.06 00:26:40.433512 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14000 | 2024.11.06 00:26:40.433559 [ 287 ] {} <Debug> HTTP-Session: 62116b36-b749-45e6-bf11-6e0b36e00197 Authenticating user 'default' from [fd00:1122:3344:101::d]:53038 | ||
| 14001 | 2024.11.06 00:26:40.433599 [ 287 ] {} <Debug> HTTP-Session: 62116b36-b749-45e6-bf11-6e0b36e00197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14002 | 2024.11.06 00:26:40.433626 [ 287 ] {} <Debug> HTTP-Session: 62116b36-b749-45e6-bf11-6e0b36e00197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14003 | 2024.11.06 00:26:40.433706 [ 287 ] {} <Trace> HTTP-Session: 62116b36-b749-45e6-bf11-6e0b36e00197 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14004 | 2024.11.06 00:26:40.433925 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53038) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14005 | 2024.11.06 00:26:40.433993 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14006 | 2024.11.06 00:26:40.434328 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14007 | 2024.11.06 00:26:40.434805 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14008 | 2024.11.06 00:26:40.434846 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14009 | 2024.11.06 00:26:40.435258 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 14010 | 2024.11.06 00:26:40.435658 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14011 | 2024.11.06 00:26:40.435814 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001942 sec., 6179.196704428425 rows/sec., 503.87 KiB/sec. | ||
| 14012 | 2024.11.06 00:26:40.436232 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14013 | 2024.11.06 00:26:40.436260 [ 287 ] {5587ec4b-3e67-4d95-b686-ef4e216816a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14014 | 2024.11.06 00:26:40.436277 [ 287 ] {} <Debug> HTTP-Session: 62116b36-b749-45e6-bf11-6e0b36e00197 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14015 | 2024.11.06 00:26:40.436480 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14016 | 2024.11.06 00:26:40.436626 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38859, User-Agent: (none), Length: 8612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14017 | 2024.11.06 00:26:40.436745 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14018 | 2024.11.06 00:26:40.436775 [ 290 ] {} <Debug> HTTP-Session: 94d86fae-df3e-41ae-bb89-5ef3d265a30a Authenticating user 'default' from [fd00:1122:3344:101::d]:38859 | ||
| 14019 | 2024.11.06 00:26:40.436802 [ 290 ] {} <Debug> HTTP-Session: 94d86fae-df3e-41ae-bb89-5ef3d265a30a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14020 | 2024.11.06 00:26:40.436823 [ 290 ] {} <Debug> HTTP-Session: 94d86fae-df3e-41ae-bb89-5ef3d265a30a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14021 | 2024.11.06 00:26:40.436883 [ 290 ] {} <Trace> HTTP-Session: 94d86fae-df3e-41ae-bb89-5ef3d265a30a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14022 | 2024.11.06 00:26:40.437108 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38859) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14023 | 2024.11.06 00:26:40.437184 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14024 | 2024.11.06 00:26:40.437588 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14025 | 2024.11.06 00:26:40.438026 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14026 | 2024.11.06 00:26:40.438069 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14027 | 2024.11.06 00:26:40.438487 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14028 | 2024.11.06 00:26:40.438885 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14029 | 2024.11.06 00:26:40.439061 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.002036 sec., 30451.86640471513 rows/sec., 2.31 MiB/sec. | ||
| 14030 | 2024.11.06 00:26:40.439075 [ 25 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14031 | 2024.11.06 00:26:40.439164 [ 25 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14032 | 2024.11.06 00:26:40.439225 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14033 | 2024.11.06 00:26:40.439397 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14034 | 2024.11.06 00:26:40.439415 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 14035 | 2024.11.06 00:26:40.439430 [ 290 ] {9ba6109b-7326-4f29-839a-b26dffaf7ce4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14036 | 2024.11.06 00:26:40.439489 [ 290 ] {} <Debug> HTTP-Session: 94d86fae-df3e-41ae-bb89-5ef3d265a30a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14037 | 2024.11.06 00:26:40.439709 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14038 | 2024.11.06 00:26:40.439757 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38859, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14039 | 2024.11.06 00:26:40.439748 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53038, User-Agent: (none), Length: 1727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14040 | 2024.11.06 00:26:40.439801 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1420 rows starting from the beginning of the part | ||
| 14041 | 2024.11.06 00:26:40.439949 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14042 | 2024.11.06 00:26:40.440110 [ 287 ] {} <Debug> HTTP-Session: b6dee0bc-5c9b-415f-b0f2-79801f96d2bd Authenticating user 'default' from [fd00:1122:3344:101::d]:53038 | ||
| 14043 | 2024.11.06 00:26:40.440142 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 271 rows starting from the beginning of the part | ||
| 14044 | 2024.11.06 00:26:40.440182 [ 287 ] {} <Debug> HTTP-Session: b6dee0bc-5c9b-415f-b0f2-79801f96d2bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14045 | 2024.11.06 00:26:40.440244 [ 287 ] {} <Debug> HTTP-Session: b6dee0bc-5c9b-415f-b0f2-79801f96d2bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14046 | 2024.11.06 00:26:40.440431 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 57 rows starting from the beginning of the part | ||
| 14047 | 2024.11.06 00:26:40.440463 [ 287 ] {} <Trace> HTTP-Session: b6dee0bc-5c9b-415f-b0f2-79801f96d2bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14048 | 2024.11.06 00:26:40.440661 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 56 rows starting from the beginning of the part | ||
| 14049 | 2024.11.06 00:26:40.440940 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 271 rows starting from the beginning of the part | ||
| 14050 | 2024.11.06 00:26:40.440962 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53038) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14051 | 2024.11.06 00:26:40.441173 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 62 rows starting from the beginning of the part | ||
| 14052 | 2024.11.06 00:26:40.441156 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14053 | 2024.11.06 00:26:40.442296 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14054 | 2024.11.06 00:26:40.443274 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14055 | 2024.11.06 00:26:40.443347 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14056 | 2024.11.06 00:26:40.444161 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 14057 | 2024.11.06 00:26:40.444776 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2137 rows, containing 5 columns (5 merged, 0 gathered) in 0.005442412 sec., 392656.7852635927 rows/sec., 34.59 MiB/sec. | ||
| 14058 | 2024.11.06 00:26:40.445071 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14059 | 2024.11.06 00:26:40.445157 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14060 | 2024.11.06 00:26:40.445548 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.004747 sec., 2527.9123657046553 rows/sec., 176.51 KiB/sec. | ||
| 14061 | 2024.11.06 00:26:40.446595 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Debug> DynamicQueryHandler: Done processing query | ||
| 14062 | 2024.11.06 00:26:40.446663 [ 287 ] {8954b0c3-1edb-4a43-983e-d33911397350} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14063 | 2024.11.06 00:26:40.446736 [ 287 ] {} <Debug> HTTP-Session: b6dee0bc-5c9b-415f-b0f2-79801f96d2bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14064 | 2024.11.06 00:26:40.446855 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14065 | 2024.11.06 00:26:40.446959 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14066 | 2024.11.06 00:26:40.447000 [ 195 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_86_17} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14067 | 2024.11.06 00:26:40.447070 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46577, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14068 | 2024.11.06 00:26:40.447223 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 14069 | 2024.11.06 00:26:40.447238 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14070 | 2024.11.06 00:26:40.447285 [ 290 ] {} <Debug> HTTP-Session: c5fa4c1e-dfa1-4e90-babb-cf52251b29cd Authenticating user 'default' from [fd00:1122:3344:101::d]:46577 | ||
| 14071 | 2024.11.06 00:26:40.447304 [ 290 ] {} <Debug> HTTP-Session: c5fa4c1e-dfa1-4e90-babb-cf52251b29cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14072 | 2024.11.06 00:26:40.447318 [ 290 ] {} <Debug> HTTP-Session: c5fa4c1e-dfa1-4e90-babb-cf52251b29cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14073 | 2024.11.06 00:26:40.447356 [ 290 ] {} <Trace> HTTP-Session: c5fa4c1e-dfa1-4e90-babb-cf52251b29cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14074 | 2024.11.06 00:26:40.447513 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46577) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14075 | 2024.11.06 00:26:40.447560 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14076 | 2024.11.06 00:26:40.447829 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14077 | 2024.11.06 00:26:40.448210 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14078 | 2024.11.06 00:26:40.448247 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14079 | 2024.11.06 00:26:40.448619 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14080 | 2024.11.06 00:26:40.449003 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14081 | 2024.11.06 00:26:40.449167 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001707 sec., 44522.55418863503 rows/sec., 3.49 MiB/sec. | ||
| 14082 | 2024.11.06 00:26:40.449194 [ 25 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14083 | 2024.11.06 00:26:40.449316 [ 25 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14084 | 2024.11.06 00:26:40.449380 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14085 | 2024.11.06 00:26:40.449485 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14086 | 2024.11.06 00:26:40.449568 [ 290 ] {3779a2fb-a3d2-4fa4-a975-7a03a8ca16c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14087 | 2024.11.06 00:26:40.449668 [ 290 ] {} <Debug> HTTP-Session: c5fa4c1e-dfa1-4e90-babb-cf52251b29cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14088 | 2024.11.06 00:26:40.449741 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 14089 | 2024.11.06 00:26:40.450021 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46577, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14090 | 2024.11.06 00:26:40.450513 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57067, User-Agent: (none), Length: 25674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14091 | 2024.11.06 00:26:40.450571 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14092 | 2024.11.06 00:26:40.450692 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part | ||
| 14093 | 2024.11.06 00:26:40.450814 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14094 | 2024.11.06 00:26:40.450937 [ 286 ] {} <Debug> HTTP-Session: 314b9029-cc52-49e3-9572-0fdbbb25ee4a Authenticating user 'default' from [fd00:1122:3344:101::d]:57067 | ||
| 14095 | 2024.11.06 00:26:40.451009 [ 286 ] {} <Debug> HTTP-Session: 314b9029-cc52-49e3-9572-0fdbbb25ee4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14096 | 2024.11.06 00:26:40.450993 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 423 rows starting from the beginning of the part | ||
| 14097 | 2024.11.06 00:26:40.451052 [ 286 ] {} <Debug> HTTP-Session: 314b9029-cc52-49e3-9572-0fdbbb25ee4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14098 | 2024.11.06 00:26:40.451233 [ 286 ] {} <Trace> HTTP-Session: 314b9029-cc52-49e3-9572-0fdbbb25ee4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14099 | 2024.11.06 00:26:40.451275 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 66 rows starting from the beginning of the part | ||
| 14100 | 2024.11.06 00:26:40.451457 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part | ||
| 14101 | 2024.11.06 00:26:40.451786 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 423 rows starting from the beginning of the part | ||
| 14102 | 2024.11.06 00:26:40.451843 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57067) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14103 | 2024.11.06 00:26:40.452066 [ 199 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 76 rows starting from the beginning of the part | ||
| 14104 | 2024.11.06 00:26:40.452086 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14105 | 2024.11.06 00:26:40.452900 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14106 | 2024.11.06 00:26:40.453967 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14107 | 2024.11.06 00:26:40.454059 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14108 | 2024.11.06 00:26:40.455056 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1967 rows, containing 5 columns (5 merged, 0 gathered) in 0.005547914 sec., 354547.6732335793 rows/sec., 27.16 MiB/sec. | ||
| 14109 | 2024.11.06 00:26:40.455101 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14110 | 2024.11.06 00:26:40.455337 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14111 | 2024.11.06 00:26:40.455972 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14112 | 2024.11.06 00:26:40.456436 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.004868 sec., 27526.70501232539 rows/sec., 1.92 MiB/sec. | ||
| 14113 | 2024.11.06 00:26:40.456442 [ 25 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14114 | 2024.11.06 00:26:40.456462 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14115 | 2024.11.06 00:26:40.456664 [ 25 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14116 | 2024.11.06 00:26:40.456810 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14117 | 2024.11.06 00:26:40.456825 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_86_17} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14118 | 2024.11.06 00:26:40.457167 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Debug> DynamicQueryHandler: Done processing query | ||
| 14119 | 2024.11.06 00:26:40.457220 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 14120 | 2024.11.06 00:26:40.457269 [ 286 ] {c0750300-c2ff-4841-8fea-ecd59c124f53} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14121 | 2024.11.06 00:26:40.457357 [ 286 ] {} <Debug> HTTP-Session: 314b9029-cc52-49e3-9572-0fdbbb25ee4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14122 | 2024.11.06 00:26:40.457367 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 14123 | 2024.11.06 00:26:40.457859 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36026, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14124 | 2024.11.06 00:26:40.457884 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14125 | 2024.11.06 00:26:40.458001 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14126 | 2024.11.06 00:26:40.458128 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14127 | 2024.11.06 00:26:40.458191 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 17265 rows starting from the beginning of the part | ||
| 14128 | 2024.11.06 00:26:40.458253 [ 290 ] {} <Debug> HTTP-Session: b2c23e53-d843-4cdb-b0f2-23e856d44a62 Authenticating user 'default' from [fd00:1122:3344:101::d]:36026 | ||
| 14129 | 2024.11.06 00:26:40.458378 [ 290 ] {} <Debug> HTTP-Session: b2c23e53-d843-4cdb-b0f2-23e856d44a62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14130 | 2024.11.06 00:26:40.458406 [ 286 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 14131 | |||
| 14132 | (version 23.8.7.1) | ||
| 14133 | 2024.11.06 00:26:40.458502 [ 290 ] {} <Debug> HTTP-Session: b2c23e53-d843-4cdb-b0f2-23e856d44a62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14134 | 2024.11.06 00:26:40.458747 [ 290 ] {} <Trace> HTTP-Session: b2c23e53-d843-4cdb-b0f2-23e856d44a62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14135 | 2024.11.06 00:26:40.458773 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 237 rows starting from the beginning of the part | ||
| 14136 | 2024.11.06 00:26:40.459133 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 129 rows starting from the beginning of the part | ||
| 14137 | 2024.11.06 00:26:40.459186 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36026) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14138 | 2024.11.06 00:26:40.459384 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14139 | 2024.11.06 00:26:40.459422 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part | ||
| 14140 | 2024.11.06 00:26:40.459790 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 237 rows starting from the beginning of the part | ||
| 14141 | 2024.11.06 00:26:40.460168 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 134 rows starting from the beginning of the part | ||
| 14142 | 2024.11.06 00:26:40.460322 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14143 | 2024.11.06 00:26:40.461421 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14144 | 2024.11.06 00:26:40.461491 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14145 | 2024.11.06 00:26:40.461957 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 14146 | 2024.11.06 00:26:40.462585 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14147 | 2024.11.06 00:26:40.462800 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003789 sec., 12668.25019794141 rows/sec., 874.24 KiB/sec. | ||
| 14148 | 2024.11.06 00:26:40.462838 [ 25 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 14149 | 2024.11.06 00:26:40.462970 [ 25 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14150 | 2024.11.06 00:26:40.463109 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14151 | 2024.11.06 00:26:40.463168 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14152 | 2024.11.06 00:26:40.463237 [ 290 ] {2de7bbc3-1cf9-4dae-a1ec-f636fa54888e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14153 | 2024.11.06 00:26:40.463327 [ 290 ] {} <Debug> HTTP-Session: b2c23e53-d843-4cdb-b0f2-23e856d44a62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14154 | 2024.11.06 00:26:40.463828 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14155 | 2024.11.06 00:26:40.464214 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 14156 | 2024.11.06 00:26:40.464814 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14157 | 2024.11.06 00:26:40.464898 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4356 rows starting from the beginning of the part | ||
| 14158 | 2024.11.06 00:26:40.465181 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 82 rows starting from the beginning of the part | ||
| 14159 | 2024.11.06 00:26:40.465422 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 48 rows starting from the beginning of the part | ||
| 14160 | 2024.11.06 00:26:40.465654 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 14161 | 2024.11.06 00:26:40.465937 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 14162 | 2024.11.06 00:26:40.466239 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 48 rows starting from the beginning of the part | ||
| 14163 | 2024.11.06 00:26:40.469380 [ 189 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4676 rows, containing 4 columns (4 merged, 0 gathered) in 0.005865034 sec., 797267.3304195679 rows/sec., 52.58 MiB/sec. | ||
| 14164 | 2024.11.06 00:26:40.469843 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14165 | 2024.11.06 00:26:40.469863 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18162 rows, containing 5 columns (5 merged, 0 gathered) in 0.012904883 sec., 1407374.2474069698 rows/sec., 95.79 MiB/sec. | ||
| 14166 | 2024.11.06 00:26:40.470211 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 14167 | 2024.11.06 00:26:40.470515 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14168 | 2024.11.06 00:26:40.470813 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_86_17} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14169 | 2024.11.06 00:26:40.470994 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 14170 | 2024.11.06 00:26:40.471126 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14171 | 2024.11.06 00:26:40.471213 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 14172 | 2024.11.06 00:26:40.471311 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 14173 | 2024.11.06 00:26:41.001159 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.00 MiB, peak 190.51 MiB, free memory in arenas 0.00 B, will set to 181.51 MiB (RSS), difference: 1.51 MiB | ||
| 14174 | 2024.11.06 00:26:41.740125 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14175 | 2024.11.06 00:26:41.740208 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14176 | 2024.11.06 00:26:42.163122 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1274 | ||
| 14177 | 2024.11.06 00:26:42.166036 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14178 | 2024.11.06 00:26:42.166096 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14179 | 2024.11.06 00:26:42.167643 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 14180 | 2024.11.06 00:26:42.168651 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14181 | 2024.11.06 00:26:42.169266 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1274 | ||
| 14182 | 2024.11.06 00:26:45.433866 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41251, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14183 | 2024.11.06 00:26:45.434011 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14184 | 2024.11.06 00:26:45.434040 [ 290 ] {} <Debug> HTTP-Session: 3948c14d-fa18-455b-9b93-fc43fcb76ae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:41251 | ||
| 14185 | 2024.11.06 00:26:45.434073 [ 290 ] {} <Debug> HTTP-Session: 3948c14d-fa18-455b-9b93-fc43fcb76ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14186 | 2024.11.06 00:26:45.434091 [ 290 ] {} <Debug> HTTP-Session: 3948c14d-fa18-455b-9b93-fc43fcb76ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14187 | 2024.11.06 00:26:45.434147 [ 290 ] {} <Trace> HTTP-Session: 3948c14d-fa18-455b-9b93-fc43fcb76ae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14188 | 2024.11.06 00:26:45.434372 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41251) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14189 | 2024.11.06 00:26:45.434448 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14190 | 2024.11.06 00:26:45.434836 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14191 | 2024.11.06 00:26:45.435328 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14192 | 2024.11.06 00:26:45.435376 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14193 | 2024.11.06 00:26:45.435804 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14194 | 2024.11.06 00:26:45.436255 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14195 | 2024.11.06 00:26:45.436444 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002141 sec., 26156.001868285846 rows/sec., 2.00 MiB/sec. | ||
| 14196 | 2024.11.06 00:26:45.436769 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 14197 | 2024.11.06 00:26:45.436831 [ 290 ] {25eeeeb1-96d8-4f03-a689-6668e41e60e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14198 | 2024.11.06 00:26:45.436890 [ 290 ] {} <Debug> HTTP-Session: 3948c14d-fa18-455b-9b93-fc43fcb76ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14199 | 2024.11.06 00:26:45.437165 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14200 | 2024.11.06 00:26:45.437299 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51737, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14201 | 2024.11.06 00:26:45.437434 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14202 | 2024.11.06 00:26:45.437464 [ 286 ] {} <Debug> HTTP-Session: fc26da1d-d2b3-4439-a3f5-448f341bef28 Authenticating user 'default' from [fd00:1122:3344:101::d]:51737 | ||
| 14203 | 2024.11.06 00:26:45.437492 [ 286 ] {} <Debug> HTTP-Session: fc26da1d-d2b3-4439-a3f5-448f341bef28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14204 | 2024.11.06 00:26:45.437510 [ 286 ] {} <Debug> HTTP-Session: fc26da1d-d2b3-4439-a3f5-448f341bef28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14205 | 2024.11.06 00:26:45.437574 [ 286 ] {} <Trace> HTTP-Session: fc26da1d-d2b3-4439-a3f5-448f341bef28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14206 | 2024.11.06 00:26:45.437803 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51737) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14207 | 2024.11.06 00:26:45.437878 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14208 | 2024.11.06 00:26:45.438229 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14209 | 2024.11.06 00:26:45.438667 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14210 | 2024.11.06 00:26:45.438707 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14211 | 2024.11.06 00:26:45.439137 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14212 | 2024.11.06 00:26:45.439538 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14213 | 2024.11.06 00:26:45.439716 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001996 sec., 32064.128256513028 rows/sec., 2.50 MiB/sec. | ||
| 14214 | 2024.11.06 00:26:45.439925 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14215 | 2024.11.06 00:26:45.439951 [ 286 ] {304a97df-53f2-4d18-9bfd-e165e5b2b4b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14216 | 2024.11.06 00:26:45.439968 [ 286 ] {} <Debug> HTTP-Session: fc26da1d-d2b3-4439-a3f5-448f341bef28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14217 | 2024.11.06 00:26:45.440205 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14218 | 2024.11.06 00:26:45.440340 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43293, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14219 | 2024.11.06 00:26:45.440418 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14220 | 2024.11.06 00:26:45.440445 [ 290 ] {} <Debug> HTTP-Session: eed38056-7562-4c8f-b031-01be30deee78 Authenticating user 'default' from [fd00:1122:3344:101::d]:43293 | ||
| 14221 | 2024.11.06 00:26:45.440468 [ 290 ] {} <Debug> HTTP-Session: eed38056-7562-4c8f-b031-01be30deee78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14222 | 2024.11.06 00:26:45.440485 [ 290 ] {} <Debug> HTTP-Session: eed38056-7562-4c8f-b031-01be30deee78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14223 | 2024.11.06 00:26:45.440538 [ 290 ] {} <Trace> HTTP-Session: eed38056-7562-4c8f-b031-01be30deee78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14224 | 2024.11.06 00:26:45.440753 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43293) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14225 | 2024.11.06 00:26:45.440819 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14226 | 2024.11.06 00:26:45.441022 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14227 | 2024.11.06 00:26:45.441429 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14228 | 2024.11.06 00:26:45.441468 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14229 | 2024.11.06 00:26:45.441893 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14230 | 2024.11.06 00:26:45.442276 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14231 | 2024.11.06 00:26:45.442436 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001775 sec., 90140.84507042253 rows/sec., 6.28 MiB/sec. | ||
| 14232 | 2024.11.06 00:26:45.442709 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14233 | 2024.11.06 00:26:45.442775 [ 290 ] {9afd32fc-36e2-44e5-a4ac-d0dd6213862f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14234 | 2024.11.06 00:26:45.442833 [ 290 ] {} <Debug> HTTP-Session: eed38056-7562-4c8f-b031-01be30deee78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14235 | 2024.11.06 00:26:45.443060 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51737, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14236 | 2024.11.06 00:26:45.443088 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43293, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14237 | 2024.11.06 00:26:45.443164 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14238 | 2024.11.06 00:26:45.443202 [ 286 ] {} <Debug> HTTP-Session: b98ff095-da85-4174-98f9-ababa1899367 Authenticating user 'default' from [fd00:1122:3344:101::d]:51737 | ||
| 14239 | 2024.11.06 00:26:45.443234 [ 286 ] {} <Debug> HTTP-Session: b98ff095-da85-4174-98f9-ababa1899367 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14240 | 2024.11.06 00:26:45.443253 [ 286 ] {} <Debug> HTTP-Session: b98ff095-da85-4174-98f9-ababa1899367 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14241 | 2024.11.06 00:26:45.443302 [ 286 ] {} <Trace> HTTP-Session: b98ff095-da85-4174-98f9-ababa1899367 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14242 | 2024.11.06 00:26:45.443452 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51737) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14243 | 2024.11.06 00:26:45.443511 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14244 | 2024.11.06 00:26:45.443699 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14245 | 2024.11.06 00:26:45.444037 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14246 | 2024.11.06 00:26:45.444075 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14247 | 2024.11.06 00:26:45.444453 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 14248 | 2024.11.06 00:26:45.444780 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14249 | 2024.11.06 00:26:45.444944 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001545 sec., 38834.95145631068 rows/sec., 2.62 MiB/sec. | ||
| 14250 | 2024.11.06 00:26:45.445118 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 14251 | 2024.11.06 00:26:45.445142 [ 286 ] {3f0a0bcc-a61f-4a1a-b4ec-833e90cd54f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14252 | 2024.11.06 00:26:45.445158 [ 286 ] {} <Debug> HTTP-Session: b98ff095-da85-4174-98f9-ababa1899367 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14253 | 2024.11.06 00:26:45.445412 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51737, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14254 | 2024.11.06 00:26:49.783435 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42860, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14255 | 2024.11.06 00:26:50.032102 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36434, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14256 | 2024.11.06 00:26:50.109537 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:50432, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14257 | 2024.11.06 00:26:50.338440 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64806, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14258 | 2024.11.06 00:26:50.369851 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:48541, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14259 | 2024.11.06 00:26:50.386255 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:37409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14260 | 2024.11.06 00:26:50.431602 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58338, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14261 | 2024.11.06 00:26:50.436503 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:38474, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14262 | 2024.11.06 00:26:50.441541 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45061, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14263 | 2024.11.06 00:26:50.441667 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14264 | 2024.11.06 00:26:50.441697 [ 290 ] {} <Debug> HTTP-Session: 3658f1dd-5a14-4e73-9b48-0accf153bd05 Authenticating user 'default' from [fd00:1122:3344:101::d]:45061 | ||
| 14265 | 2024.11.06 00:26:50.441725 [ 290 ] {} <Debug> HTTP-Session: 3658f1dd-5a14-4e73-9b48-0accf153bd05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14266 | 2024.11.06 00:26:50.441745 [ 290 ] {} <Debug> HTTP-Session: 3658f1dd-5a14-4e73-9b48-0accf153bd05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14267 | 2024.11.06 00:26:50.441801 [ 290 ] {} <Trace> HTTP-Session: 3658f1dd-5a14-4e73-9b48-0accf153bd05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14268 | 2024.11.06 00:26:50.442091 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45061) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14269 | 2024.11.06 00:26:50.442158 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14270 | 2024.11.06 00:26:50.442498 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14271 | 2024.11.06 00:26:50.443100 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14272 | 2024.11.06 00:26:50.443140 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14273 | 2024.11.06 00:26:50.443590 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14274 | 2024.11.06 00:26:50.444000 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14275 | 2024.11.06 00:26:50.444151 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002191 sec., 123687.81378366044 rows/sec., 10.99 MiB/sec. | ||
| 14276 | 2024.11.06 00:26:50.444359 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14277 | 2024.11.06 00:26:50.444386 [ 290 ] {189fdf56-a5c1-43eb-8fd3-f8faf9b1e08e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14278 | 2024.11.06 00:26:50.444402 [ 290 ] {} <Debug> HTTP-Session: 3658f1dd-5a14-4e73-9b48-0accf153bd05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14279 | 2024.11.06 00:26:50.444650 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14280 | 2024.11.06 00:26:50.444763 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47326, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14281 | 2024.11.06 00:26:50.444893 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14282 | 2024.11.06 00:26:50.444921 [ 283 ] {} <Debug> HTTP-Session: 30435b44-e0c7-4062-920f-85fe4a783b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:47326 | ||
| 14283 | 2024.11.06 00:26:50.444949 [ 283 ] {} <Debug> HTTP-Session: 30435b44-e0c7-4062-920f-85fe4a783b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14284 | 2024.11.06 00:26:50.444967 [ 283 ] {} <Debug> HTTP-Session: 30435b44-e0c7-4062-920f-85fe4a783b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14285 | 2024.11.06 00:26:50.445029 [ 283 ] {} <Trace> HTTP-Session: 30435b44-e0c7-4062-920f-85fe4a783b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14286 | 2024.11.06 00:26:50.445240 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47326) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14287 | 2024.11.06 00:26:50.445312 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14288 | 2024.11.06 00:26:50.445661 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14289 | 2024.11.06 00:26:50.446053 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14290 | 2024.11.06 00:26:50.446096 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14291 | 2024.11.06 00:26:50.446531 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14292 | 2024.11.06 00:26:50.446929 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14293 | 2024.11.06 00:26:50.447130 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001948 sec., 21047.227926078027 rows/sec., 1.55 MiB/sec. | ||
| 14294 | 2024.11.06 00:26:50.447336 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14295 | 2024.11.06 00:26:50.447363 [ 283 ] {fe9c00fc-a1c3-44fb-bdf3-d858cf4b736b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14296 | 2024.11.06 00:26:50.447380 [ 283 ] {} <Debug> HTTP-Session: 30435b44-e0c7-4062-920f-85fe4a783b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14297 | 2024.11.06 00:26:50.447592 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14298 | 2024.11.06 00:26:50.447659 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50465, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14299 | 2024.11.06 00:26:50.447752 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14300 | 2024.11.06 00:26:50.447781 [ 290 ] {} <Debug> HTTP-Session: fa43a420-5691-4a94-8bdb-70cf420a8497 Authenticating user 'default' from [fd00:1122:3344:101::d]:50465 | ||
| 14301 | 2024.11.06 00:26:50.447804 [ 290 ] {} <Debug> HTTP-Session: fa43a420-5691-4a94-8bdb-70cf420a8497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14302 | 2024.11.06 00:26:50.447823 [ 290 ] {} <Debug> HTTP-Session: fa43a420-5691-4a94-8bdb-70cf420a8497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14303 | 2024.11.06 00:26:50.447868 [ 290 ] {} <Trace> HTTP-Session: fa43a420-5691-4a94-8bdb-70cf420a8497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14304 | 2024.11.06 00:26:50.448008 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50465) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14305 | 2024.11.06 00:26:50.448062 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14306 | 2024.11.06 00:26:50.448331 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14307 | 2024.11.06 00:26:50.448655 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14308 | 2024.11.06 00:26:50.448692 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14309 | 2024.11.06 00:26:50.449062 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14310 | 2024.11.06 00:26:50.449444 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14311 | 2024.11.06 00:26:50.449577 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001609 sec., 8701.05655686762 rows/sec., 609.37 KiB/sec. | ||
| 14312 | 2024.11.06 00:26:50.449748 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Debug> DynamicQueryHandler: Done processing query | ||
| 14313 | 2024.11.06 00:26:50.449773 [ 290 ] {019f566c-0990-4c22-87d6-6bf2afa140db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14314 | 2024.11.06 00:26:50.449788 [ 290 ] {} <Debug> HTTP-Session: fa43a420-5691-4a94-8bdb-70cf420a8497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14315 | 2024.11.06 00:26:50.449931 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14316 | 2024.11.06 00:26:50.450013 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63820, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14317 | 2024.11.06 00:26:50.450092 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14318 | 2024.11.06 00:26:50.450117 [ 283 ] {} <Debug> HTTP-Session: 654ce327-afa4-43d1-8690-dad1eedbfcbc Authenticating user 'default' from [fd00:1122:3344:101::d]:63820 | ||
| 14319 | 2024.11.06 00:26:50.450139 [ 283 ] {} <Debug> HTTP-Session: 654ce327-afa4-43d1-8690-dad1eedbfcbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14320 | 2024.11.06 00:26:50.450157 [ 283 ] {} <Debug> HTTP-Session: 654ce327-afa4-43d1-8690-dad1eedbfcbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14321 | 2024.11.06 00:26:50.450203 [ 283 ] {} <Trace> HTTP-Session: 654ce327-afa4-43d1-8690-dad1eedbfcbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14322 | 2024.11.06 00:26:50.450336 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63820) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14323 | 2024.11.06 00:26:50.450392 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14324 | 2024.11.06 00:26:50.450714 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14325 | 2024.11.06 00:26:50.451070 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14326 | 2024.11.06 00:26:50.451107 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14327 | 2024.11.06 00:26:50.451466 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 14328 | 2024.11.06 00:26:50.451833 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14329 | 2024.11.06 00:26:50.452011 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001707 sec., 3514.93848857645 rows/sec., 207.67 KiB/sec. | ||
| 14330 | 2024.11.06 00:26:50.452198 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Debug> DynamicQueryHandler: Done processing query | ||
| 14331 | 2024.11.06 00:26:50.452223 [ 283 ] {bb4ea9fa-d569-42cd-9366-830ebff27f39} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14332 | 2024.11.06 00:26:50.452239 [ 283 ] {} <Debug> HTTP-Session: 654ce327-afa4-43d1-8690-dad1eedbfcbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14333 | 2024.11.06 00:26:50.452474 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14334 | 2024.11.06 00:26:50.452590 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35581, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14335 | 2024.11.06 00:26:50.452659 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14336 | 2024.11.06 00:26:50.452684 [ 290 ] {} <Debug> HTTP-Session: f435d9e1-4304-458a-aabb-5732cda89220 Authenticating user 'default' from [fd00:1122:3344:101::d]:35581 | ||
| 14337 | 2024.11.06 00:26:50.452705 [ 290 ] {} <Debug> HTTP-Session: f435d9e1-4304-458a-aabb-5732cda89220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14338 | 2024.11.06 00:26:50.452724 [ 290 ] {} <Debug> HTTP-Session: f435d9e1-4304-458a-aabb-5732cda89220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14339 | 2024.11.06 00:26:50.452769 [ 290 ] {} <Trace> HTTP-Session: f435d9e1-4304-458a-aabb-5732cda89220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14340 | 2024.11.06 00:26:50.453050 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35581) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14341 | 2024.11.06 00:26:50.453098 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14342 | 2024.11.06 00:26:50.453359 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14343 | 2024.11.06 00:26:50.453922 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14344 | 2024.11.06 00:26:50.453962 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14345 | 2024.11.06 00:26:50.454356 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14346 | 2024.11.06 00:26:50.454719 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14347 | 2024.11.06 00:26:50.454850 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001943 sec., 217704.58054554812 rows/sec., 15.56 MiB/sec. | ||
| 14348 | 2024.11.06 00:26:50.455026 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Debug> DynamicQueryHandler: Done processing query | ||
| 14349 | 2024.11.06 00:26:50.455050 [ 290 ] {5c49dc15-b34b-4ff4-b57f-67db30426100} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 14350 | 2024.11.06 00:26:50.455066 [ 290 ] {} <Debug> HTTP-Session: f435d9e1-4304-458a-aabb-5732cda89220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14351 | 2024.11.06 00:26:50.455269 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35581, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14352 | 2024.11.06 00:26:50.455295 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63820, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14353 | 2024.11.06 00:26:50.455370 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14354 | 2024.11.06 00:26:50.455412 [ 283 ] {} <Debug> HTTP-Session: f8f19bdf-fcff-4a69-bdf9-e6bfc5743262 Authenticating user 'default' from [fd00:1122:3344:101::d]:63820 | ||
| 14355 | 2024.11.06 00:26:50.455437 [ 283 ] {} <Debug> HTTP-Session: f8f19bdf-fcff-4a69-bdf9-e6bfc5743262 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14356 | 2024.11.06 00:26:50.455454 [ 283 ] {} <Debug> HTTP-Session: f8f19bdf-fcff-4a69-bdf9-e6bfc5743262 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14357 | 2024.11.06 00:26:50.455501 [ 283 ] {} <Trace> HTTP-Session: f8f19bdf-fcff-4a69-bdf9-e6bfc5743262 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14358 | 2024.11.06 00:26:50.455630 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63820) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14359 | 2024.11.06 00:26:50.455690 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14360 | 2024.11.06 00:26:50.455887 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14361 | 2024.11.06 00:26:50.456182 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14362 | 2024.11.06 00:26:50.456219 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14363 | 2024.11.06 00:26:50.456588 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 14364 | 2024.11.06 00:26:50.456932 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14365 | 2024.11.06 00:26:50.457098 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 209.26 KiB/sec. | ||
| 14366 | 2024.11.06 00:26:50.457272 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Debug> DynamicQueryHandler: Done processing query | ||
| 14367 | 2024.11.06 00:26:50.457296 [ 283 ] {15d7de48-628b-4185-858f-b697afd64508} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14368 | 2024.11.06 00:26:50.457313 [ 283 ] {} <Debug> HTTP-Session: f8f19bdf-fcff-4a69-bdf9-e6bfc5743262 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14369 | 2024.11.06 00:26:50.457470 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14370 | 2024.11.06 00:26:50.457549 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60331, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14371 | 2024.11.06 00:26:50.457605 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14372 | 2024.11.06 00:26:50.457624 [ 290 ] {} <Debug> HTTP-Session: 1e205786-5f4b-4a21-998e-986f662d0374 Authenticating user 'default' from [fd00:1122:3344:101::d]:60331 | ||
| 14373 | 2024.11.06 00:26:50.457641 [ 290 ] {} <Debug> HTTP-Session: 1e205786-5f4b-4a21-998e-986f662d0374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14374 | 2024.11.06 00:26:50.457655 [ 290 ] {} <Debug> HTTP-Session: 1e205786-5f4b-4a21-998e-986f662d0374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14375 | 2024.11.06 00:26:50.457693 [ 290 ] {} <Trace> HTTP-Session: 1e205786-5f4b-4a21-998e-986f662d0374 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14376 | 2024.11.06 00:26:50.457877 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60331) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14377 | 2024.11.06 00:26:50.457927 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14378 | 2024.11.06 00:26:50.458115 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14379 | 2024.11.06 00:26:50.458546 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14380 | 2024.11.06 00:26:50.458581 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14381 | 2024.11.06 00:26:50.458966 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14382 | 2024.11.06 00:26:50.459318 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14383 | 2024.11.06 00:26:50.459445 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001655 sec., 143202.416918429 rows/sec., 9.60 MiB/sec. | ||
| 14384 | 2024.11.06 00:26:50.459616 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Debug> DynamicQueryHandler: Done processing query | ||
| 14385 | 2024.11.06 00:26:50.459640 [ 290 ] {71288ce0-95a9-48fb-abc1-e650c6762398} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14386 | 2024.11.06 00:26:50.459656 [ 290 ] {} <Debug> HTTP-Session: 1e205786-5f4b-4a21-998e-986f662d0374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14387 | 2024.11.06 00:26:50.459818 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60331, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14388 | 2024.11.06 00:26:50.459895 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63820, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14389 | 2024.11.06 00:26:50.460024 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14390 | 2024.11.06 00:26:50.460065 [ 283 ] {} <Debug> HTTP-Session: f6a9ac67-1f60-4336-b75e-3224090a024b Authenticating user 'default' from [fd00:1122:3344:101::d]:63820 | ||
| 14391 | 2024.11.06 00:26:50.460100 [ 283 ] {} <Debug> HTTP-Session: f6a9ac67-1f60-4336-b75e-3224090a024b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14392 | 2024.11.06 00:26:50.460127 [ 283 ] {} <Debug> HTTP-Session: f6a9ac67-1f60-4336-b75e-3224090a024b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14393 | 2024.11.06 00:26:50.460196 [ 283 ] {} <Trace> HTTP-Session: f6a9ac67-1f60-4336-b75e-3224090a024b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14394 | 2024.11.06 00:26:50.460391 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63820) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14395 | 2024.11.06 00:26:50.460483 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14396 | 2024.11.06 00:26:50.460782 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14397 | 2024.11.06 00:26:50.461151 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14398 | 2024.11.06 00:26:50.461185 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14399 | 2024.11.06 00:26:50.461548 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 14400 | 2024.11.06 00:26:50.461888 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14401 | 2024.11.06 00:26:50.462054 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001718 sec., 582.0721769499419 rows/sec., 39.22 KiB/sec. | ||
| 14402 | 2024.11.06 00:26:50.462229 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Debug> DynamicQueryHandler: Done processing query | ||
| 14403 | 2024.11.06 00:26:50.462254 [ 283 ] {e75ef192-05e8-43fa-9667-f34bb98a7b97} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14404 | 2024.11.06 00:26:50.462270 [ 283 ] {} <Debug> HTTP-Session: f6a9ac67-1f60-4336-b75e-3224090a024b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14405 | 2024.11.06 00:26:50.462457 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14406 | 2024.11.06 00:26:50.462576 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52841, User-Agent: (none), Length: 68952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14407 | 2024.11.06 00:26:50.462632 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14408 | 2024.11.06 00:26:50.462652 [ 290 ] {} <Debug> HTTP-Session: 7b4204a1-db08-4222-a69e-4c4a655c3ef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52841 | ||
| 14409 | 2024.11.06 00:26:50.462670 [ 290 ] {} <Debug> HTTP-Session: 7b4204a1-db08-4222-a69e-4c4a655c3ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14410 | 2024.11.06 00:26:50.462684 [ 290 ] {} <Debug> HTTP-Session: 7b4204a1-db08-4222-a69e-4c4a655c3ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14411 | 2024.11.06 00:26:50.462722 [ 290 ] {} <Trace> HTTP-Session: 7b4204a1-db08-4222-a69e-4c4a655c3ef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14412 | 2024.11.06 00:26:50.463253 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52841) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14413 | 2024.11.06 00:26:50.463334 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <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 | ||
| 14414 | 2024.11.06 00:26:50.463819 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14415 | 2024.11.06 00:26:50.464538 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14416 | 2024.11.06 00:26:50.464575 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14417 | 2024.11.06 00:26:50.465234 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 14418 | 2024.11.06 00:26:50.465650 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14419 | 2024.11.06 00:26:50.465805 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002976 sec., 13776.881720430109 rows/sec., 24.69 MiB/sec. | ||
| 14420 | 2024.11.06 00:26:50.466236 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14421 | 2024.11.06 00:26:50.466267 [ 290 ] {56e34a76-38dd-48bc-94fd-e86b6a59640d} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 14422 | 2024.11.06 00:26:50.466287 [ 290 ] {} <Debug> HTTP-Session: 7b4204a1-db08-4222-a69e-4c4a655c3ef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14423 | 2024.11.06 00:26:50.466479 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63820, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14424 | 2024.11.06 00:26:50.466526 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52841, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14425 | 2024.11.06 00:26:50.466588 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14426 | 2024.11.06 00:26:50.466626 [ 283 ] {} <Debug> HTTP-Session: c5d48a06-0156-4a3a-9f1b-1f31b04577cd Authenticating user 'default' from [fd00:1122:3344:101::d]:63820 | ||
| 14427 | 2024.11.06 00:26:50.466656 [ 283 ] {} <Debug> HTTP-Session: c5d48a06-0156-4a3a-9f1b-1f31b04577cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14428 | 2024.11.06 00:26:50.466675 [ 283 ] {} <Debug> HTTP-Session: c5d48a06-0156-4a3a-9f1b-1f31b04577cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14429 | 2024.11.06 00:26:50.466734 [ 283 ] {} <Trace> HTTP-Session: c5d48a06-0156-4a3a-9f1b-1f31b04577cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14430 | 2024.11.06 00:26:50.466905 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63820) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14431 | 2024.11.06 00:26:50.466964 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14432 | 2024.11.06 00:26:50.467141 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14433 | 2024.11.06 00:26:50.467481 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14434 | 2024.11.06 00:26:50.467519 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14435 | 2024.11.06 00:26:50.467897 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 14436 | 2024.11.06 00:26:50.468239 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14437 | 2024.11.06 00:26:50.468397 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001553 sec., 52801.03026400515 rows/sec., 3.35 MiB/sec. | ||
| 14438 | 2024.11.06 00:26:50.468562 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Debug> DynamicQueryHandler: Done processing query | ||
| 14439 | 2024.11.06 00:26:50.468587 [ 283 ] {d3e7b9eb-8810-494c-aa78-e546c4030396} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14440 | 2024.11.06 00:26:50.468603 [ 283 ] {} <Debug> HTTP-Session: c5d48a06-0156-4a3a-9f1b-1f31b04577cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14441 | 2024.11.06 00:26:50.469031 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63820, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14442 | 2024.11.06 00:26:50.590431 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33787, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14443 | 2024.11.06 00:26:50.656780 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44455, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14444 | 2024.11.06 00:26:50.709817 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:57442, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14445 | 2024.11.06 00:26:50.811425 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14446 | 2024.11.06 00:26:50.901442 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34499, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14447 | 2024.11.06 00:26:50.908722 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62186, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14448 | 2024.11.06 00:26:50.934030 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49838, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14449 | 2024.11.06 00:26:50.935279 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14450 | 2024.11.06 00:26:50.967521 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40114, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14451 | 2024.11.06 00:26:51.001261 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 182.68 MiB, peak 190.51 MiB, free memory in arenas 0.00 B, will set to 181.61 MiB (RSS), difference: -1.07 MiB | ||
| 14452 | 2024.11.06 00:26:51.131539 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62723, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14453 | 2024.11.06 00:26:51.169856 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42057, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14454 | 2024.11.06 00:26:51.193629 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:56471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14455 | 2024.11.06 00:26:51.212010 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59058, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14456 | 2024.11.06 00:26:51.458775 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:36026, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14457 | 2024.11.06 00:26:51.483389 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45059, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14458 | 2024.11.06 00:26:51.496755 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59113, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14459 | 2024.11.06 00:26:52.170289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1302 | ||
| 14460 | 2024.11.06 00:26:52.173125 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14461 | 2024.11.06 00:26:52.173180 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14462 | 2024.11.06 00:26:52.174697 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 14463 | 2024.11.06 00:26:52.175697 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14464 | 2024.11.06 00:26:52.177119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1302 | ||
| 14465 | 2024.11.06 00:26:55.432661 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48200, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14466 | 2024.11.06 00:26:55.432802 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14467 | 2024.11.06 00:26:55.432829 [ 304 ] {} <Debug> HTTP-Session: 65afc706-f162-4442-875d-00ff81503de8 Authenticating user 'default' from [fd00:1122:3344:101::d]:48200 | ||
| 14468 | 2024.11.06 00:26:55.432853 [ 304 ] {} <Debug> HTTP-Session: 65afc706-f162-4442-875d-00ff81503de8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14469 | 2024.11.06 00:26:55.432867 [ 304 ] {} <Debug> HTTP-Session: 65afc706-f162-4442-875d-00ff81503de8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14470 | 2024.11.06 00:26:55.432917 [ 304 ] {} <Trace> HTTP-Session: 65afc706-f162-4442-875d-00ff81503de8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14471 | 2024.11.06 00:26:55.433118 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48200) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14472 | 2024.11.06 00:26:55.433188 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14473 | 2024.11.06 00:26:55.433534 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14474 | 2024.11.06 00:26:55.433996 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14475 | 2024.11.06 00:26:55.434044 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14476 | 2024.11.06 00:26:55.434462 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 14477 | 2024.11.06 00:26:55.434856 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14478 | 2024.11.06 00:26:55.435029 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001973 sec., 1013.6847440446022 rows/sec., 82.66 KiB/sec. | ||
| 14479 | 2024.11.06 00:26:55.435365 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Debug> DynamicQueryHandler: Done processing query | ||
| 14480 | 2024.11.06 00:26:55.435394 [ 304 ] {16fd2be6-482e-45e4-bb5c-c6caa6f74b82} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14481 | 2024.11.06 00:26:55.435410 [ 304 ] {} <Debug> HTTP-Session: 65afc706-f162-4442-875d-00ff81503de8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14482 | 2024.11.06 00:26:55.435630 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14483 | 2024.11.06 00:26:55.435754 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40016, User-Agent: (none), Length: 7945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14484 | 2024.11.06 00:26:55.435879 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14485 | 2024.11.06 00:26:55.435904 [ 305 ] {} <Debug> HTTP-Session: 45277722-c6b5-4266-b224-0eb2460fa201 Authenticating user 'default' from [fd00:1122:3344:101::d]:40016 | ||
| 14486 | 2024.11.06 00:26:55.435929 [ 305 ] {} <Debug> HTTP-Session: 45277722-c6b5-4266-b224-0eb2460fa201 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14487 | 2024.11.06 00:26:55.435951 [ 305 ] {} <Debug> HTTP-Session: 45277722-c6b5-4266-b224-0eb2460fa201 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14488 | 2024.11.06 00:26:55.436005 [ 305 ] {} <Trace> HTTP-Session: 45277722-c6b5-4266-b224-0eb2460fa201 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14489 | 2024.11.06 00:26:55.436207 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40016) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14490 | 2024.11.06 00:26:55.436277 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14491 | 2024.11.06 00:26:55.436616 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14492 | 2024.11.06 00:26:55.437037 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14493 | 2024.11.06 00:26:55.437082 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14494 | 2024.11.06 00:26:55.437501 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14495 | 2024.11.06 00:26:55.437890 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14496 | 2024.11.06 00:26:55.438063 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001932 sec., 29503.105590062114 rows/sec., 2.25 MiB/sec. | ||
| 14497 | 2024.11.06 00:26:55.438266 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14498 | 2024.11.06 00:26:55.438292 [ 305 ] {a3b96b71-4c88-42b8-b691-10cdb05b245a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 14499 | 2024.11.06 00:26:55.438308 [ 305 ] {} <Debug> HTTP-Session: 45277722-c6b5-4266-b224-0eb2460fa201 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14500 | 2024.11.06 00:26:55.438475 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14501 | 2024.11.06 00:26:55.438559 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32818, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14502 | 2024.11.06 00:26:55.438645 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14503 | 2024.11.06 00:26:55.438671 [ 304 ] {} <Debug> HTTP-Session: 3a9c4f1b-c83b-42fc-9754-76415b9ccaab Authenticating user 'default' from [fd00:1122:3344:101::d]:32818 | ||
| 14504 | 2024.11.06 00:26:55.438694 [ 304 ] {} <Debug> HTTP-Session: 3a9c4f1b-c83b-42fc-9754-76415b9ccaab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14505 | 2024.11.06 00:26:55.438712 [ 304 ] {} <Debug> HTTP-Session: 3a9c4f1b-c83b-42fc-9754-76415b9ccaab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14506 | 2024.11.06 00:26:55.438763 [ 304 ] {} <Trace> HTTP-Session: 3a9c4f1b-c83b-42fc-9754-76415b9ccaab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14507 | 2024.11.06 00:26:55.438913 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32818) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14508 | 2024.11.06 00:26:55.438973 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14509 | 2024.11.06 00:26:55.439278 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14510 | 2024.11.06 00:26:55.439613 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14511 | 2024.11.06 00:26:55.439652 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14512 | 2024.11.06 00:26:55.440012 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14513 | 2024.11.06 00:26:55.440393 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14514 | 2024.11.06 00:26:55.440567 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001682 sec., 1189.0606420927468 rows/sec., 83.03 KiB/sec. | ||
| 14515 | 2024.11.06 00:26:55.440569 [ 125 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 14516 | 2024.11.06 00:26:55.440670 [ 125 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14517 | 2024.11.06 00:26:55.440726 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14518 | 2024.11.06 00:26:55.440868 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Debug> DynamicQueryHandler: Done processing query | ||
| 14519 | 2024.11.06 00:26:55.440957 [ 304 ] {a864e753-23e5-4366-a671-426cfbf42750} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14520 | 2024.11.06 00:26:55.441021 [ 304 ] {} <Debug> HTTP-Session: 3a9c4f1b-c83b-42fc-9754-76415b9ccaab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14521 | 2024.11.06 00:26:55.441120 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
| 14522 | 2024.11.06 00:26:55.441333 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32818, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14523 | 2024.11.06 00:26:55.441564 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53918, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14524 | 2024.11.06 00:26:55.441658 [ 304 ] {} <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): | ||
| 14525 | |||
| 14526 | (version 23.8.7.1) | ||
| 14527 | 2024.11.06 00:26:55.441755 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14528 | 2024.11.06 00:26:55.441760 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14529 | 2024.11.06 00:26:55.441802 [ 305 ] {} <Debug> HTTP-Session: 17134c2e-4568-4ed1-b496-bf72f8adbac2 Authenticating user 'default' from [fd00:1122:3344:101::d]:53918 | ||
| 14530 | 2024.11.06 00:26:55.441846 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 59 rows starting from the beginning of the part | ||
| 14531 | 2024.11.06 00:26:55.441848 [ 305 ] {} <Debug> HTTP-Session: 17134c2e-4568-4ed1-b496-bf72f8adbac2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14532 | 2024.11.06 00:26:55.441908 [ 305 ] {} <Debug> HTTP-Session: 17134c2e-4568-4ed1-b496-bf72f8adbac2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14533 | 2024.11.06 00:26:55.442041 [ 305 ] {} <Trace> HTTP-Session: 17134c2e-4568-4ed1-b496-bf72f8adbac2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14534 | 2024.11.06 00:26:55.442100 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 2 rows starting from the beginning of the part | ||
| 14535 | 2024.11.06 00:26:55.442409 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 41 rows starting from the beginning of the part | ||
| 14536 | 2024.11.06 00:26:55.442500 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53918) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14537 | 2024.11.06 00:26:55.442673 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part | ||
| 14538 | 2024.11.06 00:26:55.442691 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14539 | 2024.11.06 00:26:55.443022 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 41 rows starting from the beginning of the part | ||
| 14540 | 2024.11.06 00:26:55.443330 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2 rows starting from the beginning of the part | ||
| 14541 | 2024.11.06 00:26:55.444118 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14542 | 2024.11.06 00:26:55.445104 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14543 | 2024.11.06 00:26:55.445175 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14544 | 2024.11.06 00:26:55.446344 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14545 | 2024.11.06 00:26:55.446363 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005533985 sec., 28370.152792246456 rows/sec., 2.16 MiB/sec. | ||
| 14546 | 2024.11.06 00:26:55.446660 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 14547 | 2024.11.06 00:26:55.447149 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14548 | 2024.11.06 00:26:55.447640 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.005365 sec., 12301.957129543336 rows/sec., 983.84 KiB/sec. | ||
| 14549 | 2024.11.06 00:26:55.448114 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14550 | 2024.11.06 00:26:55.448297 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Debug> DynamicQueryHandler: Done processing query | ||
| 14551 | 2024.11.06 00:26:55.448395 [ 305 ] {579d59b3-86bb-4779-809a-d4b998f3b36d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14552 | 2024.11.06 00:26:55.448459 [ 305 ] {} <Debug> HTTP-Session: 17134c2e-4568-4ed1-b496-bf72f8adbac2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14553 | 2024.11.06 00:26:55.448535 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_55_11} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 14554 | 2024.11.06 00:26:55.448771 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 14555 | 2024.11.06 00:26:55.448773 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53918, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14556 | 2024.11.06 00:26:55.448852 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65532, User-Agent: (none), Length: 24721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14557 | 2024.11.06 00:26:55.448922 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14558 | 2024.11.06 00:26:55.448949 [ 304 ] {} <Debug> HTTP-Session: 3dab1ce4-1222-49c8-8ddc-2e051a08238c Authenticating user 'default' from [fd00:1122:3344:101::d]:65532 | ||
| 14559 | 2024.11.06 00:26:55.448979 [ 304 ] {} <Debug> HTTP-Session: 3dab1ce4-1222-49c8-8ddc-2e051a08238c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14560 | 2024.11.06 00:26:55.448998 [ 304 ] {} <Debug> HTTP-Session: 3dab1ce4-1222-49c8-8ddc-2e051a08238c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14561 | 2024.11.06 00:26:55.449039 [ 304 ] {} <Trace> HTTP-Session: 3dab1ce4-1222-49c8-8ddc-2e051a08238c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14562 | 2024.11.06 00:26:55.449211 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65532) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14563 | 2024.11.06 00:26:55.449263 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14564 | 2024.11.06 00:26:55.449448 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14565 | 2024.11.06 00:26:55.449840 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14566 | 2024.11.06 00:26:55.449877 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14567 | 2024.11.06 00:26:55.450284 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14568 | 2024.11.06 00:26:55.450643 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14569 | 2024.11.06 00:26:55.450800 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001668 sec., 77338.12949640288 rows/sec., 5.39 MiB/sec. | ||
| 14570 | 2024.11.06 00:26:55.450999 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 14571 | 2024.11.06 00:26:55.451036 [ 304 ] {f546a1f7-adb4-4dc9-b4c5-ddf27f4c06c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14572 | 2024.11.06 00:26:55.451069 [ 304 ] {} <Debug> HTTP-Session: 3dab1ce4-1222-49c8-8ddc-2e051a08238c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14573 | 2024.11.06 00:26:55.451252 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14574 | 2024.11.06 00:26:55.451347 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36490, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14575 | 2024.11.06 00:26:55.451422 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14576 | 2024.11.06 00:26:55.451447 [ 305 ] {} <Debug> HTTP-Session: 210ce4a7-1186-46e1-945d-656743c274df Authenticating user 'default' from [fd00:1122:3344:101::d]:36490 | ||
| 14577 | 2024.11.06 00:26:55.451470 [ 305 ] {} <Debug> HTTP-Session: 210ce4a7-1186-46e1-945d-656743c274df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14578 | 2024.11.06 00:26:55.451487 [ 305 ] {} <Debug> HTTP-Session: 210ce4a7-1186-46e1-945d-656743c274df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14579 | 2024.11.06 00:26:55.451534 [ 305 ] {} <Trace> HTTP-Session: 210ce4a7-1186-46e1-945d-656743c274df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14580 | 2024.11.06 00:26:55.451691 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36490) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14581 | 2024.11.06 00:26:55.451752 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14582 | 2024.11.06 00:26:55.451950 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14583 | 2024.11.06 00:26:55.452287 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14584 | 2024.11.06 00:26:55.452324 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14585 | 2024.11.06 00:26:55.452705 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 14586 | 2024.11.06 00:26:55.453040 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14587 | 2024.11.06 00:26:55.453196 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001555 sec., 30868.16720257235 rows/sec., 2.08 MiB/sec. | ||
| 14588 | 2024.11.06 00:26:55.453386 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Debug> DynamicQueryHandler: Done processing query | ||
| 14589 | 2024.11.06 00:26:55.453411 [ 305 ] {cce9f27c-aee7-49da-9965-0ecf07b9b492} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 14590 | 2024.11.06 00:26:55.453428 [ 305 ] {} <Debug> HTTP-Session: 210ce4a7-1186-46e1-945d-656743c274df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14591 | 2024.11.06 00:26:55.453662 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14592 | 2024.11.06 00:26:56.740256 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14593 | 2024.11.06 00:26:56.740308 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14594 | 2024.11.06 00:27:00.433909 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65532, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14595 | 2024.11.06 00:27:00.434104 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14596 | 2024.11.06 00:27:00.434150 [ 304 ] {} <Debug> HTTP-Session: 2cf77ee1-d323-4233-ae1e-292389b46bf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:65532 | ||
| 14597 | 2024.11.06 00:27:00.434192 [ 304 ] {} <Debug> HTTP-Session: 2cf77ee1-d323-4233-ae1e-292389b46bf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14598 | 2024.11.06 00:27:00.434221 [ 304 ] {} <Debug> HTTP-Session: 2cf77ee1-d323-4233-ae1e-292389b46bf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14599 | 2024.11.06 00:27:00.434303 [ 304 ] {} <Trace> HTTP-Session: 2cf77ee1-d323-4233-ae1e-292389b46bf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14600 | 2024.11.06 00:27:00.434531 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65532) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14601 | 2024.11.06 00:27:00.434600 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14602 | 2024.11.06 00:27:00.434943 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14603 | 2024.11.06 00:27:00.435456 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14604 | 2024.11.06 00:27:00.435500 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14605 | 2024.11.06 00:27:00.435944 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14606 | 2024.11.06 00:27:00.436352 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14607 | 2024.11.06 00:27:00.436542 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002078 sec., 26948.989412897015 rows/sec., 2.06 MiB/sec. | ||
| 14608 | 2024.11.06 00:27:00.436789 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Debug> DynamicQueryHandler: Done processing query | ||
| 14609 | 2024.11.06 00:27:00.436827 [ 304 ] {951297ec-339e-414f-8e05-2c2e73cce548} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14610 | 2024.11.06 00:27:00.436859 [ 304 ] {} <Debug> HTTP-Session: 2cf77ee1-d323-4233-ae1e-292389b46bf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14611 | 2024.11.06 00:27:00.437046 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14612 | 2024.11.06 00:27:00.437144 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50718, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14613 | 2024.11.06 00:27:00.437206 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14614 | 2024.11.06 00:27:00.437227 [ 286 ] {} <Debug> HTTP-Session: 92a02d7c-e0a5-4fa5-8f69-729f5b3b2f24 Authenticating user 'default' from [fd00:1122:3344:101::d]:50718 | ||
| 14615 | 2024.11.06 00:27:00.437245 [ 286 ] {} <Debug> HTTP-Session: 92a02d7c-e0a5-4fa5-8f69-729f5b3b2f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14616 | 2024.11.06 00:27:00.437259 [ 286 ] {} <Debug> HTTP-Session: 92a02d7c-e0a5-4fa5-8f69-729f5b3b2f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14617 | 2024.11.06 00:27:00.437294 [ 286 ] {} <Trace> HTTP-Session: 92a02d7c-e0a5-4fa5-8f69-729f5b3b2f24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14618 | 2024.11.06 00:27:00.437431 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50718) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14619 | 2024.11.06 00:27:00.437479 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14620 | 2024.11.06 00:27:00.437719 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14621 | 2024.11.06 00:27:00.438141 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14622 | 2024.11.06 00:27:00.438180 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14623 | 2024.11.06 00:27:00.438544 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14624 | 2024.11.06 00:27:00.438908 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14625 | 2024.11.06 00:27:00.439047 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001665 sec., 38438.43843843844 rows/sec., 3.00 MiB/sec. | ||
| 14626 | 2024.11.06 00:27:00.439268 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Debug> DynamicQueryHandler: Done processing query | ||
| 14627 | 2024.11.06 00:27:00.439294 [ 286 ] {71b1e755-41ed-45dc-ae20-cbc3439c1dfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 14628 | 2024.11.06 00:27:00.439310 [ 286 ] {} <Debug> HTTP-Session: 92a02d7c-e0a5-4fa5-8f69-729f5b3b2f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14629 | 2024.11.06 00:27:00.439498 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50718, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14630 | 2024.11.06 00:27:00.439521 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65532, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14631 | 2024.11.06 00:27:00.439585 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14632 | 2024.11.06 00:27:00.439612 [ 304 ] {} <Debug> HTTP-Session: ad2b3db7-e5ad-4c90-bf52-45abd5b365db Authenticating user 'default' from [fd00:1122:3344:101::d]:65532 | ||
| 14633 | 2024.11.06 00:27:00.439636 [ 304 ] {} <Debug> HTTP-Session: ad2b3db7-e5ad-4c90-bf52-45abd5b365db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14634 | 2024.11.06 00:27:00.439654 [ 304 ] {} <Debug> HTTP-Session: ad2b3db7-e5ad-4c90-bf52-45abd5b365db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14635 | 2024.11.06 00:27:00.439694 [ 304 ] {} <Trace> HTTP-Session: ad2b3db7-e5ad-4c90-bf52-45abd5b365db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14636 | 2024.11.06 00:27:00.439871 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65532) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14637 | 2024.11.06 00:27:00.439929 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14638 | 2024.11.06 00:27:00.440116 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14639 | 2024.11.06 00:27:00.440585 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14640 | 2024.11.06 00:27:00.440621 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14641 | 2024.11.06 00:27:00.441013 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14642 | 2024.11.06 00:27:00.441359 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14643 | 2024.11.06 00:27:00.441516 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec. | ||
| 14644 | 2024.11.06 00:27:00.441777 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 14645 | 2024.11.06 00:27:00.441833 [ 304 ] {ccae88ed-4f7d-45ee-a677-55ec1a1cbb9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 14646 | 2024.11.06 00:27:00.441881 [ 304 ] {} <Debug> HTTP-Session: ad2b3db7-e5ad-4c90-bf52-45abd5b365db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14647 | 2024.11.06 00:27:00.442101 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65532, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14648 | 2024.11.06 00:27:00.442157 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61421, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14649 | 2024.11.06 00:27:00.442225 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14650 | 2024.11.06 00:27:00.442249 [ 286 ] {} <Debug> HTTP-Session: 0686d34a-ecce-4780-8905-157c993cb013 Authenticating user 'default' from [fd00:1122:3344:101::d]:61421 | ||
| 14651 | 2024.11.06 00:27:00.442270 [ 286 ] {} <Debug> HTTP-Session: 0686d34a-ecce-4780-8905-157c993cb013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14652 | 2024.11.06 00:27:00.442288 [ 286 ] {} <Debug> HTTP-Session: 0686d34a-ecce-4780-8905-157c993cb013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14653 | 2024.11.06 00:27:00.442327 [ 286 ] {} <Trace> HTTP-Session: 0686d34a-ecce-4780-8905-157c993cb013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14654 | 2024.11.06 00:27:00.442471 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61421) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14655 | 2024.11.06 00:27:00.442527 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14656 | 2024.11.06 00:27:00.442699 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14657 | 2024.11.06 00:27:00.443029 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14658 | 2024.11.06 00:27:00.443072 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14659 | 2024.11.06 00:27:00.443467 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 14660 | 2024.11.06 00:27:00.443794 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14661 | 2024.11.06 00:27:00.443954 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001535 sec., 39087.94788273616 rows/sec., 2.63 MiB/sec. | ||
| 14662 | 2024.11.06 00:27:00.444138 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 14663 | 2024.11.06 00:27:00.444174 [ 286 ] {278dd681-0712-49dd-bcd2-54eda70081ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14664 | 2024.11.06 00:27:00.444207 [ 286 ] {} <Debug> HTTP-Session: 0686d34a-ecce-4780-8905-157c993cb013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14665 | 2024.11.06 00:27:00.444543 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61421, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14666 | 2024.11.06 00:27:02.178157 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1322 | ||
| 14667 | 2024.11.06 00:27:02.180845 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14668 | 2024.11.06 00:27:02.180904 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14669 | 2024.11.06 00:27:02.182421 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14670 | 2024.11.06 00:27:02.183483 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14671 | 2024.11.06 00:27:02.183712 [ 149 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 14672 | 2024.11.06 00:27:02.183834 [ 149 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14673 | 2024.11.06 00:27:02.183905 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14674 | 2024.11.06 00:27:02.184209 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 14675 | 2024.11.06 00:27:02.184600 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1322 | ||
| 14676 | 2024.11.06 00:27:02.185197 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14677 | 2024.11.06 00:27:02.185320 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1194 rows starting from the beginning of the part | ||
| 14678 | 2024.11.06 00:27:02.185885 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 14679 | 2024.11.06 00:27:02.186440 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 14680 | 2024.11.06 00:27:02.186937 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 14681 | 2024.11.06 00:27:02.187411 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 14682 | 2024.11.06 00:27:02.187879 [ 194 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 14683 | 2024.11.06 00:27:02.195881 [ 193 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1322 rows, containing 72 columns (72 merged, 0 gathered) in 0.011827121 sec., 111776.99120521385 rows/sec., 76.04 MiB/sec. | ||
| 14684 | 2024.11.06 00:27:02.196010 [ 149 ] {} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 14685 | 2024.11.06 00:27:02.196051 [ 149 ] {} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14686 | 2024.11.06 00:27:02.196077 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14687 | 2024.11.06 00:27:02.196322 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::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 | ||
| 14688 | 2024.11.06 00:27:02.196986 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14689 | 2024.11.06 00:27:02.197104 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 242 rows starting from the beginning of the part | ||
| 14690 | 2024.11.06 00:27:02.197371 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 14691 | 2024.11.06 00:27:02.197669 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 14692 | 2024.11.06 00:27:02.197964 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 14693 | 2024.11.06 00:27:02.198117 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 14694 | 2024.11.06 00:27:02.199460 [ 188 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 14695 | 2024.11.06 00:27:02.201362 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.005216875 sec., 57122.31939619024 rows/sec., 3.89 MiB/sec. | ||
| 14696 | 2024.11.06 00:27:02.201623 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 14697 | 2024.11.06 00:27:02.203259 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14698 | 2024.11.06 00:27:02.203555 [ 193 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_25_6} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 14699 | 2024.11.06 00:27:02.203779 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 14700 | 2024.11.06 00:27:02.204560 [ 188 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_46_9} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14701 | 2024.11.06 00:27:02.204666 [ 188 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_46_9} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 14702 | 2024.11.06 00:27:02.205021 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 14703 | 2024.11.06 00:27:05.440308 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62793, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14704 | 2024.11.06 00:27:05.440451 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14705 | 2024.11.06 00:27:05.440477 [ 287 ] {} <Debug> HTTP-Session: a3da544f-058b-431c-8b29-2fe854734c63 Authenticating user 'default' from [fd00:1122:3344:101::d]:62793 | ||
| 14706 | 2024.11.06 00:27:05.440501 [ 287 ] {} <Debug> HTTP-Session: a3da544f-058b-431c-8b29-2fe854734c63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14707 | 2024.11.06 00:27:05.440515 [ 287 ] {} <Debug> HTTP-Session: a3da544f-058b-431c-8b29-2fe854734c63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14708 | 2024.11.06 00:27:05.440565 [ 287 ] {} <Trace> HTTP-Session: a3da544f-058b-431c-8b29-2fe854734c63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14709 | 2024.11.06 00:27:05.440830 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62793) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 14710 | 2024.11.06 00:27:05.440899 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14711 | 2024.11.06 00:27:05.441232 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14712 | 2024.11.06 00:27:05.441901 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14713 | 2024.11.06 00:27:05.441947 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14714 | 2024.11.06 00:27:05.442394 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14715 | 2024.11.06 00:27:05.442784 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14716 | 2024.11.06 00:27:05.442940 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002228 sec., 121633.75224416517 rows/sec., 10.81 MiB/sec. | ||
| 14717 | 2024.11.06 00:27:05.442965 [ 145 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14718 | 2024.11.06 00:27:05.443024 [ 145 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14719 | 2024.11.06 00:27:05.443066 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14720 | 2024.11.06 00:27:05.443211 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Debug> DynamicQueryHandler: Done processing query | ||
| 14721 | 2024.11.06 00:27:05.443250 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 14722 | 2024.11.06 00:27:05.443259 [ 287 ] {9418a42a-814e-46cc-8599-264f33ff4944} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 14723 | 2024.11.06 00:27:05.443350 [ 287 ] {} <Debug> HTTP-Session: a3da544f-058b-431c-8b29-2fe854734c63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14724 | 2024.11.06 00:27:05.443514 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14725 | 2024.11.06 00:27:05.443559 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1420 rows starting from the beginning of the part | ||
| 14726 | 2024.11.06 00:27:05.443637 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14727 | 2024.11.06 00:27:05.443821 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
| 14728 | 2024.11.06 00:27:05.443931 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60483, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14729 | 2024.11.06 00:27:05.444149 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 271 rows starting from the beginning of the part | ||
| 14730 | 2024.11.06 00:27:05.444314 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14731 | 2024.11.06 00:27:05.444484 [ 304 ] {} <Debug> HTTP-Session: f34ff27f-1133-4b5f-80b0-d4524a1b38c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60483 | ||
| 14732 | 2024.11.06 00:27:05.444543 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 57 rows starting from the beginning of the part | ||
| 14733 | 2024.11.06 00:27:05.444569 [ 304 ] {} <Debug> HTTP-Session: f34ff27f-1133-4b5f-80b0-d4524a1b38c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14734 | 2024.11.06 00:27:05.444635 [ 304 ] {} <Debug> HTTP-Session: f34ff27f-1133-4b5f-80b0-d4524a1b38c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14735 | 2024.11.06 00:27:05.444852 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part | ||
| 14736 | 2024.11.06 00:27:05.444868 [ 304 ] {} <Trace> HTTP-Session: f34ff27f-1133-4b5f-80b0-d4524a1b38c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14737 | 2024.11.06 00:27:05.445036 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 271 rows starting from the beginning of the part | ||
| 14738 | 2024.11.06 00:27:05.445381 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60483) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 14739 | 2024.11.06 00:27:05.445496 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14740 | 2024.11.06 00:27:05.446358 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14741 | 2024.11.06 00:27:05.447487 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14742 | 2024.11.06 00:27:05.447579 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14743 | 2024.11.06 00:27:05.448614 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14744 | 2024.11.06 00:27:05.448707 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2131 rows, containing 5 columns (5 merged, 0 gathered) in 0.005553555 sec., 383718.1769155073 rows/sec., 33.81 MiB/sec. | ||
| 14745 | 2024.11.06 00:27:05.449046 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14746 | 2024.11.06 00:27:05.449433 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14747 | 2024.11.06 00:27:05.449913 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.00473 sec., 8668.076109936575 rows/sec., 651.80 KiB/sec. | ||
| 14748 | 2024.11.06 00:27:05.450203 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14749 | 2024.11.06 00:27:05.450549 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_91_18} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14750 | 2024.11.06 00:27:05.450826 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 14751 | 2024.11.06 00:27:05.450878 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 14752 | 2024.11.06 00:27:05.450952 [ 304 ] {9ad46c04-6b26-4800-880c-92b5adc42f4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 14753 | 2024.11.06 00:27:05.450992 [ 304 ] {} <Debug> HTTP-Session: f34ff27f-1133-4b5f-80b0-d4524a1b38c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14754 | 2024.11.06 00:27:05.451195 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14755 | 2024.11.06 00:27:05.451292 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46444, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14756 | 2024.11.06 00:27:05.451410 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14757 | 2024.11.06 00:27:05.451438 [ 290 ] {} <Debug> HTTP-Session: 78d9b691-b803-450b-9fbf-fcd8c0298980 Authenticating user 'default' from [fd00:1122:3344:101::d]:46444 | ||
| 14758 | 2024.11.06 00:27:05.451463 [ 290 ] {} <Debug> HTTP-Session: 78d9b691-b803-450b-9fbf-fcd8c0298980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14759 | 2024.11.06 00:27:05.451477 [ 290 ] {} <Debug> HTTP-Session: 78d9b691-b803-450b-9fbf-fcd8c0298980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14760 | 2024.11.06 00:27:05.451529 [ 290 ] {} <Trace> HTTP-Session: 78d9b691-b803-450b-9fbf-fcd8c0298980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14761 | 2024.11.06 00:27:05.451687 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46444) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 14762 | 2024.11.06 00:27:05.451751 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14763 | 2024.11.06 00:27:05.452069 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14764 | 2024.11.06 00:27:05.452441 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14765 | 2024.11.06 00:27:05.452483 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14766 | 2024.11.06 00:27:05.452863 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14767 | 2024.11.06 00:27:05.453242 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14768 | 2024.11.06 00:27:05.453405 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001763 sec., 7941.009642654566 rows/sec., 556.14 KiB/sec. | ||
| 14769 | 2024.11.06 00:27:05.453595 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Debug> DynamicQueryHandler: Done processing query | ||
| 14770 | 2024.11.06 00:27:05.453621 [ 290 ] {e01b9a66-3e4b-41ac-a26f-0d29dfa9d671} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14771 | 2024.11.06 00:27:05.453637 [ 290 ] {} <Debug> HTTP-Session: 78d9b691-b803-450b-9fbf-fcd8c0298980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14772 | 2024.11.06 00:27:05.453792 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14773 | 2024.11.06 00:27:05.453895 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60117, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14774 | 2024.11.06 00:27:05.453971 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14775 | 2024.11.06 00:27:05.453995 [ 304 ] {} <Debug> HTTP-Session: b538e8c0-508d-403f-b92f-bdc81ab764f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:60117 | ||
| 14776 | 2024.11.06 00:27:05.454018 [ 304 ] {} <Debug> HTTP-Session: b538e8c0-508d-403f-b92f-bdc81ab764f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14777 | 2024.11.06 00:27:05.454035 [ 304 ] {} <Debug> HTTP-Session: b538e8c0-508d-403f-b92f-bdc81ab764f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14778 | 2024.11.06 00:27:05.454085 [ 304 ] {} <Trace> HTTP-Session: b538e8c0-508d-403f-b92f-bdc81ab764f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14779 | 2024.11.06 00:27:05.454226 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60117) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 14780 | 2024.11.06 00:27:05.454285 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14781 | 2024.11.06 00:27:05.454583 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14782 | 2024.11.06 00:27:05.454930 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14783 | 2024.11.06 00:27:05.454966 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14784 | 2024.11.06 00:27:05.455351 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14785 | 2024.11.06 00:27:05.455726 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14786 | 2024.11.06 00:27:05.455849 [ 146 ] {} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 14787 | 2024.11.06 00:27:05.455860 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001676 sec., 3579.952267303103 rows/sec., 211.51 KiB/sec. | ||
| 14788 | 2024.11.06 00:27:05.455893 [ 146 ] {} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14789 | 2024.11.06 00:27:05.455930 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14790 | 2024.11.06 00:27:05.456124 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 14791 | 2024.11.06 00:27:05.456157 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Debug> DynamicQueryHandler: Done processing query | ||
| 14792 | 2024.11.06 00:27:05.456203 [ 304 ] {e37b10b8-7683-4f25-9256-3c8efa3caaa7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14793 | 2024.11.06 00:27:05.456236 [ 304 ] {} <Debug> HTTP-Session: b538e8c0-508d-403f-b92f-bdc81ab764f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14794 | 2024.11.06 00:27:05.456355 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14795 | 2024.11.06 00:27:05.456400 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 14796 | 2024.11.06 00:27:05.456515 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 14797 | 2024.11.06 00:27:05.456652 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46444, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14798 | 2024.11.06 00:27:05.456771 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14799 | 2024.11.06 00:27:05.456909 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14800 | 2024.11.06 00:27:05.456918 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 14801 | 2024.11.06 00:27:05.457011 [ 290 ] {} <Debug> HTTP-Session: 7283d97a-2714-42e5-a2e4-046a8af5757f Authenticating user 'default' from [fd00:1122:3344:101::d]:46444 | ||
| 14802 | 2024.11.06 00:27:05.457136 [ 290 ] {} <Debug> HTTP-Session: 7283d97a-2714-42e5-a2e4-046a8af5757f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14803 | 2024.11.06 00:27:05.457234 [ 290 ] {} <Debug> HTTP-Session: 7283d97a-2714-42e5-a2e4-046a8af5757f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14804 | 2024.11.06 00:27:05.457268 [ 304 ] {} <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): | ||
| 14805 | |||
| 14806 | (version 23.8.7.1) | ||
| 14807 | 2024.11.06 00:27:05.457354 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 14808 | 2024.11.06 00:27:05.457403 [ 290 ] {} <Trace> HTTP-Session: 7283d97a-2714-42e5-a2e4-046a8af5757f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14809 | 2024.11.06 00:27:05.457752 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 14810 | 2024.11.06 00:27:05.457980 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46444) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 14811 | 2024.11.06 00:27:05.458187 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14812 | 2024.11.06 00:27:05.459064 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14813 | 2024.11.06 00:27:05.460318 [ 197 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004287027 sec., 6997.8565565367335 rows/sec., 444.20 KiB/sec. | ||
| 14814 | 2024.11.06 00:27:05.460341 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14815 | 2024.11.06 00:27:05.460401 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14816 | 2024.11.06 00:27:05.460572 [ 191 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 14817 | 2024.11.06 00:27:05.461287 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14818 | 2024.11.06 00:27:05.461629 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_25_6} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14819 | 2024.11.06 00:27:05.461893 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_25_6} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 14820 | 2024.11.06 00:27:05.462056 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14821 | 2024.11.06 00:27:05.462129 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14822 | 2024.11.06 00:27:05.462306 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004605 sec., 91856.67752442998 rows/sec., 6.57 MiB/sec. | ||
| 14823 | 2024.11.06 00:27:05.462317 [ 146 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14824 | 2024.11.06 00:27:05.462409 [ 146 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14825 | 2024.11.06 00:27:05.462468 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14826 | 2024.11.06 00:27:05.462723 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 14827 | 2024.11.06 00:27:05.462776 [ 187 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 14828 | 2024.11.06 00:27:05.462788 [ 290 ] {975944ae-4c3e-4685-a59c-4cbe82ae91eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 14829 | 2024.11.06 00:27:05.462865 [ 290 ] {} <Debug> HTTP-Session: 7283d97a-2714-42e5-a2e4-046a8af5757f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14830 | 2024.11.06 00:27:05.463253 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14831 | 2024.11.06 00:27:05.463281 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55523, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14832 | 2024.11.06 00:27:05.463506 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14833 | 2024.11.06 00:27:05.463627 [ 304 ] {} <Debug> HTTP-Session: 3136c330-7cb5-4c80-9f5a-3acc8015f1d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:55523 | ||
| 14834 | 2024.11.06 00:27:05.463631 [ 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): | ||
| 14835 | |||
| 14836 | (version 23.8.7.1) | ||
| 14837 | 2024.11.06 00:27:05.463726 [ 304 ] {} <Debug> HTTP-Session: 3136c330-7cb5-4c80-9f5a-3acc8015f1d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14838 | 2024.11.06 00:27:05.463730 [ 187 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14839 | 2024.11.06 00:27:05.463785 [ 304 ] {} <Debug> HTTP-Session: 3136c330-7cb5-4c80-9f5a-3acc8015f1d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14840 | 2024.11.06 00:27:05.463888 [ 187 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part | ||
| 14841 | 2024.11.06 00:27:05.463951 [ 304 ] {} <Trace> HTTP-Session: 3136c330-7cb5-4c80-9f5a-3acc8015f1d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14842 | 2024.11.06 00:27:05.464391 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55523) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 14843 | 2024.11.06 00:27:05.464522 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14844 | 2024.11.06 00:27:05.464625 [ 187 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part | ||
| 14845 | 2024.11.06 00:27:05.464930 [ 187 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 423 rows starting from the beginning of the part | ||
| 14846 | 2024.11.06 00:27:05.465413 [ 187 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 66 rows starting from the beginning of the part | ||
| 14847 | 2024.11.06 00:27:05.465471 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14848 | 2024.11.06 00:27:05.465752 [ 187 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part | ||
| 14849 | 2024.11.06 00:27:05.466017 [ 187 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 423 rows starting from the beginning of the part | ||
| 14850 | 2024.11.06 00:27:05.466741 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14851 | 2024.11.06 00:27:05.466790 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14852 | 2024.11.06 00:27:05.467712 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14853 | 2024.11.06 00:27:05.468648 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14854 | 2024.11.06 00:27:05.468863 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004685 sec., 1280.68303094984 rows/sec., 66.91 KiB/sec. | ||
| 14855 | 2024.11.06 00:27:05.469196 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 14856 | 2024.11.06 00:27:05.469287 [ 304 ] {0e5fdc87-9121-48f2-8f03-ef02896c4a5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 14857 | 2024.11.06 00:27:05.469345 [ 304 ] {} <Debug> HTTP-Session: 3136c330-7cb5-4c80-9f5a-3acc8015f1d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14858 | 2024.11.06 00:27:05.469409 [ 187 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006821652 sec., 286587.4717736994 rows/sec., 21.94 MiB/sec. | ||
| 14859 | 2024.11.06 00:27:05.469581 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14860 | 2024.11.06 00:27:05.469596 [ 191 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14861 | 2024.11.06 00:27:05.469762 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42989, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14862 | 2024.11.06 00:27:05.469877 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14863 | 2024.11.06 00:27:05.469957 [ 290 ] {} <Debug> HTTP-Session: 3c8510cc-4e8c-40f4-8898-8a1ed2ca6b64 Authenticating user 'default' from [fd00:1122:3344:101::d]:42989 | ||
| 14864 | 2024.11.06 00:27:05.470058 [ 290 ] {} <Debug> HTTP-Session: 3c8510cc-4e8c-40f4-8898-8a1ed2ca6b64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14865 | 2024.11.06 00:27:05.470130 [ 290 ] {} <Debug> HTTP-Session: 3c8510cc-4e8c-40f4-8898-8a1ed2ca6b64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14866 | 2024.11.06 00:27:05.470257 [ 290 ] {} <Trace> HTTP-Session: 3c8510cc-4e8c-40f4-8898-8a1ed2ca6b64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14867 | 2024.11.06 00:27:05.470517 [ 191 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14868 | 2024.11.06 00:27:05.470644 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42989) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14869 | 2024.11.06 00:27:05.470691 [ 191 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_91_18} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14870 | 2024.11.06 00:27:05.470739 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14871 | 2024.11.06 00:27:05.470871 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 14872 | 2024.11.06 00:27:05.471064 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14873 | 2024.11.06 00:27:05.471499 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14874 | 2024.11.06 00:27:05.471537 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14875 | 2024.11.06 00:27:05.471953 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14876 | 2024.11.06 00:27:05.472310 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14877 | 2024.11.06 00:27:05.472469 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002052 sec., 115497.07602339181 rows/sec., 7.74 MiB/sec. | ||
| 14878 | 2024.11.06 00:27:05.472483 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14879 | 2024.11.06 00:27:05.472567 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14880 | 2024.11.06 00:27:05.472633 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14881 | 2024.11.06 00:27:05.472783 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Debug> DynamicQueryHandler: Done processing query | ||
| 14882 | 2024.11.06 00:27:05.472815 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 14883 | 2024.11.06 00:27:05.472827 [ 290 ] {9d239369-eb44-4f7d-a7b1-e6c6b64db018} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 14884 | 2024.11.06 00:27:05.472884 [ 290 ] {} <Debug> HTTP-Session: 3c8510cc-4e8c-40f4-8898-8a1ed2ca6b64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14885 | 2024.11.06 00:27:05.473015 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14886 | 2024.11.06 00:27:05.473052 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 18162 rows starting from the beginning of the part | ||
| 14887 | 2024.11.06 00:27:05.473119 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part | ||
| 14888 | 2024.11.06 00:27:05.473282 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 237 rows starting from the beginning of the part | ||
| 14889 | 2024.11.06 00:27:05.473623 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14890 | 2024.11.06 00:27:05.473632 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 129 rows starting from the beginning of the part | ||
| 14891 | 2024.11.06 00:27:05.473790 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47470, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14892 | 2024.11.06 00:27:05.473984 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
| 14893 | 2024.11.06 00:27:05.473998 [ 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): | ||
| 14894 | |||
| 14895 | (version 23.8.7.1) | ||
| 14896 | 2024.11.06 00:27:05.474129 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14897 | 2024.11.06 00:27:05.474244 [ 304 ] {} <Debug> HTTP-Session: a01d9c42-eafc-4183-ad59-1f8e0bc30948 Authenticating user 'default' from [fd00:1122:3344:101::d]:47470 | ||
| 14898 | 2024.11.06 00:27:05.474266 [ 189 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 237 rows starting from the beginning of the part | ||
| 14899 | 2024.11.06 00:27:05.474325 [ 304 ] {} <Debug> HTTP-Session: a01d9c42-eafc-4183-ad59-1f8e0bc30948 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14900 | 2024.11.06 00:27:05.474371 [ 304 ] {} <Debug> HTTP-Session: a01d9c42-eafc-4183-ad59-1f8e0bc30948 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14901 | 2024.11.06 00:27:05.474551 [ 304 ] {} <Trace> HTTP-Session: a01d9c42-eafc-4183-ad59-1f8e0bc30948 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14902 | 2024.11.06 00:27:05.474758 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47470) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 14903 | 2024.11.06 00:27:05.474849 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14904 | 2024.11.06 00:27:05.475410 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14905 | 2024.11.06 00:27:05.475850 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14906 | 2024.11.06 00:27:05.475893 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14907 | 2024.11.06 00:27:05.476517 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14908 | 2024.11.06 00:27:05.477307 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14909 | 2024.11.06 00:27:05.477715 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002995 sec., 333.889816360601 rows/sec., 22.50 KiB/sec. | ||
| 14910 | 2024.11.06 00:27:05.477972 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Debug> DynamicQueryHandler: Done processing query | ||
| 14911 | 2024.11.06 00:27:05.477998 [ 304 ] {9f212c4c-8385-4c4a-9359-c9060a454adc} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 14912 | 2024.11.06 00:27:05.478014 [ 304 ] {} <Debug> HTTP-Session: a01d9c42-eafc-4183-ad59-1f8e0bc30948 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14913 | 2024.11.06 00:27:05.478190 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47470, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14914 | 2024.11.06 00:27:05.478310 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62279, User-Agent: (none), Length: 68981, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14915 | 2024.11.06 00:27:05.478395 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14916 | 2024.11.06 00:27:05.478466 [ 290 ] {} <Debug> HTTP-Session: 6f2032ec-4854-439a-b19a-184ed3a745ce Authenticating user 'default' from [fd00:1122:3344:101::d]:62279 | ||
| 14917 | 2024.11.06 00:27:05.478550 [ 290 ] {} <Debug> HTTP-Session: 6f2032ec-4854-439a-b19a-184ed3a745ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14918 | 2024.11.06 00:27:05.478572 [ 290 ] {} <Debug> HTTP-Session: 6f2032ec-4854-439a-b19a-184ed3a745ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14919 | 2024.11.06 00:27:05.478647 [ 290 ] {} <Trace> HTTP-Session: 6f2032ec-4854-439a-b19a-184ed3a745ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14920 | 2024.11.06 00:27:05.479688 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62279) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 14921 | 2024.11.06 00:27:05.479795 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <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 | ||
| 14922 | 2024.11.06 00:27:05.480400 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14923 | 2024.11.06 00:27:05.481520 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14924 | 2024.11.06 00:27:05.481608 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14925 | 2024.11.06 00:27:05.481911 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19085 rows, containing 5 columns (5 merged, 0 gathered) in 0.009187233 sec., 2077339.2815878296 rows/sec., 141.41 MiB/sec. | ||
| 14926 | 2024.11.06 00:27:05.482317 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14927 | 2024.11.06 00:27:05.483375 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 14928 | 2024.11.06 00:27:05.483447 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14929 | 2024.11.06 00:27:05.483621 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14930 | 2024.11.06 00:27:05.483863 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. | ||
| 14931 | 2024.11.06 00:27:05.484223 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14932 | 2024.11.06 00:27:05.484459 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.005583 sec., 7343.722013254523 rows/sec., 13.16 MiB/sec. | ||
| 14933 | 2024.11.06 00:27:05.485110 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <Debug> DynamicQueryHandler: Done processing query | ||
| 14934 | 2024.11.06 00:27:05.485136 [ 290 ] {7f746f90-f309-432f-a54a-b641345b5b91} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 14935 | 2024.11.06 00:27:05.485155 [ 290 ] {} <Debug> HTTP-Session: 6f2032ec-4854-439a-b19a-184ed3a745ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14936 | 2024.11.06 00:27:05.485341 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62279, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14937 | 2024.11.06 00:27:05.485410 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54380, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14938 | 2024.11.06 00:27:05.485486 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14939 | 2024.11.06 00:27:05.485512 [ 304 ] {} <Debug> HTTP-Session: 5649a7b1-0ac4-4320-9a92-ce0ab43dc7ad Authenticating user 'default' from [fd00:1122:3344:101::d]:54380 | ||
| 14940 | 2024.11.06 00:27:05.485533 [ 304 ] {} <Debug> HTTP-Session: 5649a7b1-0ac4-4320-9a92-ce0ab43dc7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14941 | 2024.11.06 00:27:05.485550 [ 304 ] {} <Debug> HTTP-Session: 5649a7b1-0ac4-4320-9a92-ce0ab43dc7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14942 | 2024.11.06 00:27:05.485594 [ 304 ] {} <Trace> HTTP-Session: 5649a7b1-0ac4-4320-9a92-ce0ab43dc7ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14943 | 2024.11.06 00:27:05.485781 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54380) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 14944 | 2024.11.06 00:27:05.485841 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14945 | 2024.11.06 00:27:05.486028 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14946 | 2024.11.06 00:27:05.486406 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14947 | 2024.11.06 00:27:05.486447 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14948 | 2024.11.06 00:27:05.486818 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 14949 | 2024.11.06 00:27:05.487150 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14950 | 2024.11.06 00:27:05.487277 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001572 sec., 52162.849872773535 rows/sec., 3.31 MiB/sec. | ||
| 14951 | 2024.11.06 00:27:05.487280 [ 146 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 14952 | 2024.11.06 00:27:05.487341 [ 146 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14953 | 2024.11.06 00:27:05.487381 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
| 14954 | 2024.11.06 00:27:05.487474 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Debug> DynamicQueryHandler: Done processing query | ||
| 14955 | 2024.11.06 00:27:05.487495 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 14956 | 2024.11.06 00:27:05.487502 [ 304 ] {55e06433-c603-4bdb-bdf1-976001bb771f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 14957 | 2024.11.06 00:27:05.487545 [ 304 ] {} <Debug> HTTP-Session: 5649a7b1-0ac4-4320-9a92-ce0ab43dc7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14958 | 2024.11.06 00:27:05.487649 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14959 | 2024.11.06 00:27:05.487686 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4676 rows starting from the beginning of the part | ||
| 14960 | 2024.11.06 00:27:05.487790 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
| 14961 | 2024.11.06 00:27:05.488002 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 82 rows starting from the beginning of the part | ||
| 14962 | 2024.11.06 00:27:05.488181 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 48 rows starting from the beginning of the part | ||
| 14963 | 2024.11.06 00:27:05.488378 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 14964 | 2024.11.06 00:27:05.488404 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54380, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14965 | 2024.11.06 00:27:05.488661 [ 304 ] {} <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): | ||
| 14966 | |||
| 14967 | (version 23.8.7.1) | ||
| 14968 | 2024.11.06 00:27:05.488672 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
| 14969 | 2024.11.06 00:27:05.490804 [ 186 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5008 rows, containing 4 columns (4 merged, 0 gathered) in 0.003367779 sec., 1487033.442515082 rows/sec., 98.03 MiB/sec. | ||
| 14970 | 2024.11.06 00:27:05.491362 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 14971 | 2024.11.06 00:27:05.491772 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14972 | 2024.11.06 00:27:05.491862 [ 196 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_91_18} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 14973 | 2024.11.06 00:27:05.491951 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 14974 | 2024.11.06 00:27:07.753914 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14975 | 2024.11.06 00:27:07.913447 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61975, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14976 | 2024.11.06 00:27:07.980050 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39594, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14977 | 2024.11.06 00:27:08.018582 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14978 | 2024.11.06 00:27:08.057018 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35402, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14979 | 2024.11.06 00:27:08.087381 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14980 | 2024.11.06 00:27:08.094781 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14981 | 2024.11.06 00:27:08.108101 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54320, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14982 | 2024.11.06 00:27:10.432528 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46569, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 14983 | 2024.11.06 00:27:10.432666 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 14984 | 2024.11.06 00:27:10.432699 [ 283 ] {} <Debug> HTTP-Session: 86d5d6e4-c5d4-4fba-a0ad-78dfdc19a25b Authenticating user 'default' from [fd00:1122:3344:101::d]:46569 | ||
| 14985 | 2024.11.06 00:27:10.432729 [ 283 ] {} <Debug> HTTP-Session: 86d5d6e4-c5d4-4fba-a0ad-78dfdc19a25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14986 | 2024.11.06 00:27:10.432747 [ 283 ] {} <Debug> HTTP-Session: 86d5d6e4-c5d4-4fba-a0ad-78dfdc19a25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14987 | 2024.11.06 00:27:10.432809 [ 283 ] {} <Trace> HTTP-Session: 86d5d6e4-c5d4-4fba-a0ad-78dfdc19a25b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14988 | 2024.11.06 00:27:10.433011 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46569) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 14989 | 2024.11.06 00:27:10.433088 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14990 | 2024.11.06 00:27:10.433478 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 14991 | 2024.11.06 00:27:10.433955 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14992 | 2024.11.06 00:27:10.433998 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 14993 | 2024.11.06 00:27:10.434429 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14994 | 2024.11.06 00:27:10.434832 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14995 | 2024.11.06 00:27:10.435033 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002074 sec., 964.3201542912248 rows/sec., 78.63 KiB/sec. | ||
| 14996 | 2024.11.06 00:27:10.435254 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 14997 | 2024.11.06 00:27:10.435281 [ 283 ] {6bdfc08a-2a9b-4d65-b54a-32edc82a04ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 14998 | 2024.11.06 00:27:10.435298 [ 283 ] {} <Debug> HTTP-Session: 86d5d6e4-c5d4-4fba-a0ad-78dfdc19a25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 14999 | 2024.11.06 00:27:10.435505 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46569, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15000 | 2024.11.06 00:27:10.435584 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53028, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15001 | 2024.11.06 00:27:10.435700 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15002 | 2024.11.06 00:27:10.435726 [ 290 ] {} <Debug> HTTP-Session: 8cbeea58-6b36-49e6-8fe0-1f905af2e09a Authenticating user 'default' from [fd00:1122:3344:101::d]:53028 | ||
| 15003 | 2024.11.06 00:27:10.435751 [ 290 ] {} <Debug> HTTP-Session: 8cbeea58-6b36-49e6-8fe0-1f905af2e09a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15004 | 2024.11.06 00:27:10.435766 [ 290 ] {} <Debug> HTTP-Session: 8cbeea58-6b36-49e6-8fe0-1f905af2e09a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15005 | 2024.11.06 00:27:10.435821 [ 290 ] {} <Trace> HTTP-Session: 8cbeea58-6b36-49e6-8fe0-1f905af2e09a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15006 | 2024.11.06 00:27:10.436019 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53028) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15007 | 2024.11.06 00:27:10.436088 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15008 | 2024.11.06 00:27:10.436433 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15009 | 2024.11.06 00:27:10.436892 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15010 | 2024.11.06 00:27:10.436936 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15011 | 2024.11.06 00:27:10.437371 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15012 | 2024.11.06 00:27:10.437759 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15013 | 2024.11.06 00:27:10.437932 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001979 sec., 28802.425467407782 rows/sec., 2.20 MiB/sec. | ||
| 15014 | 2024.11.06 00:27:10.438147 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15015 | 2024.11.06 00:27:10.438175 [ 290 ] {4321f1e4-f80a-48a3-b064-e5a5de0ceba5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 15016 | 2024.11.06 00:27:10.438193 [ 290 ] {} <Debug> HTTP-Session: 8cbeea58-6b36-49e6-8fe0-1f905af2e09a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15017 | 2024.11.06 00:27:10.438372 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15018 | 2024.11.06 00:27:10.438439 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:55687, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15019 | 2024.11.06 00:27:10.438514 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15020 | 2024.11.06 00:27:10.438538 [ 283 ] {} <Debug> HTTP-Session: 6fb2e97c-7aab-44b8-8782-bcd001d4e42b Authenticating user 'default' from [fd00:1122:3344:101::d]:55687 | ||
| 15021 | 2024.11.06 00:27:10.438557 [ 283 ] {} <Debug> HTTP-Session: 6fb2e97c-7aab-44b8-8782-bcd001d4e42b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15022 | 2024.11.06 00:27:10.438571 [ 283 ] {} <Debug> HTTP-Session: 6fb2e97c-7aab-44b8-8782-bcd001d4e42b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15023 | 2024.11.06 00:27:10.438612 [ 283 ] {} <Trace> HTTP-Session: 6fb2e97c-7aab-44b8-8782-bcd001d4e42b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15024 | 2024.11.06 00:27:10.438724 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:55687) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15025 | 2024.11.06 00:27:10.438773 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15026 | 2024.11.06 00:27:10.439039 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15027 | 2024.11.06 00:27:10.439372 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15028 | 2024.11.06 00:27:10.439408 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15029 | 2024.11.06 00:27:10.439942 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 15030 | 2024.11.06 00:27:10.440307 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15031 | 2024.11.06 00:27:10.440479 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001778 sec., 1124.859392575928 rows/sec., 78.54 KiB/sec. | ||
| 15032 | 2024.11.06 00:27:10.440655 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Debug> DynamicQueryHandler: Done processing query | ||
| 15033 | 2024.11.06 00:27:10.440679 [ 283 ] {d99ed4e0-0a99-4437-ad61-44577c474d39} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15034 | 2024.11.06 00:27:10.440695 [ 283 ] {} <Debug> HTTP-Session: 6fb2e97c-7aab-44b8-8782-bcd001d4e42b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15035 | 2024.11.06 00:27:10.440863 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55687, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15036 | 2024.11.06 00:27:10.440962 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39505, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15037 | 2024.11.06 00:27:10.441045 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15038 | 2024.11.06 00:27:10.441071 [ 290 ] {} <Debug> HTTP-Session: a22a9e23-cad7-4619-aed5-3f54a7f1438f Authenticating user 'default' from [fd00:1122:3344:101::d]:39505 | ||
| 15039 | 2024.11.06 00:27:10.441095 [ 290 ] {} <Debug> HTTP-Session: a22a9e23-cad7-4619-aed5-3f54a7f1438f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15040 | 2024.11.06 00:27:10.441113 [ 290 ] {} <Debug> HTTP-Session: a22a9e23-cad7-4619-aed5-3f54a7f1438f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15041 | 2024.11.06 00:27:10.441162 [ 290 ] {} <Trace> HTTP-Session: a22a9e23-cad7-4619-aed5-3f54a7f1438f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15042 | 2024.11.06 00:27:10.441333 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39505) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15043 | 2024.11.06 00:27:10.441392 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15044 | 2024.11.06 00:27:10.441698 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15045 | 2024.11.06 00:27:10.442090 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15046 | 2024.11.06 00:27:10.442129 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15047 | 2024.11.06 00:27:10.442504 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15048 | 2024.11.06 00:27:10.442886 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15049 | 2024.11.06 00:27:10.443042 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001766 sec., 37372.593431483576 rows/sec., 2.92 MiB/sec. | ||
| 15050 | 2024.11.06 00:27:10.443255 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15051 | 2024.11.06 00:27:10.443293 [ 290 ] {5c5d68aa-5bed-48fd-a753-e681182227e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15052 | 2024.11.06 00:27:10.443327 [ 290 ] {} <Debug> HTTP-Session: a22a9e23-cad7-4619-aed5-3f54a7f1438f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15053 | 2024.11.06 00:27:10.443530 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15054 | 2024.11.06 00:27:10.443643 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60127, User-Agent: (none), Length: 24720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15055 | 2024.11.06 00:27:10.443713 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15056 | 2024.11.06 00:27:10.443738 [ 283 ] {} <Debug> HTTP-Session: 74ed1908-506e-472d-b0df-ee807755f067 Authenticating user 'default' from [fd00:1122:3344:101::d]:60127 | ||
| 15057 | 2024.11.06 00:27:10.443760 [ 283 ] {} <Debug> HTTP-Session: 74ed1908-506e-472d-b0df-ee807755f067 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15058 | 2024.11.06 00:27:10.443777 [ 283 ] {} <Debug> HTTP-Session: 74ed1908-506e-472d-b0df-ee807755f067 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15059 | 2024.11.06 00:27:10.443823 [ 283 ] {} <Trace> HTTP-Session: 74ed1908-506e-472d-b0df-ee807755f067 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15060 | 2024.11.06 00:27:10.444006 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60127) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15061 | 2024.11.06 00:27:10.444066 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15062 | 2024.11.06 00:27:10.444280 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15063 | 2024.11.06 00:27:10.444697 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15064 | 2024.11.06 00:27:10.444733 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15065 | 2024.11.06 00:27:10.445126 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15066 | 2024.11.06 00:27:10.445465 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15067 | 2024.11.06 00:27:10.445621 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001696 sec., 76061.32075471697 rows/sec., 5.30 MiB/sec. | ||
| 15068 | 2024.11.06 00:27:10.445806 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Debug> DynamicQueryHandler: Done processing query | ||
| 15069 | 2024.11.06 00:27:10.445839 [ 283 ] {0795ef71-d9f9-4721-a07a-4ac46fbb3c33} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15070 | 2024.11.06 00:27:10.445856 [ 283 ] {} <Debug> HTTP-Session: 74ed1908-506e-472d-b0df-ee807755f067 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15071 | 2024.11.06 00:27:10.446032 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39505, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15072 | 2024.11.06 00:27:10.446052 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60127, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15073 | 2024.11.06 00:27:10.446124 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15074 | 2024.11.06 00:27:10.446160 [ 290 ] {} <Debug> HTTP-Session: 1c2b179e-1e47-4791-b3ee-1e8eb68efaa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:39505 | ||
| 15075 | 2024.11.06 00:27:10.446184 [ 290 ] {} <Debug> HTTP-Session: 1c2b179e-1e47-4791-b3ee-1e8eb68efaa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15076 | 2024.11.06 00:27:10.446208 [ 290 ] {} <Debug> HTTP-Session: 1c2b179e-1e47-4791-b3ee-1e8eb68efaa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15077 | 2024.11.06 00:27:10.446267 [ 290 ] {} <Trace> HTTP-Session: 1c2b179e-1e47-4791-b3ee-1e8eb68efaa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15078 | 2024.11.06 00:27:10.446427 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39505) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15079 | 2024.11.06 00:27:10.446488 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15080 | 2024.11.06 00:27:10.446670 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15081 | 2024.11.06 00:27:10.446991 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15082 | 2024.11.06 00:27:10.447028 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15083 | 2024.11.06 00:27:10.447404 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 15084 | 2024.11.06 00:27:10.447728 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15085 | 2024.11.06 00:27:10.447880 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001512 sec., 31746.031746031746 rows/sec., 2.14 MiB/sec. | ||
| 15086 | 2024.11.06 00:27:10.448057 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Debug> DynamicQueryHandler: Done processing query | ||
| 15087 | 2024.11.06 00:27:10.448082 [ 290 ] {34bead4f-5b43-4b41-89c1-cba401774867} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15088 | 2024.11.06 00:27:10.448098 [ 290 ] {} <Debug> HTTP-Session: 1c2b179e-1e47-4791-b3ee-1e8eb68efaa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15089 | 2024.11.06 00:27:10.448323 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39505, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15090 | 2024.11.06 00:27:11.740364 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15091 | 2024.11.06 00:27:11.740445 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15092 | 2024.11.06 00:27:12.001516 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.0010058 sec. | ||
| 15093 | 2024.11.06 00:27:12.185651 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1354 | ||
| 15094 | 2024.11.06 00:27:12.188666 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15095 | 2024.11.06 00:27:12.188722 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15096 | 2024.11.06 00:27:12.190300 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 15097 | 2024.11.06 00:27:12.191312 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15098 | 2024.11.06 00:27:12.192869 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1354 | ||
| 15099 | 2024.11.06 00:27:15.433708 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34299, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15100 | 2024.11.06 00:27:15.433842 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15101 | 2024.11.06 00:27:15.433865 [ 290 ] {} <Debug> HTTP-Session: 98437c9d-4791-4250-887e-33f5d8fe02ea Authenticating user 'default' from [fd00:1122:3344:101::d]:34299 | ||
| 15102 | 2024.11.06 00:27:15.433889 [ 290 ] {} <Debug> HTTP-Session: 98437c9d-4791-4250-887e-33f5d8fe02ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15103 | 2024.11.06 00:27:15.433903 [ 290 ] {} <Debug> HTTP-Session: 98437c9d-4791-4250-887e-33f5d8fe02ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15104 | 2024.11.06 00:27:15.433953 [ 290 ] {} <Trace> HTTP-Session: 98437c9d-4791-4250-887e-33f5d8fe02ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15105 | 2024.11.06 00:27:15.434155 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34299) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15106 | 2024.11.06 00:27:15.434224 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15107 | 2024.11.06 00:27:15.434575 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15108 | 2024.11.06 00:27:15.435071 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15109 | 2024.11.06 00:27:15.435119 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15110 | 2024.11.06 00:27:15.435550 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15111 | 2024.11.06 00:27:15.435966 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15112 | 2024.11.06 00:27:15.436145 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.09 MiB/sec. | ||
| 15113 | 2024.11.06 00:27:15.436384 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Debug> DynamicQueryHandler: Done processing query | ||
| 15114 | 2024.11.06 00:27:15.436412 [ 290 ] {d43a086c-c02f-4a7f-93eb-0c5b59cbbafc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15115 | 2024.11.06 00:27:15.436429 [ 290 ] {} <Debug> HTTP-Session: 98437c9d-4791-4250-887e-33f5d8fe02ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15116 | 2024.11.06 00:27:15.436631 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15117 | 2024.11.06 00:27:15.436733 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46864, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15118 | 2024.11.06 00:27:15.436841 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15119 | 2024.11.06 00:27:15.436866 [ 283 ] {} <Debug> HTTP-Session: bf841e78-538b-4a7e-a52a-bbcb89774366 Authenticating user 'default' from [fd00:1122:3344:101::d]:46864 | ||
| 15120 | 2024.11.06 00:27:15.436891 [ 283 ] {} <Debug> HTTP-Session: bf841e78-538b-4a7e-a52a-bbcb89774366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15121 | 2024.11.06 00:27:15.436906 [ 283 ] {} <Debug> HTTP-Session: bf841e78-538b-4a7e-a52a-bbcb89774366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15122 | 2024.11.06 00:27:15.436960 [ 283 ] {} <Trace> HTTP-Session: bf841e78-538b-4a7e-a52a-bbcb89774366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15123 | 2024.11.06 00:27:15.437168 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46864) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15124 | 2024.11.06 00:27:15.437238 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15125 | 2024.11.06 00:27:15.437589 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15126 | 2024.11.06 00:27:15.438038 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15127 | 2024.11.06 00:27:15.438086 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15128 | 2024.11.06 00:27:15.438525 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15129 | 2024.11.06 00:27:15.438932 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15130 | 2024.11.06 00:27:15.439117 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002021 sec., 31667.49134092034 rows/sec., 2.47 MiB/sec. | ||
| 15131 | 2024.11.06 00:27:15.439351 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15132 | 2024.11.06 00:27:15.439379 [ 283 ] {6b796b13-fbed-4976-aad7-29fb4df8124b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15133 | 2024.11.06 00:27:15.439396 [ 283 ] {} <Debug> HTTP-Session: bf841e78-538b-4a7e-a52a-bbcb89774366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15134 | 2024.11.06 00:27:15.439643 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46864, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15135 | 2024.11.06 00:27:15.439700 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34299, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15136 | 2024.11.06 00:27:15.439790 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15137 | 2024.11.06 00:27:15.439813 [ 290 ] {} <Debug> HTTP-Session: 5b7a09e3-9dfe-4299-b7e8-88e9cc3039a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34299 | ||
| 15138 | 2024.11.06 00:27:15.439836 [ 290 ] {} <Debug> HTTP-Session: 5b7a09e3-9dfe-4299-b7e8-88e9cc3039a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15139 | 2024.11.06 00:27:15.439850 [ 290 ] {} <Debug> HTTP-Session: 5b7a09e3-9dfe-4299-b7e8-88e9cc3039a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15140 | 2024.11.06 00:27:15.439894 [ 290 ] {} <Trace> HTTP-Session: 5b7a09e3-9dfe-4299-b7e8-88e9cc3039a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15141 | 2024.11.06 00:27:15.440076 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34299) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15142 | 2024.11.06 00:27:15.440132 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15143 | 2024.11.06 00:27:15.440324 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15144 | 2024.11.06 00:27:15.440759 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15145 | 2024.11.06 00:27:15.440807 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15146 | 2024.11.06 00:27:15.441303 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15147 | 2024.11.06 00:27:15.441674 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15148 | 2024.11.06 00:27:15.441822 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001831 sec., 87383.94320043692 rows/sec., 6.09 MiB/sec. | ||
| 15149 | 2024.11.06 00:27:15.442072 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15150 | 2024.11.06 00:27:15.442137 [ 290 ] {7f62e54e-757f-4987-88a5-3ae431f871f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15151 | 2024.11.06 00:27:15.442199 [ 290 ] {} <Debug> HTTP-Session: 5b7a09e3-9dfe-4299-b7e8-88e9cc3039a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15152 | 2024.11.06 00:27:15.442469 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34299, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15153 | 2024.11.06 00:27:15.442534 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48989, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15154 | 2024.11.06 00:27:15.442613 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15155 | 2024.11.06 00:27:15.442637 [ 283 ] {} <Debug> HTTP-Session: d67727bb-d3bb-43b9-9248-8a7c73b9a25b Authenticating user 'default' from [fd00:1122:3344:101::d]:48989 | ||
| 15156 | 2024.11.06 00:27:15.442657 [ 283 ] {} <Debug> HTTP-Session: d67727bb-d3bb-43b9-9248-8a7c73b9a25b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15157 | 2024.11.06 00:27:15.442672 [ 283 ] {} <Debug> HTTP-Session: d67727bb-d3bb-43b9-9248-8a7c73b9a25b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15158 | 2024.11.06 00:27:15.442722 [ 283 ] {} <Trace> HTTP-Session: d67727bb-d3bb-43b9-9248-8a7c73b9a25b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15159 | 2024.11.06 00:27:15.442901 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48989) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15160 | 2024.11.06 00:27:15.442963 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15161 | 2024.11.06 00:27:15.443159 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15162 | 2024.11.06 00:27:15.443521 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15163 | 2024.11.06 00:27:15.443567 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15164 | 2024.11.06 00:27:15.443998 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 15165 | 2024.11.06 00:27:15.444328 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15166 | 2024.11.06 00:27:15.444486 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001653 sec., 36297.640653357535 rows/sec., 2.45 MiB/sec. | ||
| 15167 | 2024.11.06 00:27:15.444690 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Debug> DynamicQueryHandler: Done processing query | ||
| 15168 | 2024.11.06 00:27:15.444717 [ 283 ] {376c78c8-26e4-4fae-867c-caf878a68019} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15169 | 2024.11.06 00:27:15.444733 [ 283 ] {} <Debug> HTTP-Session: d67727bb-d3bb-43b9-9248-8a7c73b9a25b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15170 | 2024.11.06 00:27:15.444984 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15171 | 2024.11.06 00:27:16.656876 [ 136 ] {} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 15172 | 2024.11.06 00:27:16.656937 [ 136 ] {} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15173 | 2024.11.06 00:27:16.656959 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15174 | 2024.11.06 00:27:16.657154 [ 198 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 15175 | 2024.11.06 00:27:16.657389 [ 198 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15176 | 2024.11.06 00:27:16.657430 [ 198 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 15177 | 2024.11.06 00:27:16.657507 [ 198 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 15178 | 2024.11.06 00:27:16.657717 [ 198 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 15179 | 2024.11.06 00:27:16.657961 [ 198 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 15180 | 2024.11.06 00:27:16.658101 [ 198 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 15181 | 2024.11.06 00:27:16.659290 [ 195 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002245516 sec., 66799.79122838582 rows/sec., 3.41 MiB/sec. | ||
| 15182 | 2024.11.06 00:27:16.659587 [ 195 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 15183 | 2024.11.06 00:27:16.660136 [ 195 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_25_6} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15184 | 2024.11.06 00:27:16.660230 [ 195 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_25_6} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 15185 | 2024.11.06 00:27:16.660336 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 15186 | 2024.11.06 00:27:18.686331 [ 134 ] {} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 15187 | 2024.11.06 00:27:18.686460 [ 134 ] {} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15188 | 2024.11.06 00:27:18.686503 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15189 | 2024.11.06 00:27:18.686735 [ 190 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 15190 | 2024.11.06 00:27:18.687002 [ 190 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15191 | 2024.11.06 00:27:18.687045 [ 190 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 21 rows starting from the beginning of the part | ||
| 15192 | 2024.11.06 00:27:18.687143 [ 190 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 15193 | 2024.11.06 00:27:18.687382 [ 190 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 15194 | 2024.11.06 00:27:18.687585 [ 190 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 15195 | 2024.11.06 00:27:18.687728 [ 190 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 15196 | 2024.11.06 00:27:18.688870 [ 190 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.002268327 sec., 11021.338634156362 rows/sec., 742.65 KiB/sec. | ||
| 15197 | 2024.11.06 00:27:18.689043 [ 192 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 15198 | 2024.11.06 00:27:18.689518 [ 192 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15199 | 2024.11.06 00:27:18.689610 [ 192 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_25_6} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 15200 | 2024.11.06 00:27:18.689716 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15201 | 2024.11.06 00:27:19.789499 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15202 | 2024.11.06 00:27:20.045528 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34043, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15203 | 2024.11.06 00:27:20.128677 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44816, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15204 | 2024.11.06 00:27:20.344446 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15205 | 2024.11.06 00:27:20.383025 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:59989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15206 | 2024.11.06 00:27:20.388510 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64139, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15207 | 2024.11.06 00:27:20.433846 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62194, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15208 | 2024.11.06 00:27:20.439403 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60942, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15209 | 2024.11.06 00:27:20.441180 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53152, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15210 | 2024.11.06 00:27:20.441255 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15211 | 2024.11.06 00:27:20.441278 [ 304 ] {} <Debug> HTTP-Session: 179b31aa-cc59-4205-88b4-02bb81d6aa00 Authenticating user 'default' from [fd00:1122:3344:101::d]:53152 | ||
| 15212 | 2024.11.06 00:27:20.441300 [ 304 ] {} <Debug> HTTP-Session: 179b31aa-cc59-4205-88b4-02bb81d6aa00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15213 | 2024.11.06 00:27:20.441315 [ 304 ] {} <Debug> HTTP-Session: 179b31aa-cc59-4205-88b4-02bb81d6aa00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15214 | 2024.11.06 00:27:20.441363 [ 304 ] {} <Trace> HTTP-Session: 179b31aa-cc59-4205-88b4-02bb81d6aa00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15215 | 2024.11.06 00:27:20.441619 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53152) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15216 | 2024.11.06 00:27:20.441687 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15217 | 2024.11.06 00:27:20.442025 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15218 | 2024.11.06 00:27:20.442775 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15219 | 2024.11.06 00:27:20.442815 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15220 | 2024.11.06 00:27:20.443249 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15221 | 2024.11.06 00:27:20.443638 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15222 | 2024.11.06 00:27:20.443821 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002314 sec., 117113.22385479689 rows/sec., 10.41 MiB/sec. | ||
| 15223 | 2024.11.06 00:27:20.444136 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Debug> DynamicQueryHandler: Done processing query | ||
| 15224 | 2024.11.06 00:27:20.444197 [ 304 ] {fa1d63f0-8086-4fa5-9eea-f88cfcf5f660} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15225 | 2024.11.06 00:27:20.444257 [ 304 ] {} <Debug> HTTP-Session: 179b31aa-cc59-4205-88b4-02bb81d6aa00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15226 | 2024.11.06 00:27:20.444528 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15227 | 2024.11.06 00:27:20.444650 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64469, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15228 | 2024.11.06 00:27:20.444777 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15229 | 2024.11.06 00:27:20.444806 [ 290 ] {} <Debug> HTTP-Session: 2d506c81-152e-4787-8f84-17e13783fb9d Authenticating user 'default' from [fd00:1122:3344:101::d]:64469 | ||
| 15230 | 2024.11.06 00:27:20.444832 [ 290 ] {} <Debug> HTTP-Session: 2d506c81-152e-4787-8f84-17e13783fb9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15231 | 2024.11.06 00:27:20.444850 [ 290 ] {} <Debug> HTTP-Session: 2d506c81-152e-4787-8f84-17e13783fb9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15232 | 2024.11.06 00:27:20.444909 [ 290 ] {} <Trace> HTTP-Session: 2d506c81-152e-4787-8f84-17e13783fb9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15233 | 2024.11.06 00:27:20.445124 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64469) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15234 | 2024.11.06 00:27:20.445200 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15235 | 2024.11.06 00:27:20.445598 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15236 | 2024.11.06 00:27:20.446026 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15237 | 2024.11.06 00:27:20.446073 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15238 | 2024.11.06 00:27:20.446495 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15239 | 2024.11.06 00:27:20.446888 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15240 | 2024.11.06 00:27:20.447069 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002011 sec., 20387.86673296867 rows/sec., 1.50 MiB/sec. | ||
| 15241 | 2024.11.06 00:27:20.447760 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Debug> DynamicQueryHandler: Done processing query | ||
| 15242 | 2024.11.06 00:27:20.447865 [ 290 ] {7ca1c13d-90b9-4dca-bf27-838df6645888} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15243 | 2024.11.06 00:27:20.447950 [ 290 ] {} <Debug> HTTP-Session: 2d506c81-152e-4787-8f84-17e13783fb9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15244 | 2024.11.06 00:27:20.448375 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64469, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15245 | 2024.11.06 00:27:20.448429 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53152, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15246 | 2024.11.06 00:27:20.448563 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15247 | 2024.11.06 00:27:20.448623 [ 304 ] {} <Debug> HTTP-Session: aa3aef2c-bbea-40a9-a9db-167205a69415 Authenticating user 'default' from [fd00:1122:3344:101::d]:53152 | ||
| 15248 | 2024.11.06 00:27:20.448671 [ 304 ] {} <Debug> HTTP-Session: aa3aef2c-bbea-40a9-a9db-167205a69415 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15249 | 2024.11.06 00:27:20.448699 [ 304 ] {} <Debug> HTTP-Session: aa3aef2c-bbea-40a9-a9db-167205a69415 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15250 | 2024.11.06 00:27:20.448771 [ 304 ] {} <Trace> HTTP-Session: aa3aef2c-bbea-40a9-a9db-167205a69415 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15251 | 2024.11.06 00:27:20.448951 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53152) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15252 | 2024.11.06 00:27:20.449002 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15253 | 2024.11.06 00:27:20.449279 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15254 | 2024.11.06 00:27:20.449611 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15255 | 2024.11.06 00:27:20.449649 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15256 | 2024.11.06 00:27:20.450018 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15257 | 2024.11.06 00:27:20.450383 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15258 | 2024.11.06 00:27:20.450551 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 15259 | 2024.11.06 00:27:20.450733 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Debug> DynamicQueryHandler: Done processing query | ||
| 15260 | 2024.11.06 00:27:20.450756 [ 304 ] {858fe7ba-1fde-4b68-9bda-033a00ffd500} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15261 | 2024.11.06 00:27:20.450772 [ 304 ] {} <Debug> HTTP-Session: aa3aef2c-bbea-40a9-a9db-167205a69415 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15262 | 2024.11.06 00:27:20.450903 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15263 | 2024.11.06 00:27:20.451011 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47375, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15264 | 2024.11.06 00:27:20.451089 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15265 | 2024.11.06 00:27:20.451113 [ 290 ] {} <Debug> HTTP-Session: a453ca40-7655-48a8-a06b-e3ea3fbcd986 Authenticating user 'default' from [fd00:1122:3344:101::d]:47375 | ||
| 15266 | 2024.11.06 00:27:20.451136 [ 290 ] {} <Debug> HTTP-Session: a453ca40-7655-48a8-a06b-e3ea3fbcd986 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15267 | 2024.11.06 00:27:20.451152 [ 290 ] {} <Debug> HTTP-Session: a453ca40-7655-48a8-a06b-e3ea3fbcd986 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15268 | 2024.11.06 00:27:20.451198 [ 290 ] {} <Trace> HTTP-Session: a453ca40-7655-48a8-a06b-e3ea3fbcd986 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15269 | 2024.11.06 00:27:20.451334 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47375) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15270 | 2024.11.06 00:27:20.451392 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15271 | 2024.11.06 00:27:20.451717 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15272 | 2024.11.06 00:27:20.452068 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15273 | 2024.11.06 00:27:20.452107 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15274 | 2024.11.06 00:27:20.452472 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 15275 | 2024.11.06 00:27:20.452851 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15276 | 2024.11.06 00:27:20.453015 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001721 sec., 3486.3451481696684 rows/sec., 205.98 KiB/sec. | ||
| 15277 | 2024.11.06 00:27:20.453197 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 15278 | 2024.11.06 00:27:20.453221 [ 290 ] {d0e08d3f-07af-4557-9c05-62a4c78891aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15279 | 2024.11.06 00:27:20.453237 [ 290 ] {} <Debug> HTTP-Session: a453ca40-7655-48a8-a06b-e3ea3fbcd986 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15280 | 2024.11.06 00:27:20.453513 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47375, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15281 | 2024.11.06 00:27:20.453569 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53152, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15282 | 2024.11.06 00:27:20.453661 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15283 | 2024.11.06 00:27:20.453692 [ 304 ] {} <Debug> HTTP-Session: 90893f12-53bd-4cd5-b413-74b13889b28e Authenticating user 'default' from [fd00:1122:3344:101::d]:53152 | ||
| 15284 | 2024.11.06 00:27:20.453714 [ 304 ] {} <Debug> HTTP-Session: 90893f12-53bd-4cd5-b413-74b13889b28e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15285 | 2024.11.06 00:27:20.453731 [ 304 ] {} <Debug> HTTP-Session: 90893f12-53bd-4cd5-b413-74b13889b28e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15286 | 2024.11.06 00:27:20.453774 [ 304 ] {} <Trace> HTTP-Session: 90893f12-53bd-4cd5-b413-74b13889b28e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15287 | 2024.11.06 00:27:20.454011 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53152) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15288 | 2024.11.06 00:27:20.454058 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15289 | 2024.11.06 00:27:20.454320 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15290 | 2024.11.06 00:27:20.454921 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15291 | 2024.11.06 00:27:20.454958 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15292 | 2024.11.06 00:27:20.455335 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15293 | 2024.11.06 00:27:20.455691 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15294 | 2024.11.06 00:27:20.455851 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00196 sec., 215816.32653061225 rows/sec., 15.43 MiB/sec. | ||
| 15295 | 2024.11.06 00:27:20.456034 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15296 | 2024.11.06 00:27:20.456058 [ 304 ] {714445f3-e5da-4dda-b525-930251df389e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 15297 | 2024.11.06 00:27:20.456073 [ 304 ] {} <Debug> HTTP-Session: 90893f12-53bd-4cd5-b413-74b13889b28e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15298 | 2024.11.06 00:27:20.456256 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53152, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15299 | 2024.11.06 00:27:20.456320 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32805, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15300 | 2024.11.06 00:27:20.456393 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15301 | 2024.11.06 00:27:20.456418 [ 290 ] {} <Debug> HTTP-Session: 2d05a2bf-ac81-4b34-b4d6-e95968fe4b3b Authenticating user 'default' from [fd00:1122:3344:101::d]:32805 | ||
| 15302 | 2024.11.06 00:27:20.456438 [ 290 ] {} <Debug> HTTP-Session: 2d05a2bf-ac81-4b34-b4d6-e95968fe4b3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15303 | 2024.11.06 00:27:20.456452 [ 290 ] {} <Debug> HTTP-Session: 2d05a2bf-ac81-4b34-b4d6-e95968fe4b3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15304 | 2024.11.06 00:27:20.456493 [ 290 ] {} <Trace> HTTP-Session: 2d05a2bf-ac81-4b34-b4d6-e95968fe4b3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15305 | 2024.11.06 00:27:20.456609 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32805) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15306 | 2024.11.06 00:27:20.456660 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15307 | 2024.11.06 00:27:20.456826 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15308 | 2024.11.06 00:27:20.457120 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15309 | 2024.11.06 00:27:20.457158 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15310 | 2024.11.06 00:27:20.457525 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 15311 | 2024.11.06 00:27:20.457864 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15312 | 2024.11.06 00:27:20.458037 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec. | ||
| 15313 | 2024.11.06 00:27:20.458254 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15314 | 2024.11.06 00:27:20.458280 [ 290 ] {14e9b3d4-d912-49c5-9f43-267c9c13566d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15315 | 2024.11.06 00:27:20.458296 [ 290 ] {} <Debug> HTTP-Session: 2d05a2bf-ac81-4b34-b4d6-e95968fe4b3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15316 | 2024.11.06 00:27:20.458508 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15317 | 2024.11.06 00:27:20.458710 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41273, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15318 | 2024.11.06 00:27:20.458817 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15319 | 2024.11.06 00:27:20.458854 [ 304 ] {} <Debug> HTTP-Session: a644f386-d53e-4b61-bbf1-d71131fcd8f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:41273 | ||
| 15320 | 2024.11.06 00:27:20.458889 [ 304 ] {} <Debug> HTTP-Session: a644f386-d53e-4b61-bbf1-d71131fcd8f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15321 | 2024.11.06 00:27:20.458915 [ 304 ] {} <Debug> HTTP-Session: a644f386-d53e-4b61-bbf1-d71131fcd8f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15322 | 2024.11.06 00:27:20.458955 [ 304 ] {} <Trace> HTTP-Session: a644f386-d53e-4b61-bbf1-d71131fcd8f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15323 | 2024.11.06 00:27:20.459165 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41273) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15324 | 2024.11.06 00:27:20.459215 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15325 | 2024.11.06 00:27:20.459398 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15326 | 2024.11.06 00:27:20.459839 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15327 | 2024.11.06 00:27:20.459876 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15328 | 2024.11.06 00:27:20.460269 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15329 | 2024.11.06 00:27:20.460619 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15330 | 2024.11.06 00:27:20.460768 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00172 sec., 137790.6976744186 rows/sec., 9.24 MiB/sec. | ||
| 15331 | 2024.11.06 00:27:20.460950 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 15332 | 2024.11.06 00:27:20.460974 [ 304 ] {417a5b9d-6eba-47ea-91db-cf0e2486ad0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 15333 | 2024.11.06 00:27:20.460990 [ 304 ] {} <Debug> HTTP-Session: a644f386-d53e-4b61-bbf1-d71131fcd8f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15334 | 2024.11.06 00:27:20.461214 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41273, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15335 | 2024.11.06 00:27:20.461218 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:32805, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15336 | 2024.11.06 00:27:20.461322 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15337 | 2024.11.06 00:27:20.461346 [ 290 ] {} <Debug> HTTP-Session: 2126b644-1493-43fe-be79-03f1439d26a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:32805 | ||
| 15338 | 2024.11.06 00:27:20.461381 [ 290 ] {} <Debug> HTTP-Session: 2126b644-1493-43fe-be79-03f1439d26a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15339 | 2024.11.06 00:27:20.461405 [ 290 ] {} <Debug> HTTP-Session: 2126b644-1493-43fe-be79-03f1439d26a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15340 | 2024.11.06 00:27:20.461451 [ 290 ] {} <Trace> HTTP-Session: 2126b644-1493-43fe-be79-03f1439d26a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15341 | 2024.11.06 00:27:20.461580 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:32805) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15342 | 2024.11.06 00:27:20.461639 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15343 | 2024.11.06 00:27:20.461831 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15344 | 2024.11.06 00:27:20.462106 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15345 | 2024.11.06 00:27:20.462141 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15346 | 2024.11.06 00:27:20.462504 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 15347 | 2024.11.06 00:27:20.462830 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15348 | 2024.11.06 00:27:20.462993 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001435 sec., 696.8641114982578 rows/sec., 46.96 KiB/sec. | ||
| 15349 | 2024.11.06 00:27:20.463168 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Debug> DynamicQueryHandler: Done processing query | ||
| 15350 | 2024.11.06 00:27:20.463192 [ 290 ] {ad26bdf7-41cf-45bc-b74f-0cad9d29ee28} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15351 | 2024.11.06 00:27:20.463208 [ 290 ] {} <Debug> HTTP-Session: 2126b644-1493-43fe-be79-03f1439d26a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15352 | 2024.11.06 00:27:20.463405 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:32805, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15353 | 2024.11.06 00:27:20.463564 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45862, User-Agent: (none), Length: 68994, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15354 | 2024.11.06 00:27:20.463680 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15355 | 2024.11.06 00:27:20.463718 [ 304 ] {} <Debug> HTTP-Session: 26bb895c-0eb3-4638-93a7-b9b946d48acf Authenticating user 'default' from [fd00:1122:3344:101::d]:45862 | ||
| 15356 | 2024.11.06 00:27:20.463751 [ 304 ] {} <Debug> HTTP-Session: 26bb895c-0eb3-4638-93a7-b9b946d48acf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15357 | 2024.11.06 00:27:20.463777 [ 304 ] {} <Debug> HTTP-Session: 26bb895c-0eb3-4638-93a7-b9b946d48acf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15358 | 2024.11.06 00:27:20.463842 [ 304 ] {} <Trace> HTTP-Session: 26bb895c-0eb3-4638-93a7-b9b946d48acf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15359 | 2024.11.06 00:27:20.464293 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45862) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15360 | 2024.11.06 00:27:20.464371 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <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 | ||
| 15361 | 2024.11.06 00:27:20.464848 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15362 | 2024.11.06 00:27:20.465693 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15363 | 2024.11.06 00:27:20.465729 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15364 | 2024.11.06 00:27:20.466397 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 15365 | 2024.11.06 00:27:20.466810 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15366 | 2024.11.06 00:27:20.466993 [ 131 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 | ||
| 15367 | 2024.11.06 00:27:20.467021 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003035 sec., 13509.060955518946 rows/sec., 24.21 MiB/sec. | ||
| 15368 | 2024.11.06 00:27:20.467078 [ 131 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15369 | 2024.11.06 00:27:20.467153 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15370 | 2024.11.06 00:27:20.467559 [ 201 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full | ||
| 15371 | 2024.11.06 00:27:20.467834 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <Debug> DynamicQueryHandler: Done processing query | ||
| 15372 | 2024.11.06 00:27:20.467933 [ 304 ] {3aa1c3e5-cfc4-4c2b-833e-df014f415c96} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 15373 | 2024.11.06 00:27:20.468017 [ 304 ] {} <Debug> HTTP-Session: 26bb895c-0eb3-4638-93a7-b9b946d48acf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15374 | 2024.11.06 00:27:20.468328 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45862, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15375 | 2024.11.06 00:27:20.468445 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33123, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15376 | 2024.11.06 00:27:20.468627 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15377 | 2024.11.06 00:27:20.468646 [ 201 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15378 | 2024.11.06 00:27:20.468681 [ 290 ] {} <Debug> HTTP-Session: 01496c64-b39c-4118-bb6f-5d1b37e24ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:33123 | ||
| 15379 | 2024.11.06 00:27:20.468732 [ 290 ] {} <Debug> HTTP-Session: 01496c64-b39c-4118-bb6f-5d1b37e24ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15380 | 2024.11.06 00:27:20.468787 [ 290 ] {} <Debug> HTTP-Session: 01496c64-b39c-4118-bb6f-5d1b37e24ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15381 | 2024.11.06 00:27:20.468796 [ 201 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 1017 rows starting from the beginning of the part | ||
| 15382 | 2024.11.06 00:27:20.468875 [ 290 ] {} <Trace> HTTP-Session: 01496c64-b39c-4118-bb6f-5d1b37e24ed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15383 | 2024.11.06 00:27:20.469291 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33123) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15384 | 2024.11.06 00:27:20.469370 [ 201 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part | ||
| 15385 | 2024.11.06 00:27:20.469388 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15386 | 2024.11.06 00:27:20.470265 [ 201 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part | ||
| 15387 | 2024.11.06 00:27:20.470298 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15388 | 2024.11.06 00:27:20.470751 [ 201 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part | ||
| 15389 | 2024.11.06 00:27:20.471388 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15390 | 2024.11.06 00:27:20.471473 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15391 | 2024.11.06 00:27:20.471484 [ 201 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part | ||
| 15392 | 2024.11.06 00:27:20.472150 [ 201 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part | ||
| 15393 | 2024.11.06 00:27:20.472889 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 15394 | 2024.11.06 00:27:20.473778 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15395 | 2024.11.06 00:27:20.474207 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005107 sec., 16056.39318582338 rows/sec., 1.02 MiB/sec. | ||
| 15396 | 2024.11.06 00:27:20.474560 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Debug> DynamicQueryHandler: Done processing query | ||
| 15397 | 2024.11.06 00:27:20.474586 [ 290 ] {c385f1a0-f42d-4db0-820a-f9da3f09f06a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15398 | 2024.11.06 00:27:20.474602 [ 290 ] {} <Debug> HTTP-Session: 01496c64-b39c-4118-bb6f-5d1b37e24ed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15399 | 2024.11.06 00:27:20.474994 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33123, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15400 | 2024.11.06 00:27:20.479257 [ 190 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1222 rows, containing 19 columns (19 merged, 0 gathered) in 0.011959165 sec., 102181.04692091797 rows/sec., 183.10 MiB/sec. | ||
| 15401 | 2024.11.06 00:27:20.480525 [ 194 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Trace> MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) | ||
| 15402 | 2024.11.06 00:27:20.481159 [ 194 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15403 | 2024.11.06 00:27:20.481243 [ 194 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_34_7} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 | ||
| 15404 | 2024.11.06 00:27:20.481392 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.46 MiB. | ||
| 15405 | 2024.11.06 00:27:20.601522 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:60829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15406 | 2024.11.06 00:27:20.661248 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56649, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15407 | 2024.11.06 00:27:20.728749 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55829, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15408 | 2024.11.06 00:27:20.825549 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33989, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15409 | 2024.11.06 00:27:20.915225 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48699, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15410 | 2024.11.06 00:27:20.922040 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:44137, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15411 | 2024.11.06 00:27:20.942411 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39471, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15412 | 2024.11.06 00:27:20.952122 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35228, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15413 | 2024.11.06 00:27:20.982117 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:45852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15414 | 2024.11.06 00:27:21.134744 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15415 | 2024.11.06 00:27:21.181542 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53029, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15416 | 2024.11.06 00:27:21.195940 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15417 | 2024.11.06 00:27:21.224425 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59576, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15418 | 2024.11.06 00:27:21.463114 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:40760, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15419 | 2024.11.06 00:27:21.501471 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:45663, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15420 | 2024.11.06 00:27:21.506711 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54591, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15421 | 2024.11.06 00:27:22.193954 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1382 | ||
| 15422 | 2024.11.06 00:27:22.196767 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15423 | 2024.11.06 00:27:22.196818 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15424 | 2024.11.06 00:27:22.198361 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 15425 | 2024.11.06 00:27:22.199430 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15426 | 2024.11.06 00:27:22.200893 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1382 | ||
| 15427 | 2024.11.06 00:27:22.216906 [ 132 ] {} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 15428 | 2024.11.06 00:27:22.216997 [ 132 ] {} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15429 | 2024.11.06 00:27:22.217023 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15430 | 2024.11.06 00:27:22.217224 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 15431 | 2024.11.06 00:27:22.217748 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15432 | 2024.11.06 00:27:22.217812 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 15433 | 2024.11.06 00:27:22.217912 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
| 15434 | 2024.11.06 00:27:22.218196 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part | ||
| 15435 | 2024.11.06 00:27:22.218506 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 15436 | 2024.11.06 00:27:22.218720 [ 188 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
| 15437 | 2024.11.06 00:27:22.219896 [ 194 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002806453 sec., 12827.579866828342 rows/sec., 1.07 MiB/sec. | ||
| 15438 | 2024.11.06 00:27:22.220055 [ 190 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 15439 | 2024.11.06 00:27:22.220550 [ 190 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_25_6} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15440 | 2024.11.06 00:27:22.220640 [ 190 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_25_6} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 15441 | 2024.11.06 00:27:22.220742 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15442 | 2024.11.06 00:27:25.433806 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50445, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15443 | 2024.11.06 00:27:25.433963 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15444 | 2024.11.06 00:27:25.433994 [ 288 ] {} <Debug> HTTP-Session: b978364e-367f-41bb-984d-5ac8c5d8f961 Authenticating user 'default' from [fd00:1122:3344:101::d]:50445 | ||
| 15445 | 2024.11.06 00:27:25.434023 [ 288 ] {} <Debug> HTTP-Session: b978364e-367f-41bb-984d-5ac8c5d8f961 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15446 | 2024.11.06 00:27:25.434045 [ 288 ] {} <Debug> HTTP-Session: b978364e-367f-41bb-984d-5ac8c5d8f961 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15447 | 2024.11.06 00:27:25.434115 [ 288 ] {} <Trace> HTTP-Session: b978364e-367f-41bb-984d-5ac8c5d8f961 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15448 | 2024.11.06 00:27:25.434345 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50445) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15449 | 2024.11.06 00:27:25.434425 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15450 | 2024.11.06 00:27:25.434849 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15451 | 2024.11.06 00:27:25.435365 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15452 | 2024.11.06 00:27:25.435421 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15453 | 2024.11.06 00:27:25.435921 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 15454 | 2024.11.06 00:27:25.436421 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15455 | 2024.11.06 00:27:25.436654 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002371 sec., 843.5259384226066 rows/sec., 68.78 KiB/sec. | ||
| 15456 | 2024.11.06 00:27:25.437068 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Debug> DynamicQueryHandler: Done processing query | ||
| 15457 | 2024.11.06 00:27:25.437097 [ 288 ] {f194f1d5-cd8d-4e01-b98d-e9b23db2a240} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15458 | 2024.11.06 00:27:25.437115 [ 288 ] {} <Debug> HTTP-Session: b978364e-367f-41bb-984d-5ac8c5d8f961 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15459 | 2024.11.06 00:27:25.437309 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50445, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15460 | 2024.11.06 00:27:25.437412 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47244, User-Agent: (none), Length: 7946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15461 | 2024.11.06 00:27:25.437525 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15462 | 2024.11.06 00:27:25.437550 [ 289 ] {} <Debug> HTTP-Session: 26685f37-258d-41e1-8acf-e2e5563716e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:47244 | ||
| 15463 | 2024.11.06 00:27:25.437575 [ 289 ] {} <Debug> HTTP-Session: 26685f37-258d-41e1-8acf-e2e5563716e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15464 | 2024.11.06 00:27:25.437595 [ 289 ] {} <Debug> HTTP-Session: 26685f37-258d-41e1-8acf-e2e5563716e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15465 | 2024.11.06 00:27:25.437652 [ 289 ] {} <Trace> HTTP-Session: 26685f37-258d-41e1-8acf-e2e5563716e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15466 | 2024.11.06 00:27:25.437842 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47244) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15467 | 2024.11.06 00:27:25.437908 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15468 | 2024.11.06 00:27:25.438249 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15469 | 2024.11.06 00:27:25.438663 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15470 | 2024.11.06 00:27:25.438704 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15471 | 2024.11.06 00:27:25.439128 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15472 | 2024.11.06 00:27:25.439524 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15473 | 2024.11.06 00:27:25.439703 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001923 sec., 29641.185647425897 rows/sec., 2.26 MiB/sec. | ||
| 15474 | 2024.11.06 00:27:25.439921 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Debug> DynamicQueryHandler: Done processing query | ||
| 15475 | 2024.11.06 00:27:25.439947 [ 289 ] {b4e91376-2525-49d3-8220-f41479586a21} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 15476 | 2024.11.06 00:27:25.439964 [ 289 ] {} <Debug> HTTP-Session: 26685f37-258d-41e1-8acf-e2e5563716e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15477 | 2024.11.06 00:27:25.440118 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15478 | 2024.11.06 00:27:25.440209 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64674, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15479 | 2024.11.06 00:27:25.440303 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15480 | 2024.11.06 00:27:25.440329 [ 288 ] {} <Debug> HTTP-Session: c0f17980-07dd-4149-b642-13dcb915c79f Authenticating user 'default' from [fd00:1122:3344:101::d]:64674 | ||
| 15481 | 2024.11.06 00:27:25.440353 [ 288 ] {} <Debug> HTTP-Session: c0f17980-07dd-4149-b642-13dcb915c79f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15482 | 2024.11.06 00:27:25.440370 [ 288 ] {} <Debug> HTTP-Session: c0f17980-07dd-4149-b642-13dcb915c79f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15483 | 2024.11.06 00:27:25.440418 [ 288 ] {} <Trace> HTTP-Session: c0f17980-07dd-4149-b642-13dcb915c79f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15484 | 2024.11.06 00:27:25.440558 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64674) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15485 | 2024.11.06 00:27:25.440622 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15486 | 2024.11.06 00:27:25.440955 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15487 | 2024.11.06 00:27:25.441310 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15488 | 2024.11.06 00:27:25.441349 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15489 | 2024.11.06 00:27:25.441734 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15490 | 2024.11.06 00:27:25.442118 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15491 | 2024.11.06 00:27:25.442281 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001758 sec., 1137.6564277588168 rows/sec., 79.44 KiB/sec. | ||
| 15492 | 2024.11.06 00:27:25.442467 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 15493 | 2024.11.06 00:27:25.442492 [ 288 ] {89fe2730-6060-40a8-b952-c018567d72d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15494 | 2024.11.06 00:27:25.442509 [ 288 ] {} <Debug> HTTP-Session: c0f17980-07dd-4149-b642-13dcb915c79f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15495 | 2024.11.06 00:27:25.442669 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15496 | 2024.11.06 00:27:25.442778 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49931, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15497 | 2024.11.06 00:27:25.442847 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15498 | 2024.11.06 00:27:25.442867 [ 289 ] {} <Debug> HTTP-Session: 93e7df1c-ff9f-4ac5-b784-8108f106ce81 Authenticating user 'default' from [fd00:1122:3344:101::d]:49931 | ||
| 15499 | 2024.11.06 00:27:25.442884 [ 289 ] {} <Debug> HTTP-Session: 93e7df1c-ff9f-4ac5-b784-8108f106ce81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15500 | 2024.11.06 00:27:25.442899 [ 289 ] {} <Debug> HTTP-Session: 93e7df1c-ff9f-4ac5-b784-8108f106ce81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15501 | 2024.11.06 00:27:25.442940 [ 289 ] {} <Trace> HTTP-Session: 93e7df1c-ff9f-4ac5-b784-8108f106ce81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15502 | 2024.11.06 00:27:25.443084 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49931) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15503 | 2024.11.06 00:27:25.443131 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15504 | 2024.11.06 00:27:25.443397 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15505 | 2024.11.06 00:27:25.443796 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15506 | 2024.11.06 00:27:25.443834 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15507 | 2024.11.06 00:27:25.444213 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15508 | 2024.11.06 00:27:25.444598 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15509 | 2024.11.06 00:27:25.444762 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001724 sec., 38283.0626450116 rows/sec., 2.99 MiB/sec. | ||
| 15510 | 2024.11.06 00:27:25.444946 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Debug> DynamicQueryHandler: Done processing query | ||
| 15511 | 2024.11.06 00:27:25.444972 [ 289 ] {b9c06875-a1c4-48b8-bc9d-7fdbd2092370} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15512 | 2024.11.06 00:27:25.444988 [ 289 ] {} <Debug> HTTP-Session: 93e7df1c-ff9f-4ac5-b784-8108f106ce81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15513 | 2024.11.06 00:27:25.445170 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49931, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15514 | 2024.11.06 00:27:25.445222 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64674, User-Agent: (none), Length: 24723, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15515 | 2024.11.06 00:27:25.445333 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15516 | 2024.11.06 00:27:25.445366 [ 288 ] {} <Debug> HTTP-Session: 217bc278-d322-447c-b991-5e34bb53b00b Authenticating user 'default' from [fd00:1122:3344:101::d]:64674 | ||
| 15517 | 2024.11.06 00:27:25.445387 [ 288 ] {} <Debug> HTTP-Session: 217bc278-d322-447c-b991-5e34bb53b00b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15518 | 2024.11.06 00:27:25.445404 [ 288 ] {} <Debug> HTTP-Session: 217bc278-d322-447c-b991-5e34bb53b00b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15519 | 2024.11.06 00:27:25.445448 [ 288 ] {} <Trace> HTTP-Session: 217bc278-d322-447c-b991-5e34bb53b00b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15520 | 2024.11.06 00:27:25.445639 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64674) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15521 | 2024.11.06 00:27:25.445705 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15522 | 2024.11.06 00:27:25.445921 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15523 | 2024.11.06 00:27:25.446319 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15524 | 2024.11.06 00:27:25.446357 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15525 | 2024.11.06 00:27:25.446764 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15526 | 2024.11.06 00:27:25.447106 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15527 | 2024.11.06 00:27:25.447264 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001709 sec., 75482.73844353422 rows/sec., 5.26 MiB/sec. | ||
| 15528 | 2024.11.06 00:27:25.447441 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Debug> DynamicQueryHandler: Done processing query | ||
| 15529 | 2024.11.06 00:27:25.447476 [ 288 ] {c934cebc-f12a-4eb2-aa93-c883f8614758} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15530 | 2024.11.06 00:27:25.447524 [ 288 ] {} <Debug> HTTP-Session: 217bc278-d322-447c-b991-5e34bb53b00b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15531 | 2024.11.06 00:27:25.447692 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64674, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15532 | 2024.11.06 00:27:25.447763 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65221, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15533 | 2024.11.06 00:27:25.447839 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15534 | 2024.11.06 00:27:25.447861 [ 289 ] {} <Debug> HTTP-Session: 23ea0844-d819-4823-8e62-d7f796de5519 Authenticating user 'default' from [fd00:1122:3344:101::d]:65221 | ||
| 15535 | 2024.11.06 00:27:25.447882 [ 289 ] {} <Debug> HTTP-Session: 23ea0844-d819-4823-8e62-d7f796de5519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15536 | 2024.11.06 00:27:25.447896 [ 289 ] {} <Debug> HTTP-Session: 23ea0844-d819-4823-8e62-d7f796de5519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15537 | 2024.11.06 00:27:25.447934 [ 289 ] {} <Trace> HTTP-Session: 23ea0844-d819-4823-8e62-d7f796de5519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15538 | 2024.11.06 00:27:25.448095 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65221) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15539 | 2024.11.06 00:27:25.448145 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15540 | 2024.11.06 00:27:25.448309 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15541 | 2024.11.06 00:27:25.448638 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15542 | 2024.11.06 00:27:25.448674 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15543 | 2024.11.06 00:27:25.449049 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 15544 | 2024.11.06 00:27:25.449382 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15545 | 2024.11.06 00:27:25.449541 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00149 sec., 32214.765100671142 rows/sec., 2.17 MiB/sec. | ||
| 15546 | 2024.11.06 00:27:25.449721 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Debug> DynamicQueryHandler: Done processing query | ||
| 15547 | 2024.11.06 00:27:25.449745 [ 289 ] {bb53acb6-7541-422b-9b85-916020b4d423} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 15548 | 2024.11.06 00:27:25.449761 [ 289 ] {} <Debug> HTTP-Session: 23ea0844-d819-4823-8e62-d7f796de5519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15549 | 2024.11.06 00:27:25.450042 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15550 | 2024.11.06 00:27:26.740496 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15551 | 2024.11.06 00:27:26.740550 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15552 | 2024.11.06 00:27:30.433480 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45702, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15553 | 2024.11.06 00:27:30.433680 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15554 | 2024.11.06 00:27:30.433727 [ 288 ] {} <Debug> HTTP-Session: 367b6ac3-2b51-4698-9aa1-ba390fdc7fc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:45702 | ||
| 15555 | 2024.11.06 00:27:30.433768 [ 288 ] {} <Debug> HTTP-Session: 367b6ac3-2b51-4698-9aa1-ba390fdc7fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15556 | 2024.11.06 00:27:30.433796 [ 288 ] {} <Debug> HTTP-Session: 367b6ac3-2b51-4698-9aa1-ba390fdc7fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15557 | 2024.11.06 00:27:30.433875 [ 288 ] {} <Trace> HTTP-Session: 367b6ac3-2b51-4698-9aa1-ba390fdc7fc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15558 | 2024.11.06 00:27:30.434178 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45702) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15559 | 2024.11.06 00:27:30.434257 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15560 | 2024.11.06 00:27:30.434594 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15561 | 2024.11.06 00:27:30.435045 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15562 | 2024.11.06 00:27:30.435085 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15563 | 2024.11.06 00:27:30.435505 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15564 | 2024.11.06 00:27:30.435891 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15565 | 2024.11.06 00:27:30.436039 [ 123 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15566 | 2024.11.06 00:27:30.436043 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001975 sec., 28354.43037974683 rows/sec., 2.16 MiB/sec. | ||
| 15567 | 2024.11.06 00:27:30.436082 [ 123 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15568 | 2024.11.06 00:27:30.436120 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15569 | 2024.11.06 00:27:30.436320 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 15570 | 2024.11.06 00:27:30.436369 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 15571 | 2024.11.06 00:27:30.436418 [ 288 ] {98562160-f152-4875-8a90-59e3130c92b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15572 | 2024.11.06 00:27:30.436457 [ 288 ] {} <Debug> HTTP-Session: 367b6ac3-2b51-4698-9aa1-ba390fdc7fc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15573 | 2024.11.06 00:27:30.436574 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15574 | 2024.11.06 00:27:30.436618 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1420 rows starting from the beginning of the part | ||
| 15575 | 2024.11.06 00:27:30.436740 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 57 rows starting from the beginning of the part | ||
| 15576 | 2024.11.06 00:27:30.436878 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45702, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15577 | 2024.11.06 00:27:30.436980 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61549, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15578 | 2024.11.06 00:27:30.437215 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
| 15579 | 2024.11.06 00:27:30.437391 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15580 | 2024.11.06 00:27:30.437542 [ 289 ] {} <Debug> HTTP-Session: 39aefc6b-4253-4baa-87ce-f4fd124354ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61549 | ||
| 15581 | 2024.11.06 00:27:30.437543 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 271 rows starting from the beginning of the part | ||
| 15582 | 2024.11.06 00:27:30.437594 [ 289 ] {} <Debug> HTTP-Session: 39aefc6b-4253-4baa-87ce-f4fd124354ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15583 | 2024.11.06 00:27:30.437647 [ 289 ] {} <Debug> HTTP-Session: 39aefc6b-4253-4baa-87ce-f4fd124354ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15584 | 2024.11.06 00:27:30.437765 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 57 rows starting from the beginning of the part | ||
| 15585 | 2024.11.06 00:27:30.437818 [ 289 ] {} <Trace> HTTP-Session: 39aefc6b-4253-4baa-87ce-f4fd124354ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15586 | 2024.11.06 00:27:30.437986 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part | ||
| 15587 | 2024.11.06 00:27:30.438398 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61549) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15588 | 2024.11.06 00:27:30.438500 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15589 | 2024.11.06 00:27:30.439384 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15590 | 2024.11.06 00:27:30.440464 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15591 | 2024.11.06 00:27:30.440517 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15592 | 2024.11.06 00:27:30.441149 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1917 rows, containing 5 columns (5 merged, 0 gathered) in 0.004921146 sec., 389543.41122982325 rows/sec., 33.98 MiB/sec. | ||
| 15593 | 2024.11.06 00:27:30.441311 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15594 | 2024.11.06 00:27:30.441385 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15595 | 2024.11.06 00:27:30.441857 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15596 | 2024.11.06 00:27:30.441978 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15597 | 2024.11.06 00:27:30.442100 [ 123 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15598 | 2024.11.06 00:27:30.442135 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003917 sec., 16339.034975746743 rows/sec., 1.28 MiB/sec. | ||
| 15599 | 2024.11.06 00:27:30.442194 [ 123 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15600 | 2024.11.06 00:27:30.442222 [ 194 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_96_19} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15601 | 2024.11.06 00:27:30.442292 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15602 | 2024.11.06 00:27:30.442711 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 15603 | 2024.11.06 00:27:30.442745 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 15604 | 2024.11.06 00:27:30.442798 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 15605 | 2024.11.06 00:27:30.442801 [ 289 ] {303212c2-6c7d-4b36-a36e-4fad99af98aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15606 | 2024.11.06 00:27:30.442932 [ 289 ] {} <Debug> HTTP-Session: 39aefc6b-4253-4baa-87ce-f4fd124354ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15607 | 2024.11.06 00:27:30.443426 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15608 | 2024.11.06 00:27:30.443561 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part | ||
| 15609 | 2024.11.06 00:27:30.443648 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61549, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15610 | 2024.11.06 00:27:30.444015 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 66 rows starting from the beginning of the part | ||
| 15611 | 2024.11.06 00:27:30.444498 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47873, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15612 | 2024.11.06 00:27:30.444525 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part | ||
| 15613 | 2024.11.06 00:27:30.444873 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 423 rows starting from the beginning of the part | ||
| 15614 | 2024.11.06 00:27:30.444708 [ 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): | ||
| 15615 | |||
| 15616 | (version 23.8.7.1) | ||
| 15617 | 2024.11.06 00:27:30.445178 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15618 | 2024.11.06 00:27:30.445342 [ 288 ] {} <Debug> HTTP-Session: bf47e15b-9ebb-41a3-9a60-f742b373209c Authenticating user 'default' from [fd00:1122:3344:101::d]:47873 | ||
| 15619 | 2024.11.06 00:27:30.445412 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 66 rows starting from the beginning of the part | ||
| 15620 | 2024.11.06 00:27:30.445438 [ 288 ] {} <Debug> HTTP-Session: bf47e15b-9ebb-41a3-9a60-f742b373209c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15621 | 2024.11.06 00:27:30.445561 [ 288 ] {} <Debug> HTTP-Session: bf47e15b-9ebb-41a3-9a60-f742b373209c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15622 | 2024.11.06 00:27:30.445746 [ 288 ] {} <Trace> HTTP-Session: bf47e15b-9ebb-41a3-9a60-f742b373209c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15623 | 2024.11.06 00:27:30.445812 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part | ||
| 15624 | 2024.11.06 00:27:30.446219 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47873) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15625 | 2024.11.06 00:27:30.446315 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15626 | 2024.11.06 00:27:30.446902 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15627 | 2024.11.06 00:27:30.447918 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15628 | 2024.11.06 00:27:30.447996 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15629 | 2024.11.06 00:27:30.448868 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15630 | 2024.11.06 00:27:30.449114 [ 197 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1598 rows, containing 5 columns (5 merged, 0 gathered) in 0.006629807 sec., 241032.6575117496 rows/sec., 18.58 MiB/sec. | ||
| 15631 | 2024.11.06 00:27:30.449426 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15632 | 2024.11.06 00:27:30.449580 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15633 | 2024.11.06 00:27:30.449853 [ 123 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15634 | 2024.11.06 00:27:30.449971 [ 123 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15635 | 2024.11.06 00:27:30.450037 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004038 sec., 39623.576027736504 rows/sec., 2.76 MiB/sec. | ||
| 15636 | 2024.11.06 00:27:30.450051 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15637 | 2024.11.06 00:27:30.450705 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 15638 | 2024.11.06 00:27:30.450916 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Debug> DynamicQueryHandler: Done processing query | ||
| 15639 | 2024.11.06 00:27:30.451045 [ 288 ] {d3b5637b-8760-4ff1-99b2-799f8bb0bb01} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15640 | 2024.11.06 00:27:30.451063 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15641 | 2024.11.06 00:27:30.451137 [ 288 ] {} <Debug> HTTP-Session: bf47e15b-9ebb-41a3-9a60-f742b373209c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15642 | 2024.11.06 00:27:30.451322 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15643 | 2024.11.06 00:27:30.451345 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_96_19} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15644 | 2024.11.06 00:27:30.451383 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_91_18, total 19085 rows starting from the beginning of the part | ||
| 15645 | 2024.11.06 00:27:30.451599 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 15646 | 2024.11.06 00:27:30.451666 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56546, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15647 | 2024.11.06 00:27:30.451746 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 129 rows starting from the beginning of the part | ||
| 15648 | 2024.11.06 00:27:30.451787 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47873, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15649 | 2024.11.06 00:27:30.451959 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15650 | 2024.11.06 00:27:30.452132 [ 282 ] {} <Debug> HTTP-Session: b5810c9f-c23a-4f2b-a089-fc847e6aeff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:56546 | ||
| 15651 | 2024.11.06 00:27:30.452213 [ 282 ] {} <Debug> HTTP-Session: b5810c9f-c23a-4f2b-a089-fc847e6aeff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15652 | 2024.11.06 00:27:30.452274 [ 282 ] {} <Debug> HTTP-Session: b5810c9f-c23a-4f2b-a089-fc847e6aeff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15653 | 2024.11.06 00:27:30.452269 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
| 15654 | 2024.11.06 00:27:30.452404 [ 282 ] {} <Trace> HTTP-Session: b5810c9f-c23a-4f2b-a089-fc847e6aeff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15655 | 2024.11.06 00:27:30.452592 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 237 rows starting from the beginning of the part | ||
| 15656 | 2024.11.06 00:27:30.452854 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 129 rows starting from the beginning of the part | ||
| 15657 | 2024.11.06 00:27:30.452889 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56546) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15658 | 2024.11.06 00:27:30.453101 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15659 | 2024.11.06 00:27:30.453165 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part | ||
| 15660 | 2024.11.06 00:27:30.454039 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15661 | 2024.11.06 00:27:30.454700 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15662 | 2024.11.06 00:27:30.454752 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15663 | 2024.11.06 00:27:30.455246 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 15664 | 2024.11.06 00:27:30.455643 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15665 | 2024.11.06 00:27:30.455917 [ 123 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 15666 | 2024.11.06 00:27:30.455985 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003288 sec., 18248.17518248175 rows/sec., 1.23 MiB/sec. | ||
| 15667 | 2024.11.06 00:27:30.456031 [ 123 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15668 | 2024.11.06 00:27:30.456204 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15669 | 2024.11.06 00:27:30.456628 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Debug> DynamicQueryHandler: Done processing query | ||
| 15670 | 2024.11.06 00:27:30.456749 [ 282 ] {0b7f32d7-feb0-43ef-bc5b-fdc46536544c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 15671 | 2024.11.06 00:27:30.456872 [ 282 ] {} <Debug> HTTP-Session: b5810c9f-c23a-4f2b-a089-fc847e6aeff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15672 | 2024.11.06 00:27:30.456901 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 15673 | 2024.11.06 00:27:30.457318 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56546, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15674 | 2024.11.06 00:27:30.457813 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15675 | 2024.11.06 00:27:30.457939 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5008 rows starting from the beginning of the part | ||
| 15676 | 2024.11.06 00:27:30.458429 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 48 rows starting from the beginning of the part | ||
| 15677 | 2024.11.06 00:27:30.459158 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
| 15678 | 2024.11.06 00:27:30.459626 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 82 rows starting from the beginning of the part | ||
| 15679 | 2024.11.06 00:27:30.459721 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 48 rows starting from the beginning of the part | ||
| 15680 | 2024.11.06 00:27:30.459864 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 15681 | 2024.11.06 00:27:30.462309 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5306 rows, containing 4 columns (4 merged, 0 gathered) in 0.005924796 sec., 895558.2605713344 rows/sec., 59.06 MiB/sec. | ||
| 15682 | 2024.11.06 00:27:30.462633 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15683 | 2024.11.06 00:27:30.463374 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19900 rows, containing 5 columns (5 merged, 0 gathered) in 0.01311989 sec., 1516781.0095968791 rows/sec., 103.30 MiB/sec. | ||
| 15684 | 2024.11.06 00:27:30.463518 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15685 | 2024.11.06 00:27:30.463620 [ 187 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_96_19} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15686 | 2024.11.06 00:27:30.463721 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 15687 | 2024.11.06 00:27:30.463809 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 15688 | 2024.11.06 00:27:30.464185 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15689 | 2024.11.06 00:27:30.464260 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 15690 | 2024.11.06 00:27:30.464344 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 15691 | 2024.11.06 00:27:32.201926 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1402 | ||
| 15692 | 2024.11.06 00:27:32.204610 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15693 | 2024.11.06 00:27:32.204663 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15694 | 2024.11.06 00:27:32.206172 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 15695 | 2024.11.06 00:27:32.207173 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15696 | 2024.11.06 00:27:32.207776 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1402 | ||
| 15697 | 2024.11.06 00:27:35.439895 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39161, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15698 | 2024.11.06 00:27:35.440096 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15699 | 2024.11.06 00:27:35.440142 [ 283 ] {} <Debug> HTTP-Session: 292712b7-6428-491e-857e-620e62d13b72 Authenticating user 'default' from [fd00:1122:3344:101::d]:39161 | ||
| 15700 | 2024.11.06 00:27:35.440183 [ 283 ] {} <Debug> HTTP-Session: 292712b7-6428-491e-857e-620e62d13b72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15701 | 2024.11.06 00:27:35.440212 [ 283 ] {} <Debug> HTTP-Session: 292712b7-6428-491e-857e-620e62d13b72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15702 | 2024.11.06 00:27:35.440294 [ 283 ] {} <Trace> HTTP-Session: 292712b7-6428-491e-857e-620e62d13b72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15703 | 2024.11.06 00:27:35.440588 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39161) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15704 | 2024.11.06 00:27:35.440658 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15705 | 2024.11.06 00:27:35.440999 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15706 | 2024.11.06 00:27:35.441594 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15707 | 2024.11.06 00:27:35.441641 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15708 | 2024.11.06 00:27:35.442095 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15709 | 2024.11.06 00:27:35.442502 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15710 | 2024.11.06 00:27:35.442687 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002219 sec., 122127.08427219468 rows/sec., 10.85 MiB/sec. | ||
| 15711 | 2024.11.06 00:27:35.442905 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Debug> DynamicQueryHandler: Done processing query | ||
| 15712 | 2024.11.06 00:27:35.442932 [ 283 ] {bdfa60e4-c2d6-457f-9693-66da9fed5719} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 15713 | 2024.11.06 00:27:35.442950 [ 283 ] {} <Debug> HTTP-Session: 292712b7-6428-491e-857e-620e62d13b72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15714 | 2024.11.06 00:27:35.443176 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15715 | 2024.11.06 00:27:35.443305 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60892, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15716 | 2024.11.06 00:27:35.443372 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15717 | 2024.11.06 00:27:35.443393 [ 288 ] {} <Debug> HTTP-Session: 9f07f8d3-306c-4206-ba0e-1cdb4f78a284 Authenticating user 'default' from [fd00:1122:3344:101::d]:60892 | ||
| 15718 | 2024.11.06 00:27:35.443413 [ 288 ] {} <Debug> HTTP-Session: 9f07f8d3-306c-4206-ba0e-1cdb4f78a284 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15719 | 2024.11.06 00:27:35.443427 [ 288 ] {} <Debug> HTTP-Session: 9f07f8d3-306c-4206-ba0e-1cdb4f78a284 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15720 | 2024.11.06 00:27:35.443466 [ 288 ] {} <Trace> HTTP-Session: 9f07f8d3-306c-4206-ba0e-1cdb4f78a284 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15721 | 2024.11.06 00:27:35.443597 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60892) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15722 | 2024.11.06 00:27:35.443645 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15723 | 2024.11.06 00:27:35.443892 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15724 | 2024.11.06 00:27:35.444256 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15725 | 2024.11.06 00:27:35.444295 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15726 | 2024.11.06 00:27:35.444662 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15727 | 2024.11.06 00:27:35.445039 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15728 | 2024.11.06 00:27:35.445206 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001641 sec., 24984.76538695917 rows/sec., 1.83 MiB/sec. | ||
| 15729 | 2024.11.06 00:27:35.445206 [ 118 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 15730 | 2024.11.06 00:27:35.445310 [ 118 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15731 | 2024.11.06 00:27:35.445364 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15732 | 2024.11.06 00:27:35.445522 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Debug> DynamicQueryHandler: Done processing query | ||
| 15733 | 2024.11.06 00:27:35.445599 [ 288 ] {22e10e59-7d90-4ba2-9d36-53e173882a72} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 15734 | 2024.11.06 00:27:35.445656 [ 288 ] {} <Debug> HTTP-Session: 9f07f8d3-306c-4206-ba0e-1cdb4f78a284 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15735 | 2024.11.06 00:27:35.445682 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
| 15736 | 2024.11.06 00:27:35.446039 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60892, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15737 | 2024.11.06 00:27:35.446038 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39161, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15738 | 2024.11.06 00:27:35.446566 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15739 | 2024.11.06 00:27:35.446617 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15740 | 2024.11.06 00:27:35.446735 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 59 rows starting from the beginning of the part | ||
| 15741 | 2024.11.06 00:27:35.446782 [ 283 ] {} <Debug> HTTP-Session: c872888f-0b0d-4a02-b8ee-6be226687cfe Authenticating user 'default' from [fd00:1122:3344:101::d]:39161 | ||
| 15742 | 2024.11.06 00:27:35.446874 [ 283 ] {} <Debug> HTTP-Session: c872888f-0b0d-4a02-b8ee-6be226687cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15743 | 2024.11.06 00:27:35.446960 [ 283 ] {} <Debug> HTTP-Session: c872888f-0b0d-4a02-b8ee-6be226687cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15744 | 2024.11.06 00:27:35.447104 [ 283 ] {} <Trace> HTTP-Session: c872888f-0b0d-4a02-b8ee-6be226687cfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15745 | 2024.11.06 00:27:35.447129 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 41 rows starting from the beginning of the part | ||
| 15746 | 2024.11.06 00:27:35.447401 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39161) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 15747 | 2024.11.06 00:27:35.447458 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 2 rows starting from the beginning of the part | ||
| 15748 | 2024.11.06 00:27:35.447521 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15749 | 2024.11.06 00:27:35.447758 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 41 rows starting from the beginning of the part | ||
| 15750 | 2024.11.06 00:27:35.448095 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 2 rows starting from the beginning of the part | ||
| 15751 | 2024.11.06 00:27:35.448417 [ 198 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 41 rows starting from the beginning of the part | ||
| 15752 | 2024.11.06 00:27:35.449171 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15753 | 2024.11.06 00:27:35.449796 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15754 | 2024.11.06 00:27:35.449840 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 15755 | 2024.11.06 00:27:35.450430 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 15756 | 2024.11.06 00:27:35.450560 [ 195 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005110272 sec., 36397.27983168019 rows/sec., 2.79 MiB/sec. | ||
| 15757 | 2024.11.06 00:27:35.450714 [ 195 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 15758 | 2024.11.06 00:27:35.450957 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15759 | 2024.11.06 00:27:35.451252 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003978 sec., 3519.356460532931 rows/sec., 246.47 KiB/sec. | ||
| 15760 | 2024.11.06 00:27:35.451402 [ 195 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15761 | 2024.11.06 00:27:35.451490 [ 195 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_60_12} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 15762 | 2024.11.06 00:27:35.451497 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Debug> DynamicQueryHandler: Done processing query | ||
| 15763 | 2024.11.06 00:27:35.451527 [ 283 ] {ddc8af92-aa37-430e-a8fc-3f568a8af808} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15764 | 2024.11.06 00:27:35.451559 [ 283 ] {} <Debug> HTTP-Session: c872888f-0b0d-4a02-b8ee-6be226687cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15765 | 2024.11.06 00:27:35.451597 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15766 | 2024.11.06 00:27:35.451723 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15767 | 2024.11.06 00:27:35.451819 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42799, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15768 | 2024.11.06 00:27:35.451879 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15769 | 2024.11.06 00:27:35.451902 [ 288 ] {} <Debug> HTTP-Session: a4a4d165-1457-4571-80fe-957f5d7e4294 Authenticating user 'default' from [fd00:1122:3344:101::d]:42799 | ||
| 15770 | 2024.11.06 00:27:35.451923 [ 288 ] {} <Debug> HTTP-Session: a4a4d165-1457-4571-80fe-957f5d7e4294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15771 | 2024.11.06 00:27:35.451940 [ 288 ] {} <Debug> HTTP-Session: a4a4d165-1457-4571-80fe-957f5d7e4294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15772 | 2024.11.06 00:27:35.451977 [ 288 ] {} <Trace> HTTP-Session: a4a4d165-1457-4571-80fe-957f5d7e4294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15773 | 2024.11.06 00:27:35.452094 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42799) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 15774 | 2024.11.06 00:27:35.452146 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15775 | 2024.11.06 00:27:35.452400 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15776 | 2024.11.06 00:27:35.452717 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15777 | 2024.11.06 00:27:35.452754 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15778 | 2024.11.06 00:27:35.453098 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15779 | 2024.11.06 00:27:35.453464 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15780 | 2024.11.06 00:27:35.453633 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 227.24 KiB/sec. | ||
| 15781 | 2024.11.06 00:27:35.453831 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15782 | 2024.11.06 00:27:35.453856 [ 288 ] {2db9b955-92bf-4d42-9e0e-f8a32ba6fca9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15783 | 2024.11.06 00:27:35.453872 [ 288 ] {} <Debug> HTTP-Session: a4a4d165-1457-4571-80fe-957f5d7e4294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15784 | 2024.11.06 00:27:35.454112 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42799, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15785 | 2024.11.06 00:27:35.454180 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39161, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15786 | 2024.11.06 00:27:35.454238 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15787 | 2024.11.06 00:27:35.454268 [ 283 ] {} <Debug> HTTP-Session: 589eebc9-e5db-424a-81c4-4af57c0a000b Authenticating user 'default' from [fd00:1122:3344:101::d]:39161 | ||
| 15788 | 2024.11.06 00:27:35.454291 [ 283 ] {} <Debug> HTTP-Session: 589eebc9-e5db-424a-81c4-4af57c0a000b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15789 | 2024.11.06 00:27:35.454309 [ 283 ] {} <Debug> HTTP-Session: 589eebc9-e5db-424a-81c4-4af57c0a000b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15790 | 2024.11.06 00:27:35.454348 [ 283 ] {} <Trace> HTTP-Session: 589eebc9-e5db-424a-81c4-4af57c0a000b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15791 | 2024.11.06 00:27:35.454610 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39161) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15792 | 2024.11.06 00:27:35.454662 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15793 | 2024.11.06 00:27:35.454936 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15794 | 2024.11.06 00:27:35.455519 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15795 | 2024.11.06 00:27:35.455556 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15796 | 2024.11.06 00:27:35.455932 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15797 | 2024.11.06 00:27:35.456296 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15798 | 2024.11.06 00:27:35.456456 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00198 sec., 213636.36363636365 rows/sec., 15.27 MiB/sec. | ||
| 15799 | 2024.11.06 00:27:35.456703 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Debug> DynamicQueryHandler: Done processing query | ||
| 15800 | 2024.11.06 00:27:35.456758 [ 283 ] {6560824b-f222-41ee-b01e-8f64e5ed1811} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 15801 | 2024.11.06 00:27:35.456815 [ 283 ] {} <Debug> HTTP-Session: 589eebc9-e5db-424a-81c4-4af57c0a000b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15802 | 2024.11.06 00:27:35.457054 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39161, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15803 | 2024.11.06 00:27:35.457095 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58014, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15804 | 2024.11.06 00:27:35.457159 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15805 | 2024.11.06 00:27:35.457188 [ 288 ] {} <Debug> HTTP-Session: ce99fd0d-1312-46cf-849a-1e911a28649e Authenticating user 'default' from [fd00:1122:3344:101::d]:58014 | ||
| 15806 | 2024.11.06 00:27:35.457210 [ 288 ] {} <Debug> HTTP-Session: ce99fd0d-1312-46cf-849a-1e911a28649e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15807 | 2024.11.06 00:27:35.457227 [ 288 ] {} <Debug> HTTP-Session: ce99fd0d-1312-46cf-849a-1e911a28649e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15808 | 2024.11.06 00:27:35.457267 [ 288 ] {} <Trace> HTTP-Session: ce99fd0d-1312-46cf-849a-1e911a28649e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15809 | 2024.11.06 00:27:35.457389 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58014) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 15810 | 2024.11.06 00:27:35.457442 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15811 | 2024.11.06 00:27:35.457625 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15812 | 2024.11.06 00:27:35.457930 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15813 | 2024.11.06 00:27:35.457973 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15814 | 2024.11.06 00:27:35.458374 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15815 | 2024.11.06 00:27:35.458699 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15816 | 2024.11.06 00:27:35.458855 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001491 sec., 4024.144869215292 rows/sec., 210.25 KiB/sec. | ||
| 15817 | 2024.11.06 00:27:35.459174 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 15818 | 2024.11.06 00:27:35.459217 [ 288 ] {72944d83-8684-42d3-91b2-23fe75e966b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 15819 | 2024.11.06 00:27:35.459234 [ 288 ] {} <Debug> HTTP-Session: ce99fd0d-1312-46cf-849a-1e911a28649e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15820 | 2024.11.06 00:27:35.459417 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15821 | 2024.11.06 00:27:35.459515 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33154, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15822 | 2024.11.06 00:27:35.459617 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15823 | 2024.11.06 00:27:35.459641 [ 282 ] {} <Debug> HTTP-Session: e9320a63-d6d3-475b-8bd8-8651494afd83 Authenticating user 'default' from [fd00:1122:3344:101::d]:33154 | ||
| 15824 | 2024.11.06 00:27:35.459665 [ 282 ] {} <Debug> HTTP-Session: e9320a63-d6d3-475b-8bd8-8651494afd83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15825 | 2024.11.06 00:27:35.459680 [ 282 ] {} <Debug> HTTP-Session: e9320a63-d6d3-475b-8bd8-8651494afd83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15826 | 2024.11.06 00:27:35.459733 [ 282 ] {} <Trace> HTTP-Session: e9320a63-d6d3-475b-8bd8-8651494afd83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15827 | 2024.11.06 00:27:35.460027 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33154) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15828 | 2024.11.06 00:27:35.460098 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15829 | 2024.11.06 00:27:35.460316 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15830 | 2024.11.06 00:27:35.460772 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15831 | 2024.11.06 00:27:35.460814 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15832 | 2024.11.06 00:27:35.461277 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15833 | 2024.11.06 00:27:35.461655 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15834 | 2024.11.06 00:27:35.461826 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001942 sec., 122039.13491246138 rows/sec., 8.18 MiB/sec. | ||
| 15835 | 2024.11.06 00:27:35.462034 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 15836 | 2024.11.06 00:27:35.462061 [ 282 ] {9ae2b319-456c-48c5-8483-e2986761ecdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 15837 | 2024.11.06 00:27:35.462078 [ 282 ] {} <Debug> HTTP-Session: e9320a63-d6d3-475b-8bd8-8651494afd83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15838 | 2024.11.06 00:27:35.462271 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33154, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15839 | 2024.11.06 00:27:35.462272 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58014, User-Agent: (none), Length: 215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15840 | 2024.11.06 00:27:35.462408 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15841 | 2024.11.06 00:27:35.462458 [ 288 ] {} <Debug> HTTP-Session: bb8e9f7b-8046-4b4f-9989-2074806de7c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:58014 | ||
| 15842 | 2024.11.06 00:27:35.462494 [ 288 ] {} <Debug> HTTP-Session: bb8e9f7b-8046-4b4f-9989-2074806de7c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15843 | 2024.11.06 00:27:35.462521 [ 288 ] {} <Debug> HTTP-Session: bb8e9f7b-8046-4b4f-9989-2074806de7c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15844 | 2024.11.06 00:27:35.462589 [ 288 ] {} <Trace> HTTP-Session: bb8e9f7b-8046-4b4f-9989-2074806de7c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15845 | 2024.11.06 00:27:35.462778 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58014) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 15846 | 2024.11.06 00:27:35.462868 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15847 | 2024.11.06 00:27:35.463159 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15848 | 2024.11.06 00:27:35.463516 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15849 | 2024.11.06 00:27:35.463552 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15850 | 2024.11.06 00:27:35.463906 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15851 | 2024.11.06 00:27:35.464245 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15852 | 2024.11.06 00:27:35.464399 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001676 sec., 596.6587112171837 rows/sec., 40.20 KiB/sec. | ||
| 15853 | 2024.11.06 00:27:35.464561 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 15854 | 2024.11.06 00:27:35.464585 [ 288 ] {176b5774-c36b-40f9-adce-c1ad1a91ea0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 15855 | 2024.11.06 00:27:35.464601 [ 288 ] {} <Debug> HTTP-Session: bb8e9f7b-8046-4b4f-9989-2074806de7c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15856 | 2024.11.06 00:27:35.464803 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15857 | 2024.11.06 00:27:35.464892 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41086, User-Agent: (none), Length: 68960, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15858 | 2024.11.06 00:27:35.464958 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15859 | 2024.11.06 00:27:35.464978 [ 282 ] {} <Debug> HTTP-Session: 9f8f7585-6524-4bc4-8d38-98abce214b46 Authenticating user 'default' from [fd00:1122:3344:101::d]:41086 | ||
| 15860 | 2024.11.06 00:27:35.464997 [ 282 ] {} <Debug> HTTP-Session: 9f8f7585-6524-4bc4-8d38-98abce214b46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15861 | 2024.11.06 00:27:35.465011 [ 282 ] {} <Debug> HTTP-Session: 9f8f7585-6524-4bc4-8d38-98abce214b46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15862 | 2024.11.06 00:27:35.465054 [ 282 ] {} <Trace> HTTP-Session: 9f8f7585-6524-4bc4-8d38-98abce214b46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15863 | 2024.11.06 00:27:35.465514 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41086) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15864 | 2024.11.06 00:27:35.465600 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <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 | ||
| 15865 | 2024.11.06 00:27:35.466116 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15866 | 2024.11.06 00:27:35.466920 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15867 | 2024.11.06 00:27:35.466958 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15868 | 2024.11.06 00:27:35.467657 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 15869 | 2024.11.06 00:27:35.468098 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15870 | 2024.11.06 00:27:35.468319 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003136 sec., 13073.979591836734 rows/sec., 23.43 MiB/sec. | ||
| 15871 | 2024.11.06 00:27:35.468980 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <Debug> DynamicQueryHandler: Done processing query | ||
| 15872 | 2024.11.06 00:27:35.469007 [ 282 ] {a97b01ca-f884-4e31-8d3a-747d75669339} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 15873 | 2024.11.06 00:27:35.469024 [ 282 ] {} <Debug> HTTP-Session: 9f8f7585-6524-4bc4-8d38-98abce214b46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15874 | 2024.11.06 00:27:35.469272 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41086, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15875 | 2024.11.06 00:27:35.469288 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58014, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15876 | 2024.11.06 00:27:35.469384 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15877 | 2024.11.06 00:27:35.469419 [ 288 ] {} <Debug> HTTP-Session: b568a402-e95d-4fff-9e98-131ccf4d6bb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58014 | ||
| 15878 | 2024.11.06 00:27:35.469443 [ 288 ] {} <Debug> HTTP-Session: b568a402-e95d-4fff-9e98-131ccf4d6bb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15879 | 2024.11.06 00:27:35.469461 [ 288 ] {} <Debug> HTTP-Session: b568a402-e95d-4fff-9e98-131ccf4d6bb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15880 | 2024.11.06 00:27:35.469508 [ 288 ] {} <Trace> HTTP-Session: b568a402-e95d-4fff-9e98-131ccf4d6bb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15881 | 2024.11.06 00:27:35.469682 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58014) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15882 | 2024.11.06 00:27:35.469738 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15883 | 2024.11.06 00:27:35.469929 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15884 | 2024.11.06 00:27:35.470283 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15885 | 2024.11.06 00:27:35.470320 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
| 15886 | 2024.11.06 00:27:35.470691 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 15887 | 2024.11.06 00:27:35.471034 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15888 | 2024.11.06 00:27:35.471186 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001575 sec., 52063.49206349206 rows/sec., 3.31 MiB/sec. | ||
| 15889 | 2024.11.06 00:27:35.471342 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 15890 | 2024.11.06 00:27:35.471367 [ 288 ] {072f16bb-dfca-4c60-9f92-f9cd7836c7a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15891 | 2024.11.06 00:27:35.471382 [ 288 ] {} <Debug> HTTP-Session: b568a402-e95d-4fff-9e98-131ccf4d6bb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15892 | 2024.11.06 00:27:35.472005 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15893 | 2024.11.06 00:27:37.761069 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54173, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15894 | 2024.11.06 00:27:37.928739 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53852, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15895 | 2024.11.06 00:27:37.999222 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64081, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15896 | 2024.11.06 00:27:38.021608 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64537, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15897 | 2024.11.06 00:27:38.059973 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15898 | 2024.11.06 00:27:38.097282 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15899 | 2024.11.06 00:27:38.108647 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33181, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15900 | 2024.11.06 00:27:38.124983 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15901 | 2024.11.06 00:27:40.432491 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58159, User-Agent: (none), Length: 1924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15902 | 2024.11.06 00:27:40.432616 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15903 | 2024.11.06 00:27:40.432643 [ 288 ] {} <Debug> HTTP-Session: 8fbe8fbb-96a4-40e7-9de5-1c3f11c48c03 Authenticating user 'default' from [fd00:1122:3344:101::d]:58159 | ||
| 15904 | 2024.11.06 00:27:40.432669 [ 288 ] {} <Debug> HTTP-Session: 8fbe8fbb-96a4-40e7-9de5-1c3f11c48c03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15905 | 2024.11.06 00:27:40.432687 [ 288 ] {} <Debug> HTTP-Session: 8fbe8fbb-96a4-40e7-9de5-1c3f11c48c03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15906 | 2024.11.06 00:27:40.432740 [ 288 ] {} <Trace> HTTP-Session: 8fbe8fbb-96a4-40e7-9de5-1c3f11c48c03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15907 | 2024.11.06 00:27:40.432932 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58159) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 15908 | 2024.11.06 00:27:40.433005 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15909 | 2024.11.06 00:27:40.433372 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15910 | 2024.11.06 00:27:40.433830 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15911 | 2024.11.06 00:27:40.433876 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 15912 | 2024.11.06 00:27:40.434299 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15913 | 2024.11.06 00:27:40.434697 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15914 | 2024.11.06 00:27:40.434866 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001984 sec., 6048.387096774193 rows/sec., 493.20 KiB/sec. | ||
| 15915 | 2024.11.06 00:27:40.435218 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Debug> DynamicQueryHandler: Done processing query | ||
| 15916 | 2024.11.06 00:27:40.435247 [ 288 ] {d46be0aa-0ac2-4157-b36e-c583968a2c02} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15917 | 2024.11.06 00:27:40.435264 [ 288 ] {} <Debug> HTTP-Session: 8fbe8fbb-96a4-40e7-9de5-1c3f11c48c03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15918 | 2024.11.06 00:27:40.435469 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58159, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15919 | 2024.11.06 00:27:40.435575 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61509, User-Agent: (none), Length: 8612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15920 | 2024.11.06 00:27:40.435689 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15921 | 2024.11.06 00:27:40.435714 [ 282 ] {} <Debug> HTTP-Session: 62f72070-82cb-43b0-90fe-ae1a0c664b0c Authenticating user 'default' from [fd00:1122:3344:101::d]:61509 | ||
| 15922 | 2024.11.06 00:27:40.435738 [ 282 ] {} <Debug> HTTP-Session: 62f72070-82cb-43b0-90fe-ae1a0c664b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15923 | 2024.11.06 00:27:40.435753 [ 282 ] {} <Debug> HTTP-Session: 62f72070-82cb-43b0-90fe-ae1a0c664b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15924 | 2024.11.06 00:27:40.435808 [ 282 ] {} <Trace> HTTP-Session: 62f72070-82cb-43b0-90fe-ae1a0c664b0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15925 | 2024.11.06 00:27:40.436010 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61509) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 15926 | 2024.11.06 00:27:40.436080 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15927 | 2024.11.06 00:27:40.436420 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15928 | 2024.11.06 00:27:40.436855 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15929 | 2024.11.06 00:27:40.436899 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 15930 | 2024.11.06 00:27:40.437325 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15931 | 2024.11.06 00:27:40.437713 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15932 | 2024.11.06 00:27:40.437892 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001954 sec., 31729.78505629478 rows/sec., 2.41 MiB/sec. | ||
| 15933 | 2024.11.06 00:27:40.438196 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Debug> DynamicQueryHandler: Done processing query | ||
| 15934 | 2024.11.06 00:27:40.438256 [ 282 ] {7558034e-caf9-4892-8c7c-79039eae607d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15935 | 2024.11.06 00:27:40.438312 [ 282 ] {} <Debug> HTTP-Session: 62f72070-82cb-43b0-90fe-ae1a0c664b0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15936 | 2024.11.06 00:27:40.438541 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61509, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15937 | 2024.11.06 00:27:40.438629 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64397, User-Agent: (none), Length: 1727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15938 | 2024.11.06 00:27:40.438701 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15939 | 2024.11.06 00:27:40.438722 [ 288 ] {} <Debug> HTTP-Session: 87346284-c8ea-4945-b1aa-95336d87ec63 Authenticating user 'default' from [fd00:1122:3344:101::d]:64397 | ||
| 15940 | 2024.11.06 00:27:40.438742 [ 288 ] {} <Debug> HTTP-Session: 87346284-c8ea-4945-b1aa-95336d87ec63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15941 | 2024.11.06 00:27:40.438756 [ 288 ] {} <Debug> HTTP-Session: 87346284-c8ea-4945-b1aa-95336d87ec63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15942 | 2024.11.06 00:27:40.438798 [ 288 ] {} <Trace> HTTP-Session: 87346284-c8ea-4945-b1aa-95336d87ec63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15943 | 2024.11.06 00:27:40.438916 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64397) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 15944 | 2024.11.06 00:27:40.438966 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15945 | 2024.11.06 00:27:40.439228 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15946 | 2024.11.06 00:27:40.439596 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15947 | 2024.11.06 00:27:40.439636 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 15948 | 2024.11.06 00:27:40.440008 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 15949 | 2024.11.06 00:27:40.440383 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15950 | 2024.11.06 00:27:40.440546 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001661 sec., 7224.563515954244 rows/sec., 504.45 KiB/sec. | ||
| 15951 | 2024.11.06 00:27:40.440743 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Debug> DynamicQueryHandler: Done processing query | ||
| 15952 | 2024.11.06 00:27:40.440769 [ 288 ] {ee21539d-bc04-46cf-aa15-576bddb52eff} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 15953 | 2024.11.06 00:27:40.440785 [ 288 ] {} <Debug> HTTP-Session: 87346284-c8ea-4945-b1aa-95336d87ec63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15954 | 2024.11.06 00:27:40.440968 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64397, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15955 | 2024.11.06 00:27:40.441071 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57397, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15956 | 2024.11.06 00:27:40.441142 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15957 | 2024.11.06 00:27:40.441164 [ 282 ] {} <Debug> HTTP-Session: dd73feb4-5765-4c09-9206-fae2f4039628 Authenticating user 'default' from [fd00:1122:3344:101::d]:57397 | ||
| 15958 | 2024.11.06 00:27:40.441184 [ 282 ] {} <Debug> HTTP-Session: dd73feb4-5765-4c09-9206-fae2f4039628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15959 | 2024.11.06 00:27:40.441198 [ 282 ] {} <Debug> HTTP-Session: dd73feb4-5765-4c09-9206-fae2f4039628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15960 | 2024.11.06 00:27:40.441243 [ 282 ] {} <Trace> HTTP-Session: dd73feb4-5765-4c09-9206-fae2f4039628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15961 | 2024.11.06 00:27:40.441406 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57397) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 15962 | 2024.11.06 00:27:40.441464 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15963 | 2024.11.06 00:27:40.441821 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15964 | 2024.11.06 00:27:40.442247 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15965 | 2024.11.06 00:27:40.442287 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 15966 | 2024.11.06 00:27:40.442719 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15967 | 2024.11.06 00:27:40.443097 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15968 | 2024.11.06 00:27:40.443264 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001909 sec., 39811.41959140911 rows/sec., 3.12 MiB/sec. | ||
| 15969 | 2024.11.06 00:27:40.443500 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Debug> DynamicQueryHandler: Done processing query | ||
| 15970 | 2024.11.06 00:27:40.443537 [ 282 ] {7d928533-9a28-40dd-a2f0-443fd79d7e45} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 15971 | 2024.11.06 00:27:40.443570 [ 282 ] {} <Debug> HTTP-Session: dd73feb4-5765-4c09-9206-fae2f4039628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15972 | 2024.11.06 00:27:40.443760 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57397, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15973 | 2024.11.06 00:27:40.443825 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64397, User-Agent: (none), Length: 25674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15974 | 2024.11.06 00:27:40.443920 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15975 | 2024.11.06 00:27:40.443946 [ 288 ] {} <Debug> HTTP-Session: 08b515e5-64f1-4d4b-8643-4eb5c924b4de Authenticating user 'default' from [fd00:1122:3344:101::d]:64397 | ||
| 15976 | 2024.11.06 00:27:40.443968 [ 288 ] {} <Debug> HTTP-Session: 08b515e5-64f1-4d4b-8643-4eb5c924b4de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15977 | 2024.11.06 00:27:40.443982 [ 288 ] {} <Debug> HTTP-Session: 08b515e5-64f1-4d4b-8643-4eb5c924b4de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15978 | 2024.11.06 00:27:40.444024 [ 288 ] {} <Trace> HTTP-Session: 08b515e5-64f1-4d4b-8643-4eb5c924b4de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15979 | 2024.11.06 00:27:40.444193 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64397) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 15980 | 2024.11.06 00:27:40.444246 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15981 | 2024.11.06 00:27:40.444437 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 15982 | 2024.11.06 00:27:40.444839 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15983 | 2024.11.06 00:27:40.444879 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 15984 | 2024.11.06 00:27:40.445294 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 15985 | 2024.11.06 00:27:40.445643 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15986 | 2024.11.06 00:27:40.445810 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.001695 sec., 79056.04719764012 rows/sec., 5.50 MiB/sec. | ||
| 15987 | 2024.11.06 00:27:40.446023 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 15988 | 2024.11.06 00:27:40.446060 [ 288 ] {21cf0931-1215-44c7-832e-c4354091fcc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 15989 | 2024.11.06 00:27:40.446093 [ 288 ] {} <Debug> HTTP-Session: 08b515e5-64f1-4d4b-8643-4eb5c924b4de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15990 | 2024.11.06 00:27:40.446264 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64397, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15991 | 2024.11.06 00:27:40.446328 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51465, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 15992 | 2024.11.06 00:27:40.446415 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 15993 | 2024.11.06 00:27:40.446439 [ 282 ] {} <Debug> HTTP-Session: fe862668-139a-4833-b463-d71d1fdd1f97 Authenticating user 'default' from [fd00:1122:3344:101::d]:51465 | ||
| 15994 | 2024.11.06 00:27:40.446460 [ 282 ] {} <Debug> HTTP-Session: fe862668-139a-4833-b463-d71d1fdd1f97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15995 | 2024.11.06 00:27:40.446474 [ 282 ] {} <Debug> HTTP-Session: fe862668-139a-4833-b463-d71d1fdd1f97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 15996 | 2024.11.06 00:27:40.446516 [ 282 ] {} <Trace> HTTP-Session: fe862668-139a-4833-b463-d71d1fdd1f97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15997 | 2024.11.06 00:27:40.446656 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51465) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 15998 | 2024.11.06 00:27:40.446708 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15999 | 2024.11.06 00:27:40.446879 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16000 | 2024.11.06 00:27:40.447207 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16001 | 2024.11.06 00:27:40.447245 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 16002 | 2024.11.06 00:27:40.447631 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 16003 | 2024.11.06 00:27:40.447988 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16004 | 2024.11.06 00:27:40.448145 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001537 sec., 31229.66818477554 rows/sec., 2.10 MiB/sec. | ||
| 16005 | 2024.11.06 00:27:40.448332 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Debug> DynamicQueryHandler: Done processing query | ||
| 16006 | 2024.11.06 00:27:40.448357 [ 282 ] {c9ef0376-cfb4-49f7-88fe-4a7bb088ef91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16007 | 2024.11.06 00:27:40.448374 [ 282 ] {} <Debug> HTTP-Session: fe862668-139a-4833-b463-d71d1fdd1f97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16008 | 2024.11.06 00:27:40.448598 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51465, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16009 | 2024.11.06 00:27:41.740789 [ 113 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16010 | 2024.11.06 00:27:41.740837 [ 113 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16011 | 2024.11.06 00:27:42.208786 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1434 | ||
| 16012 | 2024.11.06 00:27:42.211671 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16013 | 2024.11.06 00:27:42.211731 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 16014 | 2024.11.06 00:27:42.213235 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 16015 | 2024.11.06 00:27:42.214249 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16016 | 2024.11.06 00:27:42.214928 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1434 | ||
| 16017 | 2024.11.06 00:27:45.433522 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65396, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16018 | 2024.11.06 00:27:45.433656 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16019 | 2024.11.06 00:27:45.433686 [ 282 ] {} <Debug> HTTP-Session: a9b30e1f-0dc1-4347-bcc6-8cc2c8554897 Authenticating user 'default' from [fd00:1122:3344:101::d]:65396 | ||
| 16020 | 2024.11.06 00:27:45.433714 [ 282 ] {} <Debug> HTTP-Session: a9b30e1f-0dc1-4347-bcc6-8cc2c8554897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16021 | 2024.11.06 00:27:45.433731 [ 282 ] {} <Debug> HTTP-Session: a9b30e1f-0dc1-4347-bcc6-8cc2c8554897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16022 | 2024.11.06 00:27:45.433787 [ 282 ] {} <Trace> HTTP-Session: a9b30e1f-0dc1-4347-bcc6-8cc2c8554897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16023 | 2024.11.06 00:27:45.434006 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65396) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16024 | 2024.11.06 00:27:45.434083 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16025 | 2024.11.06 00:27:45.434479 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16026 | 2024.11.06 00:27:45.434998 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16027 | 2024.11.06 00:27:45.435043 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 16028 | 2024.11.06 00:27:45.435473 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 16029 | 2024.11.06 00:27:45.435891 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16030 | 2024.11.06 00:27:45.436117 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002178 sec., 25711.66207529844 rows/sec., 1.96 MiB/sec. | ||
| 16031 | 2024.11.06 00:27:45.436459 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16032 | 2024.11.06 00:27:45.436526 [ 282 ] {df00709f-9d60-4dd4-950e-c1f5f9fc070f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16033 | 2024.11.06 00:27:45.436582 [ 282 ] {} <Debug> HTTP-Session: a9b30e1f-0dc1-4347-bcc6-8cc2c8554897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16034 | 2024.11.06 00:27:45.436829 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16035 | 2024.11.06 00:27:45.436961 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57246, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16036 | 2024.11.06 00:27:45.437072 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16037 | 2024.11.06 00:27:45.437096 [ 288 ] {} <Debug> HTTP-Session: 35c6394f-a01b-49ec-9ccf-48a9be5313c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57246 | ||
| 16038 | 2024.11.06 00:27:45.437120 [ 288 ] {} <Debug> HTTP-Session: 35c6394f-a01b-49ec-9ccf-48a9be5313c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16039 | 2024.11.06 00:27:45.437134 [ 288 ] {} <Debug> HTTP-Session: 35c6394f-a01b-49ec-9ccf-48a9be5313c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16040 | 2024.11.06 00:27:45.437188 [ 288 ] {} <Trace> HTTP-Session: 35c6394f-a01b-49ec-9ccf-48a9be5313c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16041 | 2024.11.06 00:27:45.437391 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57246) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16042 | 2024.11.06 00:27:45.437459 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16043 | 2024.11.06 00:27:45.437806 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16044 | 2024.11.06 00:27:45.438229 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16045 | 2024.11.06 00:27:45.438271 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 16046 | 2024.11.06 00:27:45.438697 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 16047 | 2024.11.06 00:27:45.439088 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16048 | 2024.11.06 00:27:45.439256 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00193 sec., 33160.62176165803 rows/sec., 2.59 MiB/sec. | ||
| 16049 | 2024.11.06 00:27:45.439456 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Debug> DynamicQueryHandler: Done processing query | ||
| 16050 | 2024.11.06 00:27:45.439481 [ 288 ] {c7cda9e3-2f27-48fe-ab3b-7fd61d0c6728} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16051 | 2024.11.06 00:27:45.439497 [ 288 ] {} <Debug> HTTP-Session: 35c6394f-a01b-49ec-9ccf-48a9be5313c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16052 | 2024.11.06 00:27:45.439712 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65396, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16053 | 2024.11.06 00:27:45.439723 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57246, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16054 | 2024.11.06 00:27:45.439808 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16055 | 2024.11.06 00:27:45.439844 [ 282 ] {} <Debug> HTTP-Session: 8e1d7a7a-74bf-48d8-ac79-c17de395b99b Authenticating user 'default' from [fd00:1122:3344:101::d]:65396 | ||
| 16056 | 2024.11.06 00:27:45.439869 [ 282 ] {} <Debug> HTTP-Session: 8e1d7a7a-74bf-48d8-ac79-c17de395b99b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16057 | 2024.11.06 00:27:45.439892 [ 282 ] {} <Debug> HTTP-Session: 8e1d7a7a-74bf-48d8-ac79-c17de395b99b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16058 | 2024.11.06 00:27:45.439950 [ 282 ] {} <Trace> HTTP-Session: 8e1d7a7a-74bf-48d8-ac79-c17de395b99b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16059 | 2024.11.06 00:27:45.440170 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65396) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16060 | 2024.11.06 00:27:45.440233 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16061 | 2024.11.06 00:27:45.440451 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16062 | 2024.11.06 00:27:45.440880 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16063 | 2024.11.06 00:27:45.440919 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 16064 | 2024.11.06 00:27:45.441330 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 16065 | 2024.11.06 00:27:45.441682 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16066 | 2024.11.06 00:27:45.441849 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001777 sec., 90039.39223410243 rows/sec., 6.27 MiB/sec. | ||
| 16067 | 2024.11.06 00:27:45.442111 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Debug> DynamicQueryHandler: Done processing query | ||
| 16068 | 2024.11.06 00:27:45.442177 [ 282 ] {4167e29f-8418-40b5-bf61-beac893d08ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16069 | 2024.11.06 00:27:45.442239 [ 282 ] {} <Debug> HTTP-Session: 8e1d7a7a-74bf-48d8-ac79-c17de395b99b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16070 | 2024.11.06 00:27:45.442516 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16071 | 2024.11.06 00:27:45.442599 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50843, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16072 | 2024.11.06 00:27:45.442710 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16073 | 2024.11.06 00:27:45.442750 [ 288 ] {} <Debug> HTTP-Session: ffc1a85f-f5f8-4bc2-a2c5-a904ce7e7730 Authenticating user 'default' from [fd00:1122:3344:101::d]:50843 | ||
| 16074 | 2024.11.06 00:27:45.442784 [ 288 ] {} <Debug> HTTP-Session: ffc1a85f-f5f8-4bc2-a2c5-a904ce7e7730 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16075 | 2024.11.06 00:27:45.442811 [ 288 ] {} <Debug> HTTP-Session: ffc1a85f-f5f8-4bc2-a2c5-a904ce7e7730 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16076 | 2024.11.06 00:27:45.442879 [ 288 ] {} <Trace> HTTP-Session: ffc1a85f-f5f8-4bc2-a2c5-a904ce7e7730 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16077 | 2024.11.06 00:27:45.443121 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50843) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16078 | 2024.11.06 00:27:45.443213 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16079 | 2024.11.06 00:27:45.443516 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16080 | 2024.11.06 00:27:45.443884 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16081 | 2024.11.06 00:27:45.443920 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.69 GiB. | ||
| 16082 | 2024.11.06 00:27:45.444291 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 16083 | 2024.11.06 00:27:45.444638 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16084 | 2024.11.06 00:27:45.444792 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001754 sec., 34207.52565564424 rows/sec., 2.31 MiB/sec. | ||
| 16085 | 2024.11.06 00:27:45.445013 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Debug> DynamicQueryHandler: Done processing query | ||
| 16086 | 2024.11.06 00:27:45.445072 [ 288 ] {54db081a-9a64-4730-a845-b9d834c73f53} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16087 | 2024.11.06 00:27:45.445128 [ 288 ] {} <Debug> HTTP-Session: ffc1a85f-f5f8-4bc2-a2c5-a904ce7e7730 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16088 | 2024.11.06 00:27:45.445446 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16089 | 2024.11.06 00:27:49.803318 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47391, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16090 | 2024.11.06 00:27:50.057296 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49843, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16091 | 2024.11.06 00:27:50.131261 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49433, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16092 | 2024.11.06 00:27:50.347497 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40401, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16093 | 2024.11.06 00:27:50.393889 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:34773, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16094 | 2024.11.06 00:27:50.403243 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:61064, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16095 | 2024.11.06 00:27:50.439847 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65396, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16096 | 2024.11.06 00:27:50.439979 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16097 | 2024.11.06 00:27:50.440009 [ 282 ] {} <Debug> HTTP-Session: 051b3458-1743-4fb5-9120-c851bbc36fb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:65396 | ||
| 16098 | 2024.11.06 00:27:50.440036 [ 282 ] {} <Debug> HTTP-Session: 051b3458-1743-4fb5-9120-c851bbc36fb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16099 | 2024.11.06 00:27:50.440054 [ 282 ] {} <Debug> HTTP-Session: 051b3458-1743-4fb5-9120-c851bbc36fb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16100 | 2024.11.06 00:27:50.440109 [ 282 ] {} <Trace> HTTP-Session: 051b3458-1743-4fb5-9120-c851bbc36fb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16101 | 2024.11.06 00:27:50.440411 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65396) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16102 | 2024.11.06 00:27:50.440488 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16103 | 2024.11.06 00:27:50.440853 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16104 | 2024.11.06 00:27:50.441513 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16105 | 2024.11.06 00:27:50.441559 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16106 | 2024.11.06 00:27:50.442008 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 16107 | 2024.11.06 00:27:50.442405 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16108 | 2024.11.06 00:27:50.442572 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002298 sec., 117928.63359442994 rows/sec., 10.48 MiB/sec. | ||
| 16109 | 2024.11.06 00:27:50.442805 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16110 | 2024.11.06 00:27:50.442833 [ 282 ] {97daff52-865c-412b-a7e3-479bd848da2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 16111 | 2024.11.06 00:27:50.442851 [ 282 ] {} <Debug> HTTP-Session: 051b3458-1743-4fb5-9120-c851bbc36fb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16112 | 2024.11.06 00:27:50.443059 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16113 | 2024.11.06 00:27:50.443160 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35253, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16114 | 2024.11.06 00:27:50.443236 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16115 | 2024.11.06 00:27:50.443260 [ 288 ] {} <Debug> HTTP-Session: 45af17dc-444c-4531-8b77-9c73b60f0938 Authenticating user 'default' from [fd00:1122:3344:101::d]:35253 | ||
| 16116 | 2024.11.06 00:27:50.443284 [ 288 ] {} <Debug> HTTP-Session: 45af17dc-444c-4531-8b77-9c73b60f0938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16117 | 2024.11.06 00:27:50.443300 [ 288 ] {} <Debug> HTTP-Session: 45af17dc-444c-4531-8b77-9c73b60f0938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16118 | 2024.11.06 00:27:50.443355 [ 288 ] {} <Trace> HTTP-Session: 45af17dc-444c-4531-8b77-9c73b60f0938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16119 | 2024.11.06 00:27:50.443547 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35253) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16120 | 2024.11.06 00:27:50.443612 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16121 | 2024.11.06 00:27:50.443958 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16122 | 2024.11.06 00:27:50.444360 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16123 | 2024.11.06 00:27:50.444402 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16124 | 2024.11.06 00:27:50.444832 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16125 | 2024.11.06 00:27:50.445224 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16126 | 2024.11.06 00:27:50.445410 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001925 sec., 21298.701298701297 rows/sec., 1.56 MiB/sec. | ||
| 16127 | 2024.11.06 00:27:50.445619 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 16128 | 2024.11.06 00:27:50.445654 [ 288 ] {45dbe06b-8e98-4351-8a1f-5473e9ed2f5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16129 | 2024.11.06 00:27:50.445676 [ 288 ] {} <Debug> HTTP-Session: 45af17dc-444c-4531-8b77-9c73b60f0938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16130 | 2024.11.06 00:27:50.445898 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35253, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16131 | 2024.11.06 00:27:50.445901 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65396, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16132 | 2024.11.06 00:27:50.446042 [ 282 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16133 | 2024.11.06 00:27:50.446086 [ 282 ] {} <Debug> HTTP-Session: e8aa69fd-a7f3-433b-92de-ff7349eb6153 Authenticating user 'default' from [fd00:1122:3344:101::d]:65396 | ||
| 16134 | 2024.11.06 00:27:50.446118 [ 282 ] {} <Debug> HTTP-Session: e8aa69fd-a7f3-433b-92de-ff7349eb6153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16135 | 2024.11.06 00:27:50.446137 [ 282 ] {} <Debug> HTTP-Session: e8aa69fd-a7f3-433b-92de-ff7349eb6153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16136 | 2024.11.06 00:27:50.446184 [ 282 ] {} <Trace> HTTP-Session: e8aa69fd-a7f3-433b-92de-ff7349eb6153 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16137 | 2024.11.06 00:27:50.446338 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65396) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16138 | 2024.11.06 00:27:50.446397 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16139 | 2024.11.06 00:27:50.446694 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16140 | 2024.11.06 00:27:50.447063 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16141 | 2024.11.06 00:27:50.447104 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16142 | 2024.11.06 00:27:50.447505 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 16143 | 2024.11.06 00:27:50.447892 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16144 | 2024.11.06 00:27:50.448063 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001761 sec., 7950.028392958547 rows/sec., 556.77 KiB/sec. | ||
| 16145 | 2024.11.06 00:27:50.448303 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Debug> DynamicQueryHandler: Done processing query | ||
| 16146 | 2024.11.06 00:27:50.448330 [ 282 ] {1e8a8463-5139-47b2-93b7-281bd7206a93} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16147 | 2024.11.06 00:27:50.448348 [ 282 ] {} <Debug> HTTP-Session: e8aa69fd-a7f3-433b-92de-ff7349eb6153 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16148 | 2024.11.06 00:27:50.448494 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65396, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16149 | 2024.11.06 00:27:50.448571 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40296, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16150 | 2024.11.06 00:27:50.448634 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53476, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16151 | 2024.11.06 00:27:50.448716 [ 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): | ||
| 16152 | |||
| 16153 | (version 23.8.7.1) | ||
| 16154 | 2024.11.06 00:27:50.448784 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16155 | 2024.11.06 00:27:50.448815 [ 287 ] {} <Debug> HTTP-Session: 886bf60a-813b-4f8c-b169-83eea5cd407c Authenticating user 'default' from [fd00:1122:3344:101::d]:53476 | ||
| 16156 | 2024.11.06 00:27:50.448838 [ 287 ] {} <Debug> HTTP-Session: 886bf60a-813b-4f8c-b169-83eea5cd407c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16157 | 2024.11.06 00:27:50.448853 [ 287 ] {} <Debug> HTTP-Session: 886bf60a-813b-4f8c-b169-83eea5cd407c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16158 | 2024.11.06 00:27:50.448906 [ 287 ] {} <Trace> HTTP-Session: 886bf60a-813b-4f8c-b169-83eea5cd407c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16159 | 2024.11.06 00:27:50.449079 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53476) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16160 | 2024.11.06 00:27:50.449146 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16161 | 2024.11.06 00:27:50.449492 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16162 | 2024.11.06 00:27:50.449863 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16163 | 2024.11.06 00:27:50.449903 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16164 | 2024.11.06 00:27:50.450339 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 16165 | 2024.11.06 00:27:50.450734 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16166 | 2024.11.06 00:27:50.450884 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001857 sec., 3231.0177705977385 rows/sec., 190.90 KiB/sec. | ||
| 16167 | 2024.11.06 00:27:50.451093 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 16168 | 2024.11.06 00:27:50.451119 [ 287 ] {abd86740-969c-4d12-8021-976e4f872cf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16169 | 2024.11.06 00:27:50.451136 [ 287 ] {} <Debug> HTTP-Session: 886bf60a-813b-4f8c-b169-83eea5cd407c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16170 | 2024.11.06 00:27:50.451348 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16171 | 2024.11.06 00:27:50.451448 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38984, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16172 | 2024.11.06 00:27:50.451512 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16173 | 2024.11.06 00:27:50.451533 [ 288 ] {} <Debug> HTTP-Session: b9d4f2e3-0eb5-4394-9179-a77d0580d63e Authenticating user 'default' from [fd00:1122:3344:101::d]:38984 | ||
| 16174 | 2024.11.06 00:27:50.451553 [ 288 ] {} <Debug> HTTP-Session: b9d4f2e3-0eb5-4394-9179-a77d0580d63e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16175 | 2024.11.06 00:27:50.451567 [ 288 ] {} <Debug> HTTP-Session: b9d4f2e3-0eb5-4394-9179-a77d0580d63e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16176 | 2024.11.06 00:27:50.451611 [ 288 ] {} <Trace> HTTP-Session: b9d4f2e3-0eb5-4394-9179-a77d0580d63e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16177 | 2024.11.06 00:27:50.451873 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38984) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16178 | 2024.11.06 00:27:50.451925 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16179 | 2024.11.06 00:27:50.452202 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16180 | 2024.11.06 00:27:50.452801 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16181 | 2024.11.06 00:27:50.452839 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16182 | 2024.11.06 00:27:50.453232 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 16183 | 2024.11.06 00:27:50.453467 [ 282 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:55750, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16184 | 2024.11.06 00:27:50.453783 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16185 | 2024.11.06 00:27:50.453945 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002203 sec., 192010.8942351339 rows/sec., 13.73 MiB/sec. | ||
| 16186 | 2024.11.06 00:27:50.454126 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Debug> DynamicQueryHandler: Done processing query | ||
| 16187 | 2024.11.06 00:27:50.454152 [ 288 ] {7519893d-e83d-4eb8-bd0f-dc1edb2da351} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 16188 | 2024.11.06 00:27:50.454168 [ 288 ] {} <Debug> HTTP-Session: b9d4f2e3-0eb5-4394-9179-a77d0580d63e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16189 | 2024.11.06 00:27:50.454345 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38984, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16190 | 2024.11.06 00:27:50.454364 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53476, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16191 | 2024.11.06 00:27:50.454457 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16192 | 2024.11.06 00:27:50.454493 [ 287 ] {} <Debug> HTTP-Session: 845260aa-b494-4641-b1ae-462d922a95ba Authenticating user 'default' from [fd00:1122:3344:101::d]:53476 | ||
| 16193 | 2024.11.06 00:27:50.454520 [ 287 ] {} <Debug> HTTP-Session: 845260aa-b494-4641-b1ae-462d922a95ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16194 | 2024.11.06 00:27:50.454535 [ 287 ] {} <Debug> HTTP-Session: 845260aa-b494-4641-b1ae-462d922a95ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16195 | 2024.11.06 00:27:50.454579 [ 287 ] {} <Trace> HTTP-Session: 845260aa-b494-4641-b1ae-462d922a95ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16196 | 2024.11.06 00:27:50.454700 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53476) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16197 | 2024.11.06 00:27:50.454753 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16198 | 2024.11.06 00:27:50.454920 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16199 | 2024.11.06 00:27:50.455191 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16200 | 2024.11.06 00:27:50.455226 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16201 | 2024.11.06 00:27:50.455614 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 16202 | 2024.11.06 00:27:50.455951 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16203 | 2024.11.06 00:27:50.456082 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 221.69 KiB/sec. | ||
| 16204 | 2024.11.06 00:27:50.456376 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Debug> DynamicQueryHandler: Done processing query | ||
| 16205 | 2024.11.06 00:27:50.456422 [ 287 ] {6adb6dd0-633d-4434-9891-74c162a5dba9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16206 | 2024.11.06 00:27:50.456439 [ 287 ] {} <Debug> HTTP-Session: 845260aa-b494-4641-b1ae-462d922a95ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16207 | 2024.11.06 00:27:50.456642 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53476, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16208 | 2024.11.06 00:27:50.456704 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40554, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16209 | 2024.11.06 00:27:50.456802 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16210 | 2024.11.06 00:27:50.456832 [ 288 ] {} <Debug> HTTP-Session: 5ded4ace-a070-494b-bdc7-e9944ecd403e Authenticating user 'default' from [fd00:1122:3344:101::d]:40554 | ||
| 16211 | 2024.11.06 00:27:50.456855 [ 288 ] {} <Debug> HTTP-Session: 5ded4ace-a070-494b-bdc7-e9944ecd403e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16212 | 2024.11.06 00:27:50.456872 [ 288 ] {} <Debug> HTTP-Session: 5ded4ace-a070-494b-bdc7-e9944ecd403e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16213 | 2024.11.06 00:27:50.456919 [ 288 ] {} <Trace> HTTP-Session: 5ded4ace-a070-494b-bdc7-e9944ecd403e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16214 | 2024.11.06 00:27:50.457152 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40554) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16215 | 2024.11.06 00:27:50.457213 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16216 | 2024.11.06 00:27:50.457427 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16217 | 2024.11.06 00:27:50.457853 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16218 | 2024.11.06 00:27:50.457890 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16219 | 2024.11.06 00:27:50.458285 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 16220 | 2024.11.06 00:27:50.458642 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16221 | 2024.11.06 00:27:50.458799 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001765 sec., 134277.62039660057 rows/sec., 9.00 MiB/sec. | ||
| 16222 | 2024.11.06 00:27:50.458987 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 16223 | 2024.11.06 00:27:50.459012 [ 288 ] {827dfe49-c1a8-4bf8-a067-b0b5c3b863d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16224 | 2024.11.06 00:27:50.459028 [ 288 ] {} <Debug> HTTP-Session: 5ded4ace-a070-494b-bdc7-e9944ecd403e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16225 | 2024.11.06 00:27:50.459188 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40554, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16226 | 2024.11.06 00:27:50.459262 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38889, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16227 | 2024.11.06 00:27:50.459348 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16228 | 2024.11.06 00:27:50.459369 [ 287 ] {} <Debug> HTTP-Session: 7deae903-1531-4a30-9d31-7da1a5405d14 Authenticating user 'default' from [fd00:1122:3344:101::d]:38889 | ||
| 16229 | 2024.11.06 00:27:50.459388 [ 287 ] {} <Debug> HTTP-Session: 7deae903-1531-4a30-9d31-7da1a5405d14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16230 | 2024.11.06 00:27:50.459402 [ 287 ] {} <Debug> HTTP-Session: 7deae903-1531-4a30-9d31-7da1a5405d14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16231 | 2024.11.06 00:27:50.459471 [ 287 ] {} <Trace> HTTP-Session: 7deae903-1531-4a30-9d31-7da1a5405d14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16232 | 2024.11.06 00:27:50.459580 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38889) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16233 | 2024.11.06 00:27:50.459632 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16234 | 2024.11.06 00:27:50.459797 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16235 | 2024.11.06 00:27:50.460056 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16236 | 2024.11.06 00:27:50.460092 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16237 | 2024.11.06 00:27:50.460454 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 16238 | 2024.11.06 00:27:50.460790 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16239 | 2024.11.06 00:27:50.460990 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001422 sec., 703.2348804500702 rows/sec., 47.39 KiB/sec. | ||
| 16240 | 2024.11.06 00:27:50.461387 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Debug> DynamicQueryHandler: Done processing query | ||
| 16241 | 2024.11.06 00:27:50.461418 [ 287 ] {53e6e295-0260-48b3-9fde-e673dc9d6e80} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16242 | 2024.11.06 00:27:50.461438 [ 287 ] {} <Debug> HTTP-Session: 7deae903-1531-4a30-9d31-7da1a5405d14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16243 | 2024.11.06 00:27:50.461654 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16244 | 2024.11.06 00:27:50.461756 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63238, User-Agent: (none), Length: 69000, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16245 | 2024.11.06 00:27:50.461818 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16246 | 2024.11.06 00:27:50.461838 [ 288 ] {} <Debug> HTTP-Session: f30e72cd-0491-4ddd-b22c-56d8637c8c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:63238 | ||
| 16247 | 2024.11.06 00:27:50.461856 [ 288 ] {} <Debug> HTTP-Session: f30e72cd-0491-4ddd-b22c-56d8637c8c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16248 | 2024.11.06 00:27:50.461870 [ 288 ] {} <Debug> HTTP-Session: f30e72cd-0491-4ddd-b22c-56d8637c8c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16249 | 2024.11.06 00:27:50.461910 [ 288 ] {} <Trace> HTTP-Session: f30e72cd-0491-4ddd-b22c-56d8637c8c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16250 | 2024.11.06 00:27:50.462367 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63238) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16251 | 2024.11.06 00:27:50.462457 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <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 | ||
| 16252 | 2024.11.06 00:27:50.462957 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16253 | 2024.11.06 00:27:50.463659 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16254 | 2024.11.06 00:27:50.463698 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16255 | 2024.11.06 00:27:50.464366 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 16256 | 2024.11.06 00:27:50.464801 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16257 | 2024.11.06 00:27:50.465008 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002989 sec., 13716.962194713951 rows/sec., 24.58 MiB/sec. | ||
| 16258 | 2024.11.06 00:27:50.465241 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <Debug> DynamicQueryHandler: Done processing query | ||
| 16259 | 2024.11.06 00:27:50.465267 [ 288 ] {5eab96c3-0749-411d-b22b-7aef642f3f38} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 16260 | 2024.11.06 00:27:50.465282 [ 288 ] {} <Debug> HTTP-Session: f30e72cd-0491-4ddd-b22c-56d8637c8c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16261 | 2024.11.06 00:27:50.465461 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38889, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16262 | 2024.11.06 00:27:50.465491 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63238, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16263 | 2024.11.06 00:27:50.465565 [ 287 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16264 | 2024.11.06 00:27:50.465594 [ 287 ] {} <Debug> HTTP-Session: 7254496e-ea18-4bb0-a161-17659659277e Authenticating user 'default' from [fd00:1122:3344:101::d]:38889 | ||
| 16265 | 2024.11.06 00:27:50.465621 [ 287 ] {} <Debug> HTTP-Session: 7254496e-ea18-4bb0-a161-17659659277e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16266 | 2024.11.06 00:27:50.465647 [ 287 ] {} <Debug> HTTP-Session: 7254496e-ea18-4bb0-a161-17659659277e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16267 | 2024.11.06 00:27:50.465695 [ 287 ] {} <Trace> HTTP-Session: 7254496e-ea18-4bb0-a161-17659659277e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16268 | 2024.11.06 00:27:50.465871 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38889) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16269 | 2024.11.06 00:27:50.465930 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16270 | 2024.11.06 00:27:50.466124 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16271 | 2024.11.06 00:27:50.466470 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16272 | 2024.11.06 00:27:50.466515 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16273 | 2024.11.06 00:27:50.466933 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 16274 | 2024.11.06 00:27:50.467267 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16275 | 2024.11.06 00:27:50.467426 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001624 sec., 50492.61083743842 rows/sec., 3.21 MiB/sec. | ||
| 16276 | 2024.11.06 00:27:50.467606 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 16277 | 2024.11.06 00:27:50.467631 [ 287 ] {5aec78a4-0900-4ffa-ab96-bc940778de8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16278 | 2024.11.06 00:27:50.467648 [ 287 ] {} <Debug> HTTP-Session: 7254496e-ea18-4bb0-a161-17659659277e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16279 | 2024.11.06 00:27:50.467985 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38889, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16280 | 2024.11.06 00:27:50.621260 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41190, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16281 | 2024.11.06 00:27:50.678721 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16282 | 2024.11.06 00:27:50.744100 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46014, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16283 | 2024.11.06 00:27:50.839837 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:65047, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16284 | 2024.11.06 00:27:50.935355 [ 287 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16285 | 2024.11.06 00:27:50.935405 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:32965, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16286 | 2024.11.06 00:27:50.948781 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16287 | 2024.11.06 00:27:50.964133 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16288 | 2024.11.06 00:27:50.995427 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16289 | 2024.11.06 00:27:51.001147 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.31 MiB, peak 195.34 MiB, free memory in arenas 0.00 B, will set to 184.14 MiB (RSS), difference: -1.18 MiB | ||
| 16290 | 2024.11.06 00:27:51.146895 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48958, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16291 | 2024.11.06 00:27:51.199515 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51381, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16292 | 2024.11.06 00:27:51.210859 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46277, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16293 | 2024.11.06 00:27:51.243473 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16294 | 2024.11.06 00:27:51.480280 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63632, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16295 | 2024.11.06 00:27:51.515810 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:44768, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16296 | 2024.11.06 00:27:51.517113 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:60560, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16297 | 2024.11.06 00:27:52.215970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1462 | ||
| 16298 | 2024.11.06 00:27:52.218734 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16299 | 2024.11.06 00:27:52.218783 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16300 | 2024.11.06 00:27:52.220274 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 16301 | 2024.11.06 00:27:52.221243 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16302 | 2024.11.06 00:27:52.221467 [ 104 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 16303 | 2024.11.06 00:27:52.221593 [ 104 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16304 | 2024.11.06 00:27:52.221670 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16305 | 2024.11.06 00:27:52.222134 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 16306 | 2024.11.06 00:27:52.222587 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1462 | ||
| 16307 | 2024.11.06 00:27:52.223393 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16308 | 2024.11.06 00:27:52.223558 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1322 rows starting from the beginning of the part | ||
| 16309 | 2024.11.06 00:27:52.224212 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 16310 | 2024.11.06 00:27:52.224836 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 16311 | 2024.11.06 00:27:52.225365 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 16312 | 2024.11.06 00:27:52.225912 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 16313 | 2024.11.06 00:27:52.226398 [ 199 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 16314 | 2024.11.06 00:27:52.234789 [ 198 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1462 rows, containing 72 columns (72 merged, 0 gathered) in 0.012932374 sec., 113049.6225982948 rows/sec., 76.05 MiB/sec. | ||
| 16315 | 2024.11.06 00:27:52.236613 [ 192 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 16316 | 2024.11.06 00:27:52.238310 [ 192 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_51_10} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16317 | 2024.11.06 00:27:52.238409 [ 192 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_51_10} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 16318 | 2024.11.06 00:27:52.238739 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 16319 | 2024.11.06 00:27:55.432261 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53117, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16320 | 2024.11.06 00:27:55.432393 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16321 | 2024.11.06 00:27:55.432419 [ 304 ] {} <Debug> HTTP-Session: a6d731ef-e084-4c41-bd5c-4decd839c991 Authenticating user 'default' from [fd00:1122:3344:101::d]:53117 | ||
| 16322 | 2024.11.06 00:27:55.432442 [ 304 ] {} <Debug> HTTP-Session: a6d731ef-e084-4c41-bd5c-4decd839c991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16323 | 2024.11.06 00:27:55.432457 [ 304 ] {} <Debug> HTTP-Session: a6d731ef-e084-4c41-bd5c-4decd839c991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16324 | 2024.11.06 00:27:55.432510 [ 304 ] {} <Trace> HTTP-Session: a6d731ef-e084-4c41-bd5c-4decd839c991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16325 | 2024.11.06 00:27:55.432687 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53117) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16326 | 2024.11.06 00:27:55.432754 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16327 | 2024.11.06 00:27:55.433099 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16328 | 2024.11.06 00:27:55.433526 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16329 | 2024.11.06 00:27:55.433568 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16330 | 2024.11.06 00:27:55.433985 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 16331 | 2024.11.06 00:27:55.434386 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16332 | 2024.11.06 00:27:55.434539 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001902 sec., 1051.5247108307044 rows/sec., 85.74 KiB/sec. | ||
| 16333 | 2024.11.06 00:27:55.434770 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Debug> DynamicQueryHandler: Done processing query | ||
| 16334 | 2024.11.06 00:27:55.434796 [ 304 ] {378a61ec-938a-462e-9acc-de6bc7bf7a32} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16335 | 2024.11.06 00:27:55.434812 [ 304 ] {} <Debug> HTTP-Session: a6d731ef-e084-4c41-bd5c-4decd839c991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16336 | 2024.11.06 00:27:55.435052 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53117, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16337 | 2024.11.06 00:27:55.435162 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49800, User-Agent: (none), Length: 7945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16338 | 2024.11.06 00:27:55.435307 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16339 | 2024.11.06 00:27:55.435335 [ 290 ] {} <Debug> HTTP-Session: d63967cf-397b-4368-aa45-c82a649399e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:49800 | ||
| 16340 | 2024.11.06 00:27:55.435364 [ 290 ] {} <Debug> HTTP-Session: d63967cf-397b-4368-aa45-c82a649399e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16341 | 2024.11.06 00:27:55.435382 [ 290 ] {} <Debug> HTTP-Session: d63967cf-397b-4368-aa45-c82a649399e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16342 | 2024.11.06 00:27:55.435443 [ 290 ] {} <Trace> HTTP-Session: d63967cf-397b-4368-aa45-c82a649399e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16343 | 2024.11.06 00:27:55.435657 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49800) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16344 | 2024.11.06 00:27:55.435733 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16345 | 2024.11.06 00:27:55.436089 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16346 | 2024.11.06 00:27:55.436495 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16347 | 2024.11.06 00:27:55.436538 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16348 | 2024.11.06 00:27:55.436963 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 16349 | 2024.11.06 00:27:55.437385 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16350 | 2024.11.06 00:27:55.437572 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001987 sec., 28686.462003019627 rows/sec., 2.19 MiB/sec. | ||
| 16351 | 2024.11.06 00:27:55.437596 [ 102 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 16352 | 2024.11.06 00:27:55.437701 [ 102 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16353 | 2024.11.06 00:27:55.437765 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16354 | 2024.11.06 00:27:55.437907 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Debug> DynamicQueryHandler: Done processing query | ||
| 16355 | 2024.11.06 00:27:55.437925 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 16356 | 2024.11.06 00:27:55.437939 [ 290 ] {4579cee4-4ca8-407f-b20e-ffa03d7f9f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 16357 | 2024.11.06 00:27:55.437966 [ 290 ] {} <Debug> HTTP-Session: d63967cf-397b-4368-aa45-c82a649399e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16358 | 2024.11.06 00:27:55.438062 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16359 | 2024.11.06 00:27:55.438094 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1420 rows starting from the beginning of the part | ||
| 16360 | 2024.11.06 00:27:55.438182 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 271 rows starting from the beginning of the part | ||
| 16361 | 2024.11.06 00:27:55.438182 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49800, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16362 | 2024.11.06 00:27:55.438615 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 62 rows starting from the beginning of the part | ||
| 16363 | 2024.11.06 00:27:55.438655 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34899, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16364 | 2024.11.06 00:27:55.438898 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part | ||
| 16365 | 2024.11.06 00:27:55.438907 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16366 | 2024.11.06 00:27:55.439002 [ 304 ] {} <Debug> HTTP-Session: 210c217a-41d9-41ed-8d81-7a1200f8e158 Authenticating user 'default' from [fd00:1122:3344:101::d]:34899 | ||
| 16367 | 2024.11.06 00:27:55.439131 [ 304 ] {} <Debug> HTTP-Session: 210c217a-41d9-41ed-8d81-7a1200f8e158 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16368 | 2024.11.06 00:27:55.439184 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 271 rows starting from the beginning of the part | ||
| 16369 | 2024.11.06 00:27:55.439211 [ 304 ] {} <Debug> HTTP-Session: 210c217a-41d9-41ed-8d81-7a1200f8e158 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16370 | 2024.11.06 00:27:55.439397 [ 192 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 57 rows starting from the beginning of the part | ||
| 16371 | 2024.11.06 00:27:55.439494 [ 304 ] {} <Trace> HTTP-Session: 210c217a-41d9-41ed-8d81-7a1200f8e158 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16372 | 2024.11.06 00:27:55.439922 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34899) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16373 | 2024.11.06 00:27:55.440016 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16374 | 2024.11.06 00:27:55.440892 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16375 | 2024.11.06 00:27:55.441910 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16376 | 2024.11.06 00:27:55.441982 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16377 | 2024.11.06 00:27:55.442819 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 16378 | 2024.11.06 00:27:55.442846 [ 198 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2137 rows, containing 5 columns (5 merged, 0 gathered) in 0.004974018 sec., 429632.54254407604 rows/sec., 37.84 MiB/sec. | ||
| 16379 | 2024.11.06 00:27:55.443218 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 16380 | 2024.11.06 00:27:55.443430 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16381 | 2024.11.06 00:27:55.443744 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003886 sec., 514.668039114771 rows/sec., 35.94 KiB/sec. | ||
| 16382 | 2024.11.06 00:27:55.444654 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Debug> DynamicQueryHandler: Done processing query | ||
| 16383 | 2024.11.06 00:27:55.444732 [ 304 ] {918e1641-9fe8-488c-9b80-bb85203a5746} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16384 | 2024.11.06 00:27:55.444808 [ 304 ] {} <Debug> HTTP-Session: 210c217a-41d9-41ed-8d81-7a1200f8e158 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16385 | 2024.11.06 00:27:55.445152 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34899, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16386 | 2024.11.06 00:27:55.445287 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51696, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16387 | 2024.11.06 00:27:55.445411 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16388 | 2024.11.06 00:27:55.445455 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16389 | 2024.11.06 00:27:55.445520 [ 290 ] {} <Debug> HTTP-Session: 5092d64a-10ae-4973-8776-c6ffd7267fbc Authenticating user 'default' from [fd00:1122:3344:101::d]:51696 | ||
| 16390 | 2024.11.06 00:27:55.445573 [ 290 ] {} <Debug> HTTP-Session: 5092d64a-10ae-4973-8776-c6ffd7267fbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16391 | 2024.11.06 00:27:55.445575 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_101_20} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 16392 | 2024.11.06 00:27:55.445620 [ 290 ] {} <Debug> HTTP-Session: 5092d64a-10ae-4973-8776-c6ffd7267fbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16393 | 2024.11.06 00:27:55.445742 [ 290 ] {} <Trace> HTTP-Session: 5092d64a-10ae-4973-8776-c6ffd7267fbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16394 | 2024.11.06 00:27:55.445759 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 16395 | 2024.11.06 00:27:55.445972 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51696) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16396 | 2024.11.06 00:27:55.446044 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16397 | 2024.11.06 00:27:55.446430 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16398 | 2024.11.06 00:27:55.446872 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16399 | 2024.11.06 00:27:55.446922 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16400 | 2024.11.06 00:27:55.447456 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 16401 | 2024.11.06 00:27:55.448034 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16402 | 2024.11.06 00:27:55.448253 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.002332 sec., 28301.88679245283 rows/sec., 2.21 MiB/sec. | ||
| 16403 | 2024.11.06 00:27:55.448262 [ 101 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 16404 | 2024.11.06 00:27:55.448353 [ 101 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16405 | 2024.11.06 00:27:55.448415 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16406 | 2024.11.06 00:27:55.448614 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 16407 | 2024.11.06 00:27:55.448640 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Debug> DynamicQueryHandler: Done processing query | ||
| 16408 | 2024.11.06 00:27:55.448706 [ 290 ] {8395fe5b-ab2f-44b8-a83e-66ba8f0a8fda} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16409 | 2024.11.06 00:27:55.448756 [ 290 ] {} <Debug> HTTP-Session: 5092d64a-10ae-4973-8776-c6ffd7267fbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16410 | 2024.11.06 00:27:55.448884 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16411 | 2024.11.06 00:27:55.448923 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part | ||
| 16412 | 2024.11.06 00:27:55.449152 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51696, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16413 | 2024.11.06 00:27:55.449155 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 423 rows starting from the beginning of the part | ||
| 16414 | 2024.11.06 00:27:55.449238 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48032, User-Agent: (none), Length: 24721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16415 | 2024.11.06 00:27:55.449496 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 76 rows starting from the beginning of the part | ||
| 16416 | 2024.11.06 00:27:55.449532 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16417 | 2024.11.06 00:27:55.449629 [ 304 ] {} <Debug> HTTP-Session: c0acfc61-b784-4e25-8644-49da621370cb Authenticating user 'default' from [fd00:1122:3344:101::d]:48032 | ||
| 16418 | 2024.11.06 00:27:55.449732 [ 304 ] {} <Debug> HTTP-Session: c0acfc61-b784-4e25-8644-49da621370cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16419 | 2024.11.06 00:27:55.449813 [ 304 ] {} <Debug> HTTP-Session: c0acfc61-b784-4e25-8644-49da621370cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16420 | 2024.11.06 00:27:55.449836 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part | ||
| 16421 | 2024.11.06 00:27:55.449939 [ 304 ] {} <Trace> HTTP-Session: c0acfc61-b784-4e25-8644-49da621370cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16422 | 2024.11.06 00:27:55.450148 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 423 rows starting from the beginning of the part | ||
| 16423 | 2024.11.06 00:27:55.450370 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 66 rows starting from the beginning of the part | ||
| 16424 | 2024.11.06 00:27:55.450419 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48032) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16425 | 2024.11.06 00:27:55.450655 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16426 | 2024.11.06 00:27:55.451162 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16427 | 2024.11.06 00:27:55.451764 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16428 | 2024.11.06 00:27:55.451809 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16429 | 2024.11.06 00:27:55.452419 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 16430 | 2024.11.06 00:27:55.452874 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1967 rows, containing 5 columns (5 merged, 0 gathered) in 0.004343869 sec., 452822.1270024487 rows/sec., 34.68 MiB/sec. | ||
| 16431 | 2024.11.06 00:27:55.453119 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 16432 | 2024.11.06 00:27:55.453126 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16433 | 2024.11.06 00:27:55.453444 [ 101 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 16434 | 2024.11.06 00:27:55.453491 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.003275 sec., 39389.31297709924 rows/sec., 2.74 MiB/sec. | ||
| 16435 | 2024.11.06 00:27:55.453531 [ 101 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16436 | 2024.11.06 00:27:55.453629 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16437 | 2024.11.06 00:27:55.454259 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 16438 | 2024.11.06 00:27:55.454314 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Debug> DynamicQueryHandler: Done processing query | ||
| 16439 | 2024.11.06 00:27:55.454377 [ 304 ] {fde10867-06db-48a5-926a-1063ae66f261} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16440 | 2024.11.06 00:27:55.454445 [ 304 ] {} <Debug> HTTP-Session: c0acfc61-b784-4e25-8644-49da621370cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16441 | 2024.11.06 00:27:55.454732 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16442 | 2024.11.06 00:27:55.454799 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16443 | 2024.11.06 00:27:55.454891 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_96_19, total 19900 rows starting from the beginning of the part | ||
| 16444 | 2024.11.06 00:27:55.454874 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38217, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16445 | 2024.11.06 00:27:55.455178 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16446 | 2024.11.06 00:27:55.455182 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16447 | 2024.11.06 00:27:55.455327 [ 290 ] {} <Debug> HTTP-Session: 8bd62ceb-ad1f-40fe-804b-715a8a3a864f Authenticating user 'default' from [fd00:1122:3344:101::d]:38217 | ||
| 16448 | 2024.11.06 00:27:55.455431 [ 290 ] {} <Debug> HTTP-Session: 8bd62ceb-ad1f-40fe-804b-715a8a3a864f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16449 | 2024.11.06 00:27:55.455458 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 237 rows starting from the beginning of the part | ||
| 16450 | 2024.11.06 00:27:55.455482 [ 290 ] {} <Debug> HTTP-Session: 8bd62ceb-ad1f-40fe-804b-715a8a3a864f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16451 | 2024.11.06 00:27:55.455628 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_101_20} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 16452 | 2024.11.06 00:27:55.455661 [ 290 ] {} <Trace> HTTP-Session: 8bd62ceb-ad1f-40fe-804b-715a8a3a864f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16453 | 2024.11.06 00:27:55.455949 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 134 rows starting from the beginning of the part | ||
| 16454 | 2024.11.06 00:27:55.455998 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 16455 | 2024.11.06 00:27:55.456174 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38217) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16456 | 2024.11.06 00:27:55.456292 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part | ||
| 16457 | 2024.11.06 00:27:55.456343 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16458 | 2024.11.06 00:27:55.456632 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 237 rows starting from the beginning of the part | ||
| 16459 | 2024.11.06 00:27:55.457028 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 129 rows starting from the beginning of the part | ||
| 16460 | 2024.11.06 00:27:55.457556 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16461 | 2024.11.06 00:27:55.458325 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16462 | 2024.11.06 00:27:55.458366 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16463 | 2024.11.06 00:27:55.459067 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 16464 | 2024.11.06 00:27:55.459590 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16465 | 2024.11.06 00:27:55.459780 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.003813 sec., 12588.512981904012 rows/sec., 868.74 KiB/sec. | ||
| 16466 | 2024.11.06 00:27:55.459793 [ 101 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 16467 | 2024.11.06 00:27:55.459892 [ 101 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16468 | 2024.11.06 00:27:55.459961 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16469 | 2024.11.06 00:27:55.460410 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Debug> DynamicQueryHandler: Done processing query | ||
| 16470 | 2024.11.06 00:27:55.460417 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 16471 | 2024.11.06 00:27:55.460482 [ 290 ] {1addc3c5-9f8c-4207-8fad-48835ee84ac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16472 | 2024.11.06 00:27:55.460564 [ 290 ] {} <Debug> HTTP-Session: 8bd62ceb-ad1f-40fe-804b-715a8a3a864f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16473 | 2024.11.06 00:27:55.460952 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16474 | 2024.11.06 00:27:55.460996 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16475 | 2024.11.06 00:27:55.461097 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5306 rows starting from the beginning of the part | ||
| 16476 | 2024.11.06 00:27:55.461258 [ 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): | ||
| 16477 | |||
| 16478 | (version 23.8.7.1) | ||
| 16479 | 2024.11.06 00:27:55.461519 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 16480 | 2024.11.06 00:27:55.461827 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 48 rows starting from the beginning of the part | ||
| 16481 | 2024.11.06 00:27:55.462163 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
| 16482 | 2024.11.06 00:27:55.462434 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 82 rows starting from the beginning of the part | ||
| 16483 | 2024.11.06 00:27:55.462576 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 48 rows starting from the beginning of the part | ||
| 16484 | 2024.11.06 00:27:55.465691 [ 201 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5626 rows, containing 4 columns (4 merged, 0 gathered) in 0.005585496 sec., 1007251.6388875761 rows/sec., 66.39 MiB/sec. | ||
| 16485 | 2024.11.06 00:27:55.466126 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 16486 | 2024.11.06 00:27:55.466698 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16487 | 2024.11.06 00:27:55.466822 [ 191 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_101_20} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 16488 | 2024.11.06 00:27:55.466995 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 16489 | 2024.11.06 00:27:55.467353 [ 196 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20797 rows, containing 5 columns (5 merged, 0 gathered) in 0.013557933 sec., 1533935.8883098185 rows/sec., 104.48 MiB/sec. | ||
| 16490 | 2024.11.06 00:27:55.467719 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 16491 | 2024.11.06 00:27:55.468116 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16492 | 2024.11.06 00:27:55.468198 [ 191 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 16493 | 2024.11.06 00:27:55.468290 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. | ||
| 16494 | 2024.11.06 00:27:56.001160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.06 MiB, peak 195.79 MiB, free memory in arenas 0.00 B, will set to 186.41 MiB (RSS), difference: 1.35 MiB | ||
| 16495 | 2024.11.06 00:27:56.740883 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16496 | 2024.11.06 00:27:56.740930 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16497 | 2024.11.06 00:28:00.434326 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52828, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16498 | 2024.11.06 00:28:00.434518 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16499 | 2024.11.06 00:28:00.434564 [ 304 ] {} <Debug> HTTP-Session: dd1873b2-1cb7-4b8a-9b8d-fba7733bde36 Authenticating user 'default' from [fd00:1122:3344:101::d]:52828 | ||
| 16500 | 2024.11.06 00:28:00.434604 [ 304 ] {} <Debug> HTTP-Session: dd1873b2-1cb7-4b8a-9b8d-fba7733bde36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16501 | 2024.11.06 00:28:00.434632 [ 304 ] {} <Debug> HTTP-Session: dd1873b2-1cb7-4b8a-9b8d-fba7733bde36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16502 | 2024.11.06 00:28:00.434714 [ 304 ] {} <Trace> HTTP-Session: dd1873b2-1cb7-4b8a-9b8d-fba7733bde36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16503 | 2024.11.06 00:28:00.435026 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52828) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16504 | 2024.11.06 00:28:00.435120 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16505 | 2024.11.06 00:28:00.435464 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16506 | 2024.11.06 00:28:00.435947 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16507 | 2024.11.06 00:28:00.435988 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16508 | 2024.11.06 00:28:00.436422 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16509 | 2024.11.06 00:28:00.436831 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16510 | 2024.11.06 00:28:00.436982 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002068 sec., 27079.303675048355 rows/sec., 2.07 MiB/sec. | ||
| 16511 | 2024.11.06 00:28:00.437314 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Debug> DynamicQueryHandler: Done processing query | ||
| 16512 | 2024.11.06 00:28:00.437373 [ 304 ] {fb702a34-fe51-4354-bc02-c7e94d181a31} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16513 | 2024.11.06 00:28:00.437440 [ 304 ] {} <Debug> HTTP-Session: dd1873b2-1cb7-4b8a-9b8d-fba7733bde36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16514 | 2024.11.06 00:28:00.437831 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52828, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16515 | 2024.11.06 00:28:00.437938 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53819, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16516 | 2024.11.06 00:28:00.438105 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16517 | 2024.11.06 00:28:00.438132 [ 290 ] {} <Debug> HTTP-Session: d639ec6c-7ca7-4d67-84a9-40c1fb824b52 Authenticating user 'default' from [fd00:1122:3344:101::d]:53819 | ||
| 16518 | 2024.11.06 00:28:00.438156 [ 290 ] {} <Debug> HTTP-Session: d639ec6c-7ca7-4d67-84a9-40c1fb824b52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16519 | 2024.11.06 00:28:00.438170 [ 290 ] {} <Debug> HTTP-Session: d639ec6c-7ca7-4d67-84a9-40c1fb824b52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16520 | 2024.11.06 00:28:00.438236 [ 290 ] {} <Trace> HTTP-Session: d639ec6c-7ca7-4d67-84a9-40c1fb824b52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16521 | 2024.11.06 00:28:00.438439 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53819) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16522 | 2024.11.06 00:28:00.438508 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16523 | 2024.11.06 00:28:00.438853 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16524 | 2024.11.06 00:28:00.439252 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16525 | 2024.11.06 00:28:00.439299 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16526 | 2024.11.06 00:28:00.439735 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16527 | 2024.11.06 00:28:00.440131 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16528 | 2024.11.06 00:28:00.440315 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001946 sec., 32887.9753340185 rows/sec., 2.57 MiB/sec. | ||
| 16529 | 2024.11.06 00:28:00.440516 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Debug> DynamicQueryHandler: Done processing query | ||
| 16530 | 2024.11.06 00:28:00.440543 [ 290 ] {e3baa3c0-74d2-4879-af5b-94471a0a1b53} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16531 | 2024.11.06 00:28:00.440560 [ 290 ] {} <Debug> HTTP-Session: d639ec6c-7ca7-4d67-84a9-40c1fb824b52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16532 | 2024.11.06 00:28:00.440795 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16533 | 2024.11.06 00:28:00.440934 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59646, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16534 | 2024.11.06 00:28:00.441012 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16535 | 2024.11.06 00:28:00.441033 [ 304 ] {} <Debug> HTTP-Session: 216d0657-181b-4872-b00a-cc669842caa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:59646 | ||
| 16536 | 2024.11.06 00:28:00.441052 [ 304 ] {} <Debug> HTTP-Session: 216d0657-181b-4872-b00a-cc669842caa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16537 | 2024.11.06 00:28:00.441066 [ 304 ] {} <Debug> HTTP-Session: 216d0657-181b-4872-b00a-cc669842caa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16538 | 2024.11.06 00:28:00.441110 [ 304 ] {} <Trace> HTTP-Session: 216d0657-181b-4872-b00a-cc669842caa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16539 | 2024.11.06 00:28:00.441288 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59646) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16540 | 2024.11.06 00:28:00.441343 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16541 | 2024.11.06 00:28:00.441529 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16542 | 2024.11.06 00:28:00.441919 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16543 | 2024.11.06 00:28:00.441955 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16544 | 2024.11.06 00:28:00.442370 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16545 | 2024.11.06 00:28:00.442724 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16546 | 2024.11.06 00:28:00.442860 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001655 sec., 96676.73716012084 rows/sec., 6.73 MiB/sec. | ||
| 16547 | 2024.11.06 00:28:00.443042 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Debug> DynamicQueryHandler: Done processing query | ||
| 16548 | 2024.11.06 00:28:00.443066 [ 304 ] {8c4cbc73-ab15-4225-b770-a83130a49788} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16549 | 2024.11.06 00:28:00.443082 [ 304 ] {} <Debug> HTTP-Session: 216d0657-181b-4872-b00a-cc669842caa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16550 | 2024.11.06 00:28:00.443295 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53819, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16551 | 2024.11.06 00:28:00.443318 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16552 | 2024.11.06 00:28:00.443387 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16553 | 2024.11.06 00:28:00.443423 [ 290 ] {} <Debug> HTTP-Session: a5954c93-50cb-4815-a58f-1ab9313a804b Authenticating user 'default' from [fd00:1122:3344:101::d]:53819 | ||
| 16554 | 2024.11.06 00:28:00.443441 [ 290 ] {} <Debug> HTTP-Session: a5954c93-50cb-4815-a58f-1ab9313a804b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16555 | 2024.11.06 00:28:00.443455 [ 290 ] {} <Debug> HTTP-Session: a5954c93-50cb-4815-a58f-1ab9313a804b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16556 | 2024.11.06 00:28:00.443497 [ 290 ] {} <Trace> HTTP-Session: a5954c93-50cb-4815-a58f-1ab9313a804b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16557 | 2024.11.06 00:28:00.443637 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53819) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16558 | 2024.11.06 00:28:00.443691 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16559 | 2024.11.06 00:28:00.443856 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16560 | 2024.11.06 00:28:00.444141 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16561 | 2024.11.06 00:28:00.444185 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16562 | 2024.11.06 00:28:00.444574 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 16563 | 2024.11.06 00:28:00.444920 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16564 | 2024.11.06 00:28:00.445086 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. | ||
| 16565 | 2024.11.06 00:28:00.445273 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 16566 | 2024.11.06 00:28:00.445298 [ 290 ] {d24649b4-1740-4c84-8fac-46cc5ba225b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16567 | 2024.11.06 00:28:00.445314 [ 290 ] {} <Debug> HTTP-Session: a5954c93-50cb-4815-a58f-1ab9313a804b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16568 | 2024.11.06 00:28:00.445602 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53819, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16569 | 2024.11.06 00:28:02.223631 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1482 | ||
| 16570 | 2024.11.06 00:28:02.226244 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16571 | 2024.11.06 00:28:02.226300 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16572 | 2024.11.06 00:28:02.227831 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 16573 | 2024.11.06 00:28:02.228836 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16574 | 2024.11.06 00:28:02.230425 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1482 | ||
| 16575 | 2024.11.06 00:28:03.169899 [ 96 ] {} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 16576 | 2024.11.06 00:28:03.169996 [ 96 ] {} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16577 | 2024.11.06 00:28:03.170025 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16578 | 2024.11.06 00:28:03.170218 [ 196 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::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 | ||
| 16579 | 2024.11.06 00:28:03.170519 [ 196 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16580 | 2024.11.06 00:28:03.170562 [ 196 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 242 rows starting from the beginning of the part | ||
| 16581 | 2024.11.06 00:28:03.170658 [ 196 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 16582 | 2024.11.06 00:28:03.170875 [ 196 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 16583 | 2024.11.06 00:28:03.171039 [ 196 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 16584 | 2024.11.06 00:28:03.171171 [ 196 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 16585 | 2024.11.06 00:28:03.172321 [ 191 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.002224446 sec., 133965.94028355824 rows/sec., 9.12 MiB/sec. | ||
| 16586 | 2024.11.06 00:28:03.172537 [ 187 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 16587 | 2024.11.06 00:28:03.173089 [ 187 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16588 | 2024.11.06 00:28:03.173180 [ 187 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_29_7} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 16589 | 2024.11.06 00:28:03.173282 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 16590 | 2024.11.06 00:28:05.145145 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 16591 | 2024.11.06 00:28:05.145229 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 16592 | 2024.11.06 00:28:05.152076 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 16593 | 2024.11.06 00:28:05.196366 [ 225 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 16594 | 2024.11.06 00:28:05.196454 [ 225 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 16595 | 2024.11.06 00:28:05.198905 [ 225 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 16596 | 2024.11.06 00:28:05.440873 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59646, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16597 | 2024.11.06 00:28:05.440990 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16598 | 2024.11.06 00:28:05.441019 [ 304 ] {} <Debug> HTTP-Session: ee2fc9be-e7d3-4815-8703-08302fdd40cb Authenticating user 'default' from [fd00:1122:3344:101::d]:59646 | ||
| 16599 | 2024.11.06 00:28:05.441048 [ 304 ] {} <Debug> HTTP-Session: ee2fc9be-e7d3-4815-8703-08302fdd40cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16600 | 2024.11.06 00:28:05.441066 [ 304 ] {} <Debug> HTTP-Session: ee2fc9be-e7d3-4815-8703-08302fdd40cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16601 | 2024.11.06 00:28:05.441131 [ 304 ] {} <Trace> HTTP-Session: ee2fc9be-e7d3-4815-8703-08302fdd40cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16602 | 2024.11.06 00:28:05.441392 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59646) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16603 | 2024.11.06 00:28:05.441461 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16604 | 2024.11.06 00:28:05.441806 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16605 | 2024.11.06 00:28:05.442527 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16606 | 2024.11.06 00:28:05.442569 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16607 | 2024.11.06 00:28:05.443030 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 16608 | 2024.11.06 00:28:05.443433 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16609 | 2024.11.06 00:28:05.443583 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002317 sec., 116961.5882606819 rows/sec., 10.39 MiB/sec. | ||
| 16610 | 2024.11.06 00:28:05.443813 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Debug> DynamicQueryHandler: Done processing query | ||
| 16611 | 2024.11.06 00:28:05.443840 [ 304 ] {28f436b7-8e93-48f4-8165-c68e2fe1ad59} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 16612 | 2024.11.06 00:28:05.443856 [ 304 ] {} <Debug> HTTP-Session: ee2fc9be-e7d3-4815-8703-08302fdd40cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16613 | 2024.11.06 00:28:05.444105 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16614 | 2024.11.06 00:28:05.444255 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45444, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16615 | 2024.11.06 00:28:05.444372 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16616 | 2024.11.06 00:28:05.444400 [ 305 ] {} <Debug> HTTP-Session: 556b4c88-a651-48a7-9106-767bfc271aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:45444 | ||
| 16617 | 2024.11.06 00:28:05.444428 [ 305 ] {} <Debug> HTTP-Session: 556b4c88-a651-48a7-9106-767bfc271aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16618 | 2024.11.06 00:28:05.444445 [ 305 ] {} <Debug> HTTP-Session: 556b4c88-a651-48a7-9106-767bfc271aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16619 | 2024.11.06 00:28:05.444504 [ 305 ] {} <Trace> HTTP-Session: 556b4c88-a651-48a7-9106-767bfc271aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16620 | 2024.11.06 00:28:05.444714 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45444) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16621 | 2024.11.06 00:28:05.444787 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16622 | 2024.11.06 00:28:05.445179 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16623 | 2024.11.06 00:28:05.445592 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16624 | 2024.11.06 00:28:05.445633 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16625 | 2024.11.06 00:28:05.446056 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 16626 | 2024.11.06 00:28:05.446476 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16627 | 2024.11.06 00:28:05.446635 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001987 sec., 20634.121791645695 rows/sec., 1.52 MiB/sec. | ||
| 16628 | 2024.11.06 00:28:05.446884 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16629 | 2024.11.06 00:28:05.446912 [ 305 ] {e8a89edf-08bf-4b87-9dde-96057051c94e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16630 | 2024.11.06 00:28:05.446928 [ 305 ] {} <Debug> HTTP-Session: 556b4c88-a651-48a7-9106-767bfc271aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16631 | 2024.11.06 00:28:05.447113 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59646, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16632 | 2024.11.06 00:28:05.447144 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45444, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16633 | 2024.11.06 00:28:05.447228 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16634 | 2024.11.06 00:28:05.447271 [ 304 ] {} <Debug> HTTP-Session: 19f8cebf-ed36-4fce-bf43-674c1aaed036 Authenticating user 'default' from [fd00:1122:3344:101::d]:59646 | ||
| 16635 | 2024.11.06 00:28:05.447299 [ 304 ] {} <Debug> HTTP-Session: 19f8cebf-ed36-4fce-bf43-674c1aaed036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16636 | 2024.11.06 00:28:05.447328 [ 304 ] {} <Debug> HTTP-Session: 19f8cebf-ed36-4fce-bf43-674c1aaed036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16637 | 2024.11.06 00:28:05.447385 [ 304 ] {} <Trace> HTTP-Session: 19f8cebf-ed36-4fce-bf43-674c1aaed036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16638 | 2024.11.06 00:28:05.447531 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59646) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 16639 | 2024.11.06 00:28:05.447590 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16640 | 2024.11.06 00:28:05.447911 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16641 | 2024.11.06 00:28:05.448265 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16642 | 2024.11.06 00:28:05.448301 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16643 | 2024.11.06 00:28:05.448694 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 16644 | 2024.11.06 00:28:05.449066 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16645 | 2024.11.06 00:28:05.449199 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001716 sec., 8158.508158508158 rows/sec., 571.37 KiB/sec. | ||
| 16646 | 2024.11.06 00:28:05.449370 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Debug> DynamicQueryHandler: Done processing query | ||
| 16647 | 2024.11.06 00:28:05.449394 [ 304 ] {ad26c65a-1b3f-46d1-8810-c7d16b89fd54} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16648 | 2024.11.06 00:28:05.449409 [ 304 ] {} <Debug> HTTP-Session: 19f8cebf-ed36-4fce-bf43-674c1aaed036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16649 | 2024.11.06 00:28:05.449543 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16650 | 2024.11.06 00:28:05.449623 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58257, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16651 | 2024.11.06 00:28:05.449701 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16652 | 2024.11.06 00:28:05.449726 [ 305 ] {} <Debug> HTTP-Session: e76c2f30-e702-4782-ae80-8a1982ba7aa5 Authenticating user 'default' from [fd00:1122:3344:101::d]:58257 | ||
| 16653 | 2024.11.06 00:28:05.449749 [ 305 ] {} <Debug> HTTP-Session: e76c2f30-e702-4782-ae80-8a1982ba7aa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16654 | 2024.11.06 00:28:05.449766 [ 305 ] {} <Debug> HTTP-Session: e76c2f30-e702-4782-ae80-8a1982ba7aa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16655 | 2024.11.06 00:28:05.449813 [ 305 ] {} <Trace> HTTP-Session: e76c2f30-e702-4782-ae80-8a1982ba7aa5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16656 | 2024.11.06 00:28:05.449951 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58257) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 16657 | 2024.11.06 00:28:05.450008 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16658 | 2024.11.06 00:28:05.450298 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16659 | 2024.11.06 00:28:05.450622 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16660 | 2024.11.06 00:28:05.450659 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16661 | 2024.11.06 00:28:05.451024 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 16662 | 2024.11.06 00:28:05.451411 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16663 | 2024.11.06 00:28:05.451569 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001651 sec., 3634.1611144760755 rows/sec., 214.71 KiB/sec. | ||
| 16664 | 2024.11.06 00:28:05.451579 [ 94 ] {} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 16665 | 2024.11.06 00:28:05.451673 [ 94 ] {} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16666 | 2024.11.06 00:28:05.451729 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16667 | 2024.11.06 00:28:05.451886 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Debug> DynamicQueryHandler: Done processing query | ||
| 16668 | 2024.11.06 00:28:05.451951 [ 305 ] {f41d950b-da33-455d-b08b-46bf748a6363} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16669 | 2024.11.06 00:28:05.452001 [ 305 ] {} <Debug> HTTP-Session: e76c2f30-e702-4782-ae80-8a1982ba7aa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16670 | 2024.11.06 00:28:05.452051 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 16671 | 2024.11.06 00:28:05.452272 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16672 | 2024.11.06 00:28:05.452311 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 16673 | 2024.11.06 00:28:05.452443 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58257, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16674 | 2024.11.06 00:28:05.452622 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 16675 | 2024.11.06 00:28:05.452682 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35061, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16676 | 2024.11.06 00:28:05.452826 [ 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): | ||
| 16677 | |||
| 16678 | (version 23.8.7.1) | ||
| 16679 | 2024.11.06 00:28:05.452964 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 16680 | 2024.11.06 00:28:05.453223 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 16681 | 2024.11.06 00:28:05.453260 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16682 | 2024.11.06 00:28:05.453375 [ 286 ] {} <Debug> HTTP-Session: f35c7c55-02fe-4f31-a18a-6cfcbeb3c3ea Authenticating user 'default' from [fd00:1122:3344:101::d]:35061 | ||
| 16683 | 2024.11.06 00:28:05.453477 [ 189 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 16684 | 2024.11.06 00:28:05.453509 [ 286 ] {} <Debug> HTTP-Session: f35c7c55-02fe-4f31-a18a-6cfcbeb3c3ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16685 | 2024.11.06 00:28:05.453598 [ 286 ] {} <Debug> HTTP-Session: f35c7c55-02fe-4f31-a18a-6cfcbeb3c3ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16686 | 2024.11.06 00:28:05.453829 [ 286 ] {} <Trace> HTTP-Session: f35c7c55-02fe-4f31-a18a-6cfcbeb3c3ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16687 | 2024.11.06 00:28:05.454221 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35061) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16688 | 2024.11.06 00:28:05.454318 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16689 | 2024.11.06 00:28:05.455289 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16690 | 2024.11.06 00:28:05.455930 [ 191 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004086192 sec., 7341.798916937824 rows/sec., 466.03 KiB/sec. | ||
| 16691 | 2024.11.06 00:28:05.456187 [ 191 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 16692 | 2024.11.06 00:28:05.456392 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16693 | 2024.11.06 00:28:05.456457 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16694 | 2024.11.06 00:28:05.457248 [ 191 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_29_7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16695 | 2024.11.06 00:28:05.457451 [ 191 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_29_7} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 16696 | 2024.11.06 00:28:05.457522 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 16697 | 2024.11.06 00:28:05.457589 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16698 | 2024.11.06 00:28:05.457968 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16699 | 2024.11.06 00:28:05.458104 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004059 sec., 104212.86031042128 rows/sec., 7.45 MiB/sec. | ||
| 16700 | 2024.11.06 00:28:05.458300 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 16701 | 2024.11.06 00:28:05.458325 [ 286 ] {05c52d1e-e80f-40fd-ae15-8fd12aa537a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 16702 | 2024.11.06 00:28:05.458342 [ 286 ] {} <Debug> HTTP-Session: f35c7c55-02fe-4f31-a18a-6cfcbeb3c3ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16703 | 2024.11.06 00:28:05.458541 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16704 | 2024.11.06 00:28:05.458618 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:63237, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16705 | 2024.11.06 00:28:05.458685 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16706 | 2024.11.06 00:28:05.458710 [ 305 ] {} <Debug> HTTP-Session: f3f6e00e-fcec-47f8-a5f3-4694716c872b Authenticating user 'default' from [fd00:1122:3344:101::d]:63237 | ||
| 16707 | 2024.11.06 00:28:05.458732 [ 305 ] {} <Debug> HTTP-Session: f3f6e00e-fcec-47f8-a5f3-4694716c872b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16708 | 2024.11.06 00:28:05.458749 [ 305 ] {} <Debug> HTTP-Session: f3f6e00e-fcec-47f8-a5f3-4694716c872b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16709 | 2024.11.06 00:28:05.458795 [ 305 ] {} <Trace> HTTP-Session: f3f6e00e-fcec-47f8-a5f3-4694716c872b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16710 | 2024.11.06 00:28:05.458927 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63237) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 16711 | 2024.11.06 00:28:05.458986 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16712 | 2024.11.06 00:28:05.459172 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16713 | 2024.11.06 00:28:05.459466 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16714 | 2024.11.06 00:28:05.459503 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16715 | 2024.11.06 00:28:05.459875 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 16716 | 2024.11.06 00:28:05.460216 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16717 | 2024.11.06 00:28:05.460384 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 211.38 KiB/sec. | ||
| 16718 | 2024.11.06 00:28:05.460703 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Debug> DynamicQueryHandler: Done processing query | ||
| 16719 | 2024.11.06 00:28:05.460730 [ 305 ] {fb63b5bc-2e43-4500-aa4a-3f7ac94de485} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 16720 | 2024.11.06 00:28:05.460747 [ 305 ] {} <Debug> HTTP-Session: f3f6e00e-fcec-47f8-a5f3-4694716c872b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16721 | 2024.11.06 00:28:05.460946 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35061, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16722 | 2024.11.06 00:28:05.460996 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:63237, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16723 | 2024.11.06 00:28:05.461016 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16724 | 2024.11.06 00:28:05.461065 [ 286 ] {} <Debug> HTTP-Session: 8602909e-3ac5-4952-811d-d42792589adc Authenticating user 'default' from [fd00:1122:3344:101::d]:35061 | ||
| 16725 | 2024.11.06 00:28:05.461085 [ 286 ] {} <Debug> HTTP-Session: 8602909e-3ac5-4952-811d-d42792589adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16726 | 2024.11.06 00:28:05.461103 [ 286 ] {} <Debug> HTTP-Session: 8602909e-3ac5-4952-811d-d42792589adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16727 | 2024.11.06 00:28:05.461153 [ 286 ] {} <Trace> HTTP-Session: 8602909e-3ac5-4952-811d-d42792589adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16728 | 2024.11.06 00:28:05.461415 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35061) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16729 | 2024.11.06 00:28:05.461475 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16730 | 2024.11.06 00:28:05.461688 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16731 | 2024.11.06 00:28:05.462182 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16732 | 2024.11.06 00:28:05.462217 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16733 | 2024.11.06 00:28:05.462619 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 16734 | 2024.11.06 00:28:05.462975 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16735 | 2024.11.06 00:28:05.463104 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001835 sec., 129155.31335149864 rows/sec., 8.66 MiB/sec. | ||
| 16736 | 2024.11.06 00:28:05.463278 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16737 | 2024.11.06 00:28:05.463301 [ 286 ] {b5b2d806-d59d-4d4f-82d2-6f8a34ddbb9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 16738 | 2024.11.06 00:28:05.463317 [ 286 ] {} <Debug> HTTP-Session: 8602909e-3ac5-4952-811d-d42792589adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16739 | 2024.11.06 00:28:05.463530 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35061, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16740 | 2024.11.06 00:28:05.463594 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43318, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16741 | 2024.11.06 00:28:05.463675 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16742 | 2024.11.06 00:28:05.463704 [ 305 ] {} <Debug> HTTP-Session: 52efd4e7-4f14-40f5-a4b4-47bc5bdce4be Authenticating user 'default' from [fd00:1122:3344:101::d]:43318 | ||
| 16743 | 2024.11.06 00:28:05.463725 [ 305 ] {} <Debug> HTTP-Session: 52efd4e7-4f14-40f5-a4b4-47bc5bdce4be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16744 | 2024.11.06 00:28:05.463741 [ 305 ] {} <Debug> HTTP-Session: 52efd4e7-4f14-40f5-a4b4-47bc5bdce4be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16745 | 2024.11.06 00:28:05.463787 [ 305 ] {} <Trace> HTTP-Session: 52efd4e7-4f14-40f5-a4b4-47bc5bdce4be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16746 | 2024.11.06 00:28:05.463912 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43318) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 16747 | 2024.11.06 00:28:05.463969 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16748 | 2024.11.06 00:28:05.464157 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16749 | 2024.11.06 00:28:05.464433 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16750 | 2024.11.06 00:28:05.464468 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16751 | 2024.11.06 00:28:05.464856 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 16752 | 2024.11.06 00:28:05.465210 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16753 | 2024.11.06 00:28:05.465374 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001488 sec., 672.0430107526882 rows/sec., 45.28 KiB/sec. | ||
| 16754 | 2024.11.06 00:28:05.465658 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Debug> DynamicQueryHandler: Done processing query | ||
| 16755 | 2024.11.06 00:28:05.465697 [ 305 ] {97d5eed8-68dd-4b86-9039-67e1a365b58e} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 16756 | 2024.11.06 00:28:05.465714 [ 305 ] {} <Debug> HTTP-Session: 52efd4e7-4f14-40f5-a4b4-47bc5bdce4be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16757 | 2024.11.06 00:28:05.465889 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16758 | 2024.11.06 00:28:05.466049 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49249, User-Agent: (none), Length: 69046, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16759 | 2024.11.06 00:28:05.466120 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16760 | 2024.11.06 00:28:05.466150 [ 286 ] {} <Debug> HTTP-Session: 9134fa7b-3e06-4217-a373-e2d362b6f955 Authenticating user 'default' from [fd00:1122:3344:101::d]:49249 | ||
| 16761 | 2024.11.06 00:28:05.466171 [ 286 ] {} <Debug> HTTP-Session: 9134fa7b-3e06-4217-a373-e2d362b6f955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16762 | 2024.11.06 00:28:05.466188 [ 286 ] {} <Debug> HTTP-Session: 9134fa7b-3e06-4217-a373-e2d362b6f955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16763 | 2024.11.06 00:28:05.466231 [ 286 ] {} <Trace> HTTP-Session: 9134fa7b-3e06-4217-a373-e2d362b6f955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16764 | 2024.11.06 00:28:05.466735 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49249) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16765 | 2024.11.06 00:28:05.466825 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <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 | ||
| 16766 | 2024.11.06 00:28:05.467355 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16767 | 2024.11.06 00:28:05.468143 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16768 | 2024.11.06 00:28:05.468179 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16769 | 2024.11.06 00:28:05.468851 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 16770 | 2024.11.06 00:28:05.469279 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16771 | 2024.11.06 00:28:05.469435 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003071 sec., 13350.70009768805 rows/sec., 23.92 MiB/sec. | ||
| 16772 | 2024.11.06 00:28:05.469949 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <Debug> DynamicQueryHandler: Done processing query | ||
| 16773 | 2024.11.06 00:28:05.469975 [ 286 ] {db56d3c4-041c-4587-be05-210af3b19e41} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 16774 | 2024.11.06 00:28:05.469994 [ 286 ] {} <Debug> HTTP-Session: 9134fa7b-3e06-4217-a373-e2d362b6f955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16775 | 2024.11.06 00:28:05.470192 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43318, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16776 | 2024.11.06 00:28:05.470205 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49249, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16777 | 2024.11.06 00:28:05.470279 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16778 | 2024.11.06 00:28:05.470310 [ 305 ] {} <Debug> HTTP-Session: 72485b40-805f-47f3-bcbb-73d987d61236 Authenticating user 'default' from [fd00:1122:3344:101::d]:43318 | ||
| 16779 | 2024.11.06 00:28:05.470330 [ 305 ] {} <Debug> HTTP-Session: 72485b40-805f-47f3-bcbb-73d987d61236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16780 | 2024.11.06 00:28:05.470351 [ 305 ] {} <Debug> HTTP-Session: 72485b40-805f-47f3-bcbb-73d987d61236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16781 | 2024.11.06 00:28:05.470397 [ 305 ] {} <Trace> HTTP-Session: 72485b40-805f-47f3-bcbb-73d987d61236 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16782 | 2024.11.06 00:28:05.470536 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43318) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16783 | 2024.11.06 00:28:05.470585 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16784 | 2024.11.06 00:28:05.470744 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16785 | 2024.11.06 00:28:05.471084 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16786 | 2024.11.06 00:28:05.471121 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16787 | 2024.11.06 00:28:05.471500 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 16788 | 2024.11.06 00:28:05.471835 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16789 | 2024.11.06 00:28:05.471982 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001497 sec., 54776.219104876414 rows/sec., 3.48 MiB/sec. | ||
| 16790 | 2024.11.06 00:28:05.472156 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Debug> DynamicQueryHandler: Done processing query | ||
| 16791 | 2024.11.06 00:28:05.472181 [ 305 ] {f6a75820-aefb-41c9-984a-4a7d6093f717} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 16792 | 2024.11.06 00:28:05.472197 [ 305 ] {} <Debug> HTTP-Session: 72485b40-805f-47f3-bcbb-73d987d61236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16793 | 2024.11.06 00:28:05.472547 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43318, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16794 | 2024.11.06 00:28:05.932320 [ 221 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 16795 | 2024.11.06 00:28:05.932378 [ 221 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 16796 | 2024.11.06 00:28:05.934630 [ 221 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 16797 | 2024.11.06 00:28:06.100493 [ 220 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 16798 | 2024.11.06 00:28:06.100552 [ 220 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 16799 | 2024.11.06 00:28:06.102886 [ 220 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 16800 | 2024.11.06 00:28:07.781825 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50460, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16801 | 2024.11.06 00:28:07.934382 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35227, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16802 | 2024.11.06 00:28:08.012905 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49884, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16803 | 2024.11.06 00:28:08.041273 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44082, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16804 | 2024.11.06 00:28:08.080564 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16805 | 2024.11.06 00:28:08.101800 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45350, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16806 | 2024.11.06 00:28:08.126139 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16807 | 2024.11.06 00:28:08.132804 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35691, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16808 | 2024.11.06 00:28:10.432643 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45957, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16809 | 2024.11.06 00:28:10.432761 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16810 | 2024.11.06 00:28:10.432786 [ 304 ] {} <Debug> HTTP-Session: cdc02e3d-e9d9-47c1-a369-232771e61d41 Authenticating user 'default' from [fd00:1122:3344:101::d]:45957 | ||
| 16811 | 2024.11.06 00:28:10.432810 [ 304 ] {} <Debug> HTTP-Session: cdc02e3d-e9d9-47c1-a369-232771e61d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16812 | 2024.11.06 00:28:10.432824 [ 304 ] {} <Debug> HTTP-Session: cdc02e3d-e9d9-47c1-a369-232771e61d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16813 | 2024.11.06 00:28:10.432875 [ 304 ] {} <Trace> HTTP-Session: cdc02e3d-e9d9-47c1-a369-232771e61d41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16814 | 2024.11.06 00:28:10.433061 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45957) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 16815 | 2024.11.06 00:28:10.433134 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16816 | 2024.11.06 00:28:10.433479 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16817 | 2024.11.06 00:28:10.433922 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16818 | 2024.11.06 00:28:10.433961 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16819 | 2024.11.06 00:28:10.434383 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 16820 | 2024.11.06 00:28:10.434781 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16821 | 2024.11.06 00:28:10.434931 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001923 sec., 1040.0416016640665 rows/sec., 84.81 KiB/sec. | ||
| 16822 | 2024.11.06 00:28:10.435156 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Debug> DynamicQueryHandler: Done processing query | ||
| 16823 | 2024.11.06 00:28:10.435184 [ 304 ] {e116e7f7-28bf-4acd-89e9-1c6df1227cea} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16824 | 2024.11.06 00:28:10.435201 [ 304 ] {} <Debug> HTTP-Session: cdc02e3d-e9d9-47c1-a369-232771e61d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16825 | 2024.11.06 00:28:10.435391 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45957, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16826 | 2024.11.06 00:28:10.435462 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33510, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16827 | 2024.11.06 00:28:10.435593 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16828 | 2024.11.06 00:28:10.435623 [ 305 ] {} <Debug> HTTP-Session: cd9f6441-9b7c-4928-bd82-9a88a7173eb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:33510 | ||
| 16829 | 2024.11.06 00:28:10.435650 [ 305 ] {} <Debug> HTTP-Session: cd9f6441-9b7c-4928-bd82-9a88a7173eb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16830 | 2024.11.06 00:28:10.435668 [ 305 ] {} <Debug> HTTP-Session: cd9f6441-9b7c-4928-bd82-9a88a7173eb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16831 | 2024.11.06 00:28:10.435728 [ 305 ] {} <Trace> HTTP-Session: cd9f6441-9b7c-4928-bd82-9a88a7173eb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16832 | 2024.11.06 00:28:10.435946 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33510) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16833 | 2024.11.06 00:28:10.436018 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16834 | 2024.11.06 00:28:10.436393 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16835 | 2024.11.06 00:28:10.436832 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16836 | 2024.11.06 00:28:10.436874 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16837 | 2024.11.06 00:28:10.437310 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 16838 | 2024.11.06 00:28:10.437708 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16839 | 2024.11.06 00:28:10.437881 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002007 sec., 28400.59790732436 rows/sec., 2.17 MiB/sec. | ||
| 16840 | 2024.11.06 00:28:10.438106 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Debug> DynamicQueryHandler: Done processing query | ||
| 16841 | 2024.11.06 00:28:10.438133 [ 305 ] {d6a07379-9eb8-448e-8302-b0e188f79edf} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 16842 | 2024.11.06 00:28:10.438150 [ 305 ] {} <Debug> HTTP-Session: cd9f6441-9b7c-4928-bd82-9a88a7173eb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16843 | 2024.11.06 00:28:10.438353 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33510, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16844 | 2024.11.06 00:28:10.438418 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53672, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16845 | 2024.11.06 00:28:10.438508 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16846 | 2024.11.06 00:28:10.438535 [ 304 ] {} <Debug> HTTP-Session: 8419c8b6-fc71-461d-8774-94a19e82f3b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:53672 | ||
| 16847 | 2024.11.06 00:28:10.438564 [ 304 ] {} <Debug> HTTP-Session: 8419c8b6-fc71-461d-8774-94a19e82f3b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16848 | 2024.11.06 00:28:10.438582 [ 304 ] {} <Debug> HTTP-Session: 8419c8b6-fc71-461d-8774-94a19e82f3b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16849 | 2024.11.06 00:28:10.438629 [ 304 ] {} <Trace> HTTP-Session: 8419c8b6-fc71-461d-8774-94a19e82f3b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16850 | 2024.11.06 00:28:10.438768 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53672) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 16851 | 2024.11.06 00:28:10.438826 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16852 | 2024.11.06 00:28:10.439146 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16853 | 2024.11.06 00:28:10.439495 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16854 | 2024.11.06 00:28:10.439531 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16855 | 2024.11.06 00:28:10.439890 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 16856 | 2024.11.06 00:28:10.440286 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16857 | 2024.11.06 00:28:10.440421 [ 90 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 16858 | 2024.11.06 00:28:10.440427 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001698 sec., 1177.8563015312131 rows/sec., 82.24 KiB/sec. | ||
| 16859 | 2024.11.06 00:28:10.440465 [ 90 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16860 | 2024.11.06 00:28:10.440502 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16861 | 2024.11.06 00:28:10.440711 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
| 16862 | 2024.11.06 00:28:10.440723 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Debug> DynamicQueryHandler: Done processing query | ||
| 16863 | 2024.11.06 00:28:10.440821 [ 304 ] {a903f3e6-fe36-4cb9-8bf1-ca211a98da84} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 16864 | 2024.11.06 00:28:10.440846 [ 304 ] {} <Debug> HTTP-Session: 8419c8b6-fc71-461d-8774-94a19e82f3b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16865 | 2024.11.06 00:28:10.440982 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16866 | 2024.11.06 00:28:10.441069 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53672, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16867 | 2024.11.06 00:28:10.441064 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 59 rows starting from the beginning of the part | ||
| 16868 | 2024.11.06 00:28:10.441384 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48317, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16869 | 2024.11.06 00:28:10.441420 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 12 rows starting from the beginning of the part | ||
| 16870 | 2024.11.06 00:28:10.441567 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16871 | 2024.11.06 00:28:10.441722 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 41 rows starting from the beginning of the part | ||
| 16872 | 2024.11.06 00:28:10.441732 [ 305 ] {} <Debug> HTTP-Session: a7727e71-7321-4804-a132-c895962cc85b Authenticating user 'default' from [fd00:1122:3344:101::d]:48317 | ||
| 16873 | 2024.11.06 00:28:10.441832 [ 305 ] {} <Debug> HTTP-Session: a7727e71-7321-4804-a132-c895962cc85b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16874 | 2024.11.06 00:28:10.441945 [ 305 ] {} <Debug> HTTP-Session: a7727e71-7321-4804-a132-c895962cc85b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16875 | 2024.11.06 00:28:10.442106 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 2 rows starting from the beginning of the part | ||
| 16876 | 2024.11.06 00:28:10.442112 [ 305 ] {} <Trace> HTTP-Session: a7727e71-7321-4804-a132-c895962cc85b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16877 | 2024.11.06 00:28:10.442355 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 41 rows starting from the beginning of the part | ||
| 16878 | 2024.11.06 00:28:10.442622 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48317) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16879 | 2024.11.06 00:28:10.442668 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 2 rows starting from the beginning of the part | ||
| 16880 | 2024.11.06 00:28:10.442755 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16881 | 2024.11.06 00:28:10.443827 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16882 | 2024.11.06 00:28:10.444915 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16883 | 2024.11.06 00:28:10.444997 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16884 | 2024.11.06 00:28:10.445873 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005262127 sec., 29835.84394675385 rows/sec., 2.27 MiB/sec. | ||
| 16885 | 2024.11.06 00:28:10.446007 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 16886 | 2024.11.06 00:28:10.446070 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 16887 | 2024.11.06 00:28:10.447040 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16888 | 2024.11.06 00:28:10.447189 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16889 | 2024.11.06 00:28:10.447428 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.004992 sec., 13221.153846153846 rows/sec., 1.03 MiB/sec. | ||
| 16890 | 2024.11.06 00:28:10.447445 [ 197 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_65_13} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 16891 | 2024.11.06 00:28:10.447764 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 16892 | 2024.11.06 00:28:10.448072 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Debug> DynamicQueryHandler: Done processing query | ||
| 16893 | 2024.11.06 00:28:10.448128 [ 305 ] {ad6772e6-60a1-48e8-8840-8e35b2867668} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16894 | 2024.11.06 00:28:10.448182 [ 305 ] {} <Debug> HTTP-Session: a7727e71-7321-4804-a132-c895962cc85b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16895 | 2024.11.06 00:28:10.448411 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48317, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16896 | 2024.11.06 00:28:10.448476 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37387, User-Agent: (none), Length: 24720, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16897 | 2024.11.06 00:28:10.448559 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16898 | 2024.11.06 00:28:10.448587 [ 304 ] {} <Debug> HTTP-Session: 883f8e39-66ed-4a18-b1b1-c788c1952a67 Authenticating user 'default' from [fd00:1122:3344:101::d]:37387 | ||
| 16899 | 2024.11.06 00:28:10.448609 [ 304 ] {} <Debug> HTTP-Session: 883f8e39-66ed-4a18-b1b1-c788c1952a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16900 | 2024.11.06 00:28:10.448623 [ 304 ] {} <Debug> HTTP-Session: 883f8e39-66ed-4a18-b1b1-c788c1952a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16901 | 2024.11.06 00:28:10.448665 [ 304 ] {} <Trace> HTTP-Session: 883f8e39-66ed-4a18-b1b1-c788c1952a67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16902 | 2024.11.06 00:28:10.448841 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16903 | 2024.11.06 00:28:10.448894 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16904 | 2024.11.06 00:28:10.449084 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16905 | 2024.11.06 00:28:10.449478 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16906 | 2024.11.06 00:28:10.449514 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16907 | 2024.11.06 00:28:10.449926 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 16908 | 2024.11.06 00:28:10.450286 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16909 | 2024.11.06 00:28:10.450415 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001656 sec., 77898.55072463768 rows/sec., 5.42 MiB/sec. | ||
| 16910 | 2024.11.06 00:28:10.450647 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16911 | 2024.11.06 00:28:10.450703 [ 304 ] {54202215-304a-44ff-8079-2e7ae499225f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16912 | 2024.11.06 00:28:10.450759 [ 304 ] {} <Debug> HTTP-Session: 883f8e39-66ed-4a18-b1b1-c788c1952a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16913 | 2024.11.06 00:28:10.451005 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16914 | 2024.11.06 00:28:10.451065 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57839, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16915 | 2024.11.06 00:28:10.451151 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16916 | 2024.11.06 00:28:10.451178 [ 305 ] {} <Debug> HTTP-Session: 26c338e9-08da-494f-88eb-a3fd3ba2b992 Authenticating user 'default' from [fd00:1122:3344:101::d]:57839 | ||
| 16917 | 2024.11.06 00:28:10.451201 [ 305 ] {} <Debug> HTTP-Session: 26c338e9-08da-494f-88eb-a3fd3ba2b992 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16918 | 2024.11.06 00:28:10.451218 [ 305 ] {} <Debug> HTTP-Session: 26c338e9-08da-494f-88eb-a3fd3ba2b992 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16919 | 2024.11.06 00:28:10.451263 [ 305 ] {} <Trace> HTTP-Session: 26c338e9-08da-494f-88eb-a3fd3ba2b992 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16920 | 2024.11.06 00:28:10.451547 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57839) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 16921 | 2024.11.06 00:28:10.451639 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16922 | 2024.11.06 00:28:10.451933 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16923 | 2024.11.06 00:28:10.452376 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16924 | 2024.11.06 00:28:10.452413 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16925 | 2024.11.06 00:28:10.452789 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 16926 | 2024.11.06 00:28:10.453125 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16927 | 2024.11.06 00:28:10.453279 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001825 sec., 26301.369863013697 rows/sec., 1.77 MiB/sec. | ||
| 16928 | 2024.11.06 00:28:10.453488 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Debug> DynamicQueryHandler: Done processing query | ||
| 16929 | 2024.11.06 00:28:10.453512 [ 305 ] {600d0793-161f-476a-b814-04ff7da1414a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 16930 | 2024.11.06 00:28:10.453528 [ 305 ] {} <Debug> HTTP-Session: 26c338e9-08da-494f-88eb-a3fd3ba2b992 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16931 | 2024.11.06 00:28:10.453728 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16932 | 2024.11.06 00:28:11.740977 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16933 | 2024.11.06 00:28:11.741047 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16934 | 2024.11.06 00:28:12.231434 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1514 | ||
| 16935 | 2024.11.06 00:28:12.234376 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16936 | 2024.11.06 00:28:12.234428 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16937 | 2024.11.06 00:28:12.235987 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 16938 | 2024.11.06 00:28:12.237031 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16939 | 2024.11.06 00:28:12.237679 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1514 | ||
| 16940 | 2024.11.06 00:28:15.433342 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:62604, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16941 | 2024.11.06 00:28:15.433526 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16942 | 2024.11.06 00:28:15.433571 [ 305 ] {} <Debug> HTTP-Session: 7dda6f37-5d63-4f3b-abc4-a81ae0f7b65b Authenticating user 'default' from [fd00:1122:3344:101::d]:62604 | ||
| 16943 | 2024.11.06 00:28:15.433611 [ 305 ] {} <Debug> HTTP-Session: 7dda6f37-5d63-4f3b-abc4-a81ae0f7b65b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16944 | 2024.11.06 00:28:15.433638 [ 305 ] {} <Debug> HTTP-Session: 7dda6f37-5d63-4f3b-abc4-a81ae0f7b65b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16945 | 2024.11.06 00:28:15.433717 [ 305 ] {} <Trace> HTTP-Session: 7dda6f37-5d63-4f3b-abc4-a81ae0f7b65b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16946 | 2024.11.06 00:28:15.434027 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:62604) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 16947 | 2024.11.06 00:28:15.434139 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16948 | 2024.11.06 00:28:15.434604 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16949 | 2024.11.06 00:28:15.435122 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16950 | 2024.11.06 00:28:15.435167 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16951 | 2024.11.06 00:28:15.435602 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 16952 | 2024.11.06 00:28:15.436008 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16953 | 2024.11.06 00:28:15.436160 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002249 sec., 24899.955535793684 rows/sec., 1.90 MiB/sec. | ||
| 16954 | 2024.11.06 00:28:15.436449 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Debug> DynamicQueryHandler: Done processing query | ||
| 16955 | 2024.11.06 00:28:15.436506 [ 305 ] {e9ea9111-9ce6-4c61-ad6c-04e20d1a7301} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 16956 | 2024.11.06 00:28:15.436558 [ 305 ] {} <Debug> HTTP-Session: 7dda6f37-5d63-4f3b-abc4-a81ae0f7b65b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16957 | 2024.11.06 00:28:15.436850 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:62604, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16958 | 2024.11.06 00:28:15.436950 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35089, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16959 | 2024.11.06 00:28:15.437096 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16960 | 2024.11.06 00:28:15.437126 [ 304 ] {} <Debug> HTTP-Session: 84e899e0-0e9c-4e36-a3b4-91664883f48a Authenticating user 'default' from [fd00:1122:3344:101::d]:35089 | ||
| 16961 | 2024.11.06 00:28:15.437153 [ 304 ] {} <Debug> HTTP-Session: 84e899e0-0e9c-4e36-a3b4-91664883f48a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16962 | 2024.11.06 00:28:15.437171 [ 304 ] {} <Debug> HTTP-Session: 84e899e0-0e9c-4e36-a3b4-91664883f48a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16963 | 2024.11.06 00:28:15.437230 [ 304 ] {} <Trace> HTTP-Session: 84e899e0-0e9c-4e36-a3b4-91664883f48a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16964 | 2024.11.06 00:28:15.437449 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35089) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 16965 | 2024.11.06 00:28:15.437514 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16966 | 2024.11.06 00:28:15.437861 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16967 | 2024.11.06 00:28:15.438294 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16968 | 2024.11.06 00:28:15.438334 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16969 | 2024.11.06 00:28:15.438781 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 16970 | 2024.11.06 00:28:15.439183 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16971 | 2024.11.06 00:28:15.439360 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001986 sec., 32225.579053373618 rows/sec., 2.52 MiB/sec. | ||
| 16972 | 2024.11.06 00:28:15.439575 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 16973 | 2024.11.06 00:28:15.439603 [ 304 ] {797cd01e-c7b0-4fc2-af59-4a29317a7b2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 16974 | 2024.11.06 00:28:15.439620 [ 304 ] {} <Debug> HTTP-Session: 84e899e0-0e9c-4e36-a3b4-91664883f48a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16975 | 2024.11.06 00:28:15.439871 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35089, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16976 | 2024.11.06 00:28:15.439944 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65150, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16977 | 2024.11.06 00:28:15.440018 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16978 | 2024.11.06 00:28:15.440044 [ 305 ] {} <Debug> HTTP-Session: c6d667ca-e9bf-4c93-861b-46a3e51edc48 Authenticating user 'default' from [fd00:1122:3344:101::d]:65150 | ||
| 16979 | 2024.11.06 00:28:15.440065 [ 305 ] {} <Debug> HTTP-Session: c6d667ca-e9bf-4c93-861b-46a3e51edc48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16980 | 2024.11.06 00:28:15.440080 [ 305 ] {} <Debug> HTTP-Session: c6d667ca-e9bf-4c93-861b-46a3e51edc48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16981 | 2024.11.06 00:28:15.440123 [ 305 ] {} <Trace> HTTP-Session: c6d667ca-e9bf-4c93-861b-46a3e51edc48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16982 | 2024.11.06 00:28:15.440304 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65150) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 16983 | 2024.11.06 00:28:15.440359 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16984 | 2024.11.06 00:28:15.440544 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 16985 | 2024.11.06 00:28:15.440959 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16986 | 2024.11.06 00:28:15.440995 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 16987 | 2024.11.06 00:28:15.441410 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 16988 | 2024.11.06 00:28:15.441768 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16989 | 2024.11.06 00:28:15.441901 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 16990 | 2024.11.06 00:28:15.442122 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Debug> DynamicQueryHandler: Done processing query | ||
| 16991 | 2024.11.06 00:28:15.442160 [ 305 ] {6d98ef30-f76d-44cb-8f5f-fc539d89920f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 16992 | 2024.11.06 00:28:15.442194 [ 305 ] {} <Debug> HTTP-Session: c6d667ca-e9bf-4c93-861b-46a3e51edc48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16993 | 2024.11.06 00:28:15.442462 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16994 | 2024.11.06 00:28:15.442572 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60523, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 16995 | 2024.11.06 00:28:15.442647 [ 304 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 16996 | 2024.11.06 00:28:15.442672 [ 304 ] {} <Debug> HTTP-Session: f379d6b0-27ac-45bc-bf5c-939c238b6ca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:60523 | ||
| 16997 | 2024.11.06 00:28:15.442695 [ 304 ] {} <Debug> HTTP-Session: f379d6b0-27ac-45bc-bf5c-939c238b6ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16998 | 2024.11.06 00:28:15.442712 [ 304 ] {} <Debug> HTTP-Session: f379d6b0-27ac-45bc-bf5c-939c238b6ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 16999 | 2024.11.06 00:28:15.442761 [ 304 ] {} <Trace> HTTP-Session: f379d6b0-27ac-45bc-bf5c-939c238b6ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17000 | 2024.11.06 00:28:15.442930 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60523) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17001 | 2024.11.06 00:28:15.442991 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17002 | 2024.11.06 00:28:15.443188 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17003 | 2024.11.06 00:28:15.443523 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17004 | 2024.11.06 00:28:15.443559 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17005 | 2024.11.06 00:28:15.443956 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 17006 | 2024.11.06 00:28:15.444317 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17007 | 2024.11.06 00:28:15.444478 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00161 sec., 37267.08074534161 rows/sec., 2.51 MiB/sec. | ||
| 17008 | 2024.11.06 00:28:15.444686 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Debug> DynamicQueryHandler: Done processing query | ||
| 17009 | 2024.11.06 00:28:15.444711 [ 304 ] {eb14608b-cba2-417f-9830-cdde51f23c80} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17010 | 2024.11.06 00:28:15.444727 [ 304 ] {} <Debug> HTTP-Session: f379d6b0-27ac-45bc-bf5c-939c238b6ca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17011 | 2024.11.06 00:28:15.444980 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60523, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17012 | 2024.11.06 00:28:17.053664 [ 84 ] {} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 17013 | 2024.11.06 00:28:17.053754 [ 84 ] {} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17014 | 2024.11.06 00:28:17.053787 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17015 | 2024.11.06 00:28:17.054035 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 17016 | 2024.11.06 00:28:17.054397 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17017 | 2024.11.06 00:28:17.054470 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 25 rows starting from the beginning of the part | ||
| 17018 | 2024.11.06 00:28:17.054618 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 17019 | 2024.11.06 00:28:17.054936 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 17020 | 2024.11.06 00:28:17.055127 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 17021 | 2024.11.06 00:28:17.055352 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 17022 | 2024.11.06 00:28:17.056680 [ 195 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.002785253 sec., 10411.98052744221 rows/sec., 701.59 KiB/sec. | ||
| 17023 | 2024.11.06 00:28:17.056831 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 17024 | 2024.11.06 00:28:17.057212 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17025 | 2024.11.06 00:28:17.057293 [ 186 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_29_7} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 17026 | 2024.11.06 00:28:17.057372 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 17027 | 2024.11.06 00:28:17.943230 [ 84 ] {} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 17028 | 2024.11.06 00:28:17.943318 [ 84 ] {} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17029 | 2024.11.06 00:28:17.943346 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17030 | 2024.11.06 00:28:17.943571 [ 199 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 17031 | 2024.11.06 00:28:17.943776 [ 199 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17032 | 2024.11.06 00:28:17.943813 [ 199 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 17033 | 2024.11.06 00:28:17.943897 [ 199 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 17034 | 2024.11.06 00:28:17.944096 [ 199 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 17035 | 2024.11.06 00:28:17.944356 [ 199 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 17036 | 2024.11.06 00:28:17.944437 [ 199 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 17037 | 2024.11.06 00:28:17.945600 [ 186 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.002155733 sec., 80715.0050586042 rows/sec., 4.12 MiB/sec. | ||
| 17038 | 2024.11.06 00:28:17.945760 [ 195 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 17039 | 2024.11.06 00:28:17.946148 [ 195 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_29_7} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17040 | 2024.11.06 00:28:17.946228 [ 195 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_29_7} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 17041 | 2024.11.06 00:28:17.946306 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 17042 | 2024.11.06 00:28:19.813807 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62759, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17043 | 2024.11.06 00:28:20.073774 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:46994, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17044 | 2024.11.06 00:28:20.146795 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60486, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17045 | 2024.11.06 00:28:20.357512 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39858, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17046 | 2024.11.06 00:28:20.400895 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56229, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17047 | 2024.11.06 00:28:20.405279 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42267, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17048 | 2024.11.06 00:28:20.439516 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65150, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17049 | 2024.11.06 00:28:20.439679 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17050 | 2024.11.06 00:28:20.439722 [ 305 ] {} <Debug> HTTP-Session: 25aaf76a-4d39-4a58-88a0-459862f3f786 Authenticating user 'default' from [fd00:1122:3344:101::d]:65150 | ||
| 17051 | 2024.11.06 00:28:20.439762 [ 305 ] {} <Debug> HTTP-Session: 25aaf76a-4d39-4a58-88a0-459862f3f786 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17052 | 2024.11.06 00:28:20.439790 [ 305 ] {} <Debug> HTTP-Session: 25aaf76a-4d39-4a58-88a0-459862f3f786 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17053 | 2024.11.06 00:28:20.439872 [ 305 ] {} <Trace> HTTP-Session: 25aaf76a-4d39-4a58-88a0-459862f3f786 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17054 | 2024.11.06 00:28:20.440285 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65150) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17055 | 2024.11.06 00:28:20.440396 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17056 | 2024.11.06 00:28:20.440812 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17057 | 2024.11.06 00:28:20.441452 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17058 | 2024.11.06 00:28:20.441500 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17059 | 2024.11.06 00:28:20.441963 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 17060 | 2024.11.06 00:28:20.442354 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17061 | 2024.11.06 00:28:20.442533 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002447 sec., 110747.85451573355 rows/sec., 9.84 MiB/sec. | ||
| 17062 | 2024.11.06 00:28:20.442581 [ 81 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 17063 | 2024.11.06 00:28:20.442711 [ 81 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17064 | 2024.11.06 00:28:20.442751 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17065 | 2024.11.06 00:28:20.442881 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Debug> DynamicQueryHandler: Done processing query | ||
| 17066 | 2024.11.06 00:28:20.442967 [ 305 ] {e7582f39-066c-4b20-ba32-5938bd46901a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 17067 | 2024.11.06 00:28:20.443047 [ 305 ] {} <Debug> HTTP-Session: 25aaf76a-4d39-4a58-88a0-459862f3f786 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17068 | 2024.11.06 00:28:20.443083 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 17069 | 2024.11.06 00:28:20.443504 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65150, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17070 | 2024.11.06 00:28:20.443555 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46409, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17071 | 2024.11.06 00:28:20.443842 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17072 | 2024.11.06 00:28:20.444009 [ 290 ] {} <Debug> HTTP-Session: b961492b-dd05-485d-b9a9-423493319db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:46409 | ||
| 17073 | 2024.11.06 00:28:20.444138 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17074 | 2024.11.06 00:28:20.444151 [ 290 ] {} <Debug> HTTP-Session: b961492b-dd05-485d-b9a9-423493319db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17075 | 2024.11.06 00:28:20.444252 [ 290 ] {} <Debug> HTTP-Session: b961492b-dd05-485d-b9a9-423493319db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17076 | 2024.11.06 00:28:20.444298 [ 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): | ||
| 17077 | |||
| 17078 | (version 23.8.7.1) | ||
| 17079 | 2024.11.06 00:28:20.444373 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1420 rows starting from the beginning of the part | ||
| 17080 | 2024.11.06 00:28:20.444447 [ 290 ] {} <Trace> HTTP-Session: b961492b-dd05-485d-b9a9-423493319db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17081 | 2024.11.06 00:28:20.444904 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part | ||
| 17082 | 2024.11.06 00:28:20.444949 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46409) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17083 | 2024.11.06 00:28:20.445141 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17084 | 2024.11.06 00:28:20.445338 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 271 rows starting from the beginning of the part | ||
| 17085 | 2024.11.06 00:28:20.445713 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 57 rows starting from the beginning of the part | ||
| 17086 | 2024.11.06 00:28:20.445962 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part | ||
| 17087 | 2024.11.06 00:28:20.446322 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 271 rows starting from the beginning of the part | ||
| 17088 | 2024.11.06 00:28:20.447106 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17089 | 2024.11.06 00:28:20.447954 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17090 | 2024.11.06 00:28:20.448023 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17091 | 2024.11.06 00:28:20.449088 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 17092 | 2024.11.06 00:28:20.449872 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2131 rows, containing 5 columns (5 merged, 0 gathered) in 0.007021549 sec., 303494.2859474455 rows/sec., 26.74 MiB/sec. | ||
| 17093 | 2024.11.06 00:28:20.450042 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17094 | 2024.11.06 00:28:20.450136 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 17095 | 2024.11.06 00:28:20.450389 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.005633 sec., 7278.537191549796 rows/sec., 547.31 KiB/sec. | ||
| 17096 | 2024.11.06 00:28:20.451277 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Debug> DynamicQueryHandler: Done processing query | ||
| 17097 | 2024.11.06 00:28:20.451371 [ 290 ] {1710c8bb-84ec-482f-9c2b-120a2f62764e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17098 | 2024.11.06 00:28:20.451456 [ 290 ] {} <Debug> HTTP-Session: b961492b-dd05-485d-b9a9-423493319db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17099 | 2024.11.06 00:28:20.451778 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46409, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17100 | 2024.11.06 00:28:20.451903 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41548, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17101 | 2024.11.06 00:28:20.452031 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17102 | 2024.11.06 00:28:20.452031 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17103 | 2024.11.06 00:28:20.452075 [ 305 ] {} <Debug> HTTP-Session: 0db34215-7fcf-4c1c-adaa-145a00d16ee2 Authenticating user 'default' from [fd00:1122:3344:101::d]:41548 | ||
| 17104 | 2024.11.06 00:28:20.452137 [ 305 ] {} <Debug> HTTP-Session: 0db34215-7fcf-4c1c-adaa-145a00d16ee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17105 | 2024.11.06 00:28:20.452172 [ 305 ] {} <Debug> HTTP-Session: 0db34215-7fcf-4c1c-adaa-145a00d16ee2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17106 | 2024.11.06 00:28:20.452218 [ 186 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_106_21} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 17107 | 2024.11.06 00:28:20.452245 [ 305 ] {} <Trace> HTTP-Session: 0db34215-7fcf-4c1c-adaa-145a00d16ee2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17108 | 2024.11.06 00:28:20.452369 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 17109 | 2024.11.06 00:28:20.452462 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41548) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 17110 | 2024.11.06 00:28:20.452523 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17111 | 2024.11.06 00:28:20.452790 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17112 | 2024.11.06 00:28:20.453119 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17113 | 2024.11.06 00:28:20.453157 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17114 | 2024.11.06 00:28:20.453553 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 17115 | 2024.11.06 00:28:20.453992 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17116 | 2024.11.06 00:28:20.454161 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001746 sec., 8018.327605956472 rows/sec., 561.55 KiB/sec. | ||
| 17117 | 2024.11.06 00:28:20.454513 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 17118 | 2024.11.06 00:28:20.454547 [ 305 ] {17c8262a-dc12-4f75-ab4b-5fcb2691da5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17119 | 2024.11.06 00:28:20.454591 [ 305 ] {} <Debug> HTTP-Session: 0db34215-7fcf-4c1c-adaa-145a00d16ee2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17120 | 2024.11.06 00:28:20.454602 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56316, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17121 | 2024.11.06 00:28:20.454797 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41548, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17122 | 2024.11.06 00:28:20.454863 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54351, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17123 | 2024.11.06 00:28:20.454931 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17124 | 2024.11.06 00:28:20.454973 [ 290 ] {} <Debug> HTTP-Session: 844dbd93-a661-4704-8d5e-cdec674c7241 Authenticating user 'default' from [fd00:1122:3344:101::d]:54351 | ||
| 17125 | 2024.11.06 00:28:20.455007 [ 290 ] {} <Debug> HTTP-Session: 844dbd93-a661-4704-8d5e-cdec674c7241 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17126 | 2024.11.06 00:28:20.455022 [ 290 ] {} <Debug> HTTP-Session: 844dbd93-a661-4704-8d5e-cdec674c7241 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17127 | 2024.11.06 00:28:20.455061 [ 290 ] {} <Trace> HTTP-Session: 844dbd93-a661-4704-8d5e-cdec674c7241 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17128 | 2024.11.06 00:28:20.455177 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54351) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 17129 | 2024.11.06 00:28:20.455225 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17130 | 2024.11.06 00:28:20.455480 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17131 | 2024.11.06 00:28:20.455817 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17132 | 2024.11.06 00:28:20.455854 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17133 | 2024.11.06 00:28:20.456232 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 17134 | 2024.11.06 00:28:20.456908 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17135 | 2024.11.06 00:28:20.457218 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.002064 sec., 2906.9767441860467 rows/sec., 171.75 KiB/sec. | ||
| 17136 | 2024.11.06 00:28:20.457447 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 17137 | 2024.11.06 00:28:20.457475 [ 290 ] {282faead-a42d-4455-92b1-cb4fb52e04cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17138 | 2024.11.06 00:28:20.457491 [ 290 ] {} <Debug> HTTP-Session: 844dbd93-a661-4704-8d5e-cdec674c7241 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17139 | 2024.11.06 00:28:20.457699 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17140 | 2024.11.06 00:28:20.457785 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34354, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17141 | 2024.11.06 00:28:20.457845 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17142 | 2024.11.06 00:28:20.457872 [ 305 ] {} <Debug> HTTP-Session: 61c05a7d-d950-4ebd-9170-444df23db6fa Authenticating user 'default' from [fd00:1122:3344:101::d]:34354 | ||
| 17143 | 2024.11.06 00:28:20.457891 [ 305 ] {} <Debug> HTTP-Session: 61c05a7d-d950-4ebd-9170-444df23db6fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17144 | 2024.11.06 00:28:20.457906 [ 305 ] {} <Debug> HTTP-Session: 61c05a7d-d950-4ebd-9170-444df23db6fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17145 | 2024.11.06 00:28:20.457949 [ 305 ] {} <Trace> HTTP-Session: 61c05a7d-d950-4ebd-9170-444df23db6fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17146 | 2024.11.06 00:28:20.458291 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34354) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17147 | 2024.11.06 00:28:20.458339 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17148 | 2024.11.06 00:28:20.458604 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17149 | 2024.11.06 00:28:20.459200 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17150 | 2024.11.06 00:28:20.459236 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17151 | 2024.11.06 00:28:20.459619 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 17152 | 2024.11.06 00:28:20.459999 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17153 | 2024.11.06 00:28:20.460155 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002078 sec., 203561.11645813283 rows/sec., 14.55 MiB/sec. | ||
| 17154 | 2024.11.06 00:28:20.460172 [ 81 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 17155 | 2024.11.06 00:28:20.460261 [ 81 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17156 | 2024.11.06 00:28:20.460321 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17157 | 2024.11.06 00:28:20.460428 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Debug> DynamicQueryHandler: Done processing query | ||
| 17158 | 2024.11.06 00:28:20.460466 [ 305 ] {9c6b1b3a-99b9-43c6-8381-60251a3ce112} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 17159 | 2024.11.06 00:28:20.460489 [ 305 ] {} <Debug> HTTP-Session: 61c05a7d-d950-4ebd-9170-444df23db6fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17160 | 2024.11.06 00:28:20.460502 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 17161 | 2024.11.06 00:28:20.460719 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17162 | 2024.11.06 00:28:20.460729 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34354, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17163 | 2024.11.06 00:28:20.460750 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54351, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17164 | 2024.11.06 00:28:20.460804 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part | ||
| 17165 | 2024.11.06 00:28:20.460934 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17166 | 2024.11.06 00:28:20.461063 [ 290 ] {} <Debug> HTTP-Session: 48d41e11-f5d8-42dd-88c9-12a2cee91d7e Authenticating user 'default' from [fd00:1122:3344:101::d]:54351 | ||
| 17167 | 2024.11.06 00:28:20.461125 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part | ||
| 17168 | 2024.11.06 00:28:20.461147 [ 290 ] {} <Debug> HTTP-Session: 48d41e11-f5d8-42dd-88c9-12a2cee91d7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17169 | 2024.11.06 00:28:20.461207 [ 290 ] {} <Debug> HTTP-Session: 48d41e11-f5d8-42dd-88c9-12a2cee91d7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17170 | 2024.11.06 00:28:20.461331 [ 290 ] {} <Trace> HTTP-Session: 48d41e11-f5d8-42dd-88c9-12a2cee91d7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17171 | 2024.11.06 00:28:20.461414 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 423 rows starting from the beginning of the part | ||
| 17172 | 2024.11.06 00:28:20.461668 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54351) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 17173 | 2024.11.06 00:28:20.461773 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 66 rows starting from the beginning of the part | ||
| 17174 | 2024.11.06 00:28:20.461816 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17175 | 2024.11.06 00:28:20.462102 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part | ||
| 17176 | 2024.11.06 00:28:20.462505 [ 195 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 423 rows starting from the beginning of the part | ||
| 17177 | 2024.11.06 00:28:20.463010 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17178 | 2024.11.06 00:28:20.463687 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17179 | 2024.11.06 00:28:20.463739 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17180 | 2024.11.06 00:28:20.464827 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 17181 | 2024.11.06 00:28:20.465561 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17182 | 2024.11.06 00:28:20.465617 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.005200604 sec., 375917.8741546174 rows/sec., 28.78 MiB/sec. | ||
| 17183 | 2024.11.06 00:28:20.465869 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004301 sec., 1395.0244129272262 rows/sec., 72.88 KiB/sec. | ||
| 17184 | 2024.11.06 00:28:20.465980 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 17185 | 2024.11.06 00:28:20.466601 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Debug> DynamicQueryHandler: Done processing query | ||
| 17186 | 2024.11.06 00:28:20.466688 [ 290 ] {40059871-7096-447b-81dc-c6369efe7500} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 17187 | 2024.11.06 00:28:20.466759 [ 290 ] {} <Debug> HTTP-Session: 48d41e11-f5d8-42dd-88c9-12a2cee91d7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17188 | 2024.11.06 00:28:20.467022 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54351, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17189 | 2024.11.06 00:28:20.467109 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17190 | 2024.11.06 00:28:20.467137 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52379, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17191 | 2024.11.06 00:28:20.467293 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17192 | 2024.11.06 00:28:20.467339 [ 305 ] {} <Debug> HTTP-Session: c06afe6a-a70d-4743-b90e-13e145eb8656 Authenticating user 'default' from [fd00:1122:3344:101::d]:52379 | ||
| 17193 | 2024.11.06 00:28:20.467339 [ 194 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_106_21} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 17194 | 2024.11.06 00:28:20.467372 [ 305 ] {} <Debug> HTTP-Session: c06afe6a-a70d-4743-b90e-13e145eb8656 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17195 | 2024.11.06 00:28:20.467402 [ 305 ] {} <Debug> HTTP-Session: c06afe6a-a70d-4743-b90e-13e145eb8656 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17196 | 2024.11.06 00:28:20.467492 [ 305 ] {} <Trace> HTTP-Session: c06afe6a-a70d-4743-b90e-13e145eb8656 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17197 | 2024.11.06 00:28:20.467512 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 17198 | 2024.11.06 00:28:20.467703 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52379) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17199 | 2024.11.06 00:28:20.467758 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17200 | 2024.11.06 00:28:20.467934 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17201 | 2024.11.06 00:28:20.468332 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17202 | 2024.11.06 00:28:20.468368 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17203 | 2024.11.06 00:28:20.468766 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 17204 | 2024.11.06 00:28:20.469114 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17205 | 2024.11.06 00:28:20.469262 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001657 sec., 143029.57151478576 rows/sec., 9.59 MiB/sec. | ||
| 17206 | 2024.11.06 00:28:20.469302 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 17207 | 2024.11.06 00:28:20.469403 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17208 | 2024.11.06 00:28:20.469445 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17209 | 2024.11.06 00:28:20.469531 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 17210 | 2024.11.06 00:28:20.469626 [ 305 ] {354f8317-e56e-49a8-a5ae-91d1fc9e1f3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 17211 | 2024.11.06 00:28:20.469740 [ 305 ] {} <Debug> HTTP-Session: c06afe6a-a70d-4743-b90e-13e145eb8656 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17212 | 2024.11.06 00:28:20.469788 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 17213 | 2024.11.06 00:28:20.470265 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17214 | 2024.11.06 00:28:20.470393 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52379, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17215 | 2024.11.06 00:28:20.470487 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50498, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17216 | 2024.11.06 00:28:20.470720 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17217 | 2024.11.06 00:28:20.470870 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_101_20, total 20797 rows starting from the beginning of the part | ||
| 17218 | 2024.11.06 00:28:20.470920 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17219 | 2024.11.06 00:28:20.471074 [ 283 ] {} <Debug> HTTP-Session: 630fbdf2-25f8-42c5-9841-184a55d0eafd Authenticating user 'default' from [fd00:1122:3344:101::d]:50498 | ||
| 17220 | 2024.11.06 00:28:20.471300 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 17221 | 2024.11.06 00:28:20.471403 [ 283 ] {} <Debug> HTTP-Session: 630fbdf2-25f8-42c5-9841-184a55d0eafd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17222 | 2024.11.06 00:28:20.471785 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 17223 | 2024.11.06 00:28:20.471814 [ 283 ] {} <Debug> HTTP-Session: 630fbdf2-25f8-42c5-9841-184a55d0eafd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17224 | 2024.11.06 00:28:20.472036 [ 283 ] {} <Trace> HTTP-Session: 630fbdf2-25f8-42c5-9841-184a55d0eafd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17225 | 2024.11.06 00:28:20.472093 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 129 rows starting from the beginning of the part | ||
| 17226 | 2024.11.06 00:28:20.472367 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part | ||
| 17227 | 2024.11.06 00:28:20.472482 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50498) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 17228 | 2024.11.06 00:28:20.472676 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17229 | 2024.11.06 00:28:20.472696 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 237 rows starting from the beginning of the part | ||
| 17230 | 2024.11.06 00:28:20.473509 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17231 | 2024.11.06 00:28:20.474213 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17232 | 2024.11.06 00:28:20.474264 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17233 | 2024.11.06 00:28:20.474773 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 17234 | 2024.11.06 00:28:20.475272 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17235 | 2024.11.06 00:28:20.475671 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003364 sec., 297.2651605231867 rows/sec., 20.03 KiB/sec. | ||
| 17236 | 2024.11.06 00:28:20.476025 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Debug> DynamicQueryHandler: Done processing query | ||
| 17237 | 2024.11.06 00:28:20.476076 [ 283 ] {e3fc5237-4287-4ec9-b6d1-e9b63d189547} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 17238 | 2024.11.06 00:28:20.476111 [ 283 ] {} <Debug> HTTP-Session: 630fbdf2-25f8-42c5-9841-184a55d0eafd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17239 | 2024.11.06 00:28:20.476313 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50498, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17240 | 2024.11.06 00:28:20.476416 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43551, User-Agent: (none), Length: 69047, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17241 | 2024.11.06 00:28:20.476491 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17242 | 2024.11.06 00:28:20.476515 [ 305 ] {} <Debug> HTTP-Session: 41432a81-4673-49ec-a41c-e5af1dcebf09 Authenticating user 'default' from [fd00:1122:3344:101::d]:43551 | ||
| 17243 | 2024.11.06 00:28:20.476535 [ 305 ] {} <Debug> HTTP-Session: 41432a81-4673-49ec-a41c-e5af1dcebf09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17244 | 2024.11.06 00:28:20.476552 [ 305 ] {} <Debug> HTTP-Session: 41432a81-4673-49ec-a41c-e5af1dcebf09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17245 | 2024.11.06 00:28:20.476585 [ 305 ] {} <Trace> HTTP-Session: 41432a81-4673-49ec-a41c-e5af1dcebf09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17246 | 2024.11.06 00:28:20.477154 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43551) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17247 | 2024.11.06 00:28:20.477234 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <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 | ||
| 17248 | 2024.11.06 00:28:20.477719 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17249 | 2024.11.06 00:28:20.478381 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17250 | 2024.11.06 00:28:20.478417 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17251 | 2024.11.06 00:28:20.482905 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 17252 | 2024.11.06 00:28:20.483415 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17253 | 2024.11.06 00:28:20.483621 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.006917 sec., 5927.425184328466 rows/sec., 10.62 MiB/sec. | ||
| 17254 | 2024.11.06 00:28:20.483836 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <Debug> DynamicQueryHandler: Done processing query | ||
| 17255 | 2024.11.06 00:28:20.483861 [ 305 ] {53702f00-0fc1-4fe0-b478-143c3d04350a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 17256 | 2024.11.06 00:28:20.483877 [ 305 ] {} <Debug> HTTP-Session: 41432a81-4673-49ec-a41c-e5af1dcebf09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17257 | 2024.11.06 00:28:20.484044 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43551, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17258 | 2024.11.06 00:28:20.484090 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50498, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17259 | 2024.11.06 00:28:20.484156 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17260 | 2024.11.06 00:28:20.484180 [ 283 ] {} <Debug> HTTP-Session: 252860b5-0c84-4032-844a-b0d644813be9 Authenticating user 'default' from [fd00:1122:3344:101::d]:50498 | ||
| 17261 | 2024.11.06 00:28:20.484201 [ 283 ] {} <Debug> HTTP-Session: 252860b5-0c84-4032-844a-b0d644813be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17262 | 2024.11.06 00:28:20.484218 [ 283 ] {} <Debug> HTTP-Session: 252860b5-0c84-4032-844a-b0d644813be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17263 | 2024.11.06 00:28:20.484257 [ 283 ] {} <Trace> HTTP-Session: 252860b5-0c84-4032-844a-b0d644813be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17264 | 2024.11.06 00:28:20.484400 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50498) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17265 | 2024.11.06 00:28:20.484452 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17266 | 2024.11.06 00:28:20.484601 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17267 | 2024.11.06 00:28:20.484903 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17268 | 2024.11.06 00:28:20.484938 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17269 | 2024.11.06 00:28:20.485305 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 17270 | 2024.11.06 00:28:20.485650 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17271 | 2024.11.06 00:28:20.485942 [ 80 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 17272 | 2024.11.06 00:28:20.485950 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001594 sec., 51442.91091593476 rows/sec., 3.27 MiB/sec. | ||
| 17273 | 2024.11.06 00:28:20.486001 [ 80 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17274 | 2024.11.06 00:28:20.486083 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17275 | 2024.11.06 00:28:20.486337 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 17276 | 2024.11.06 00:28:20.486371 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Debug> DynamicQueryHandler: Done processing query | ||
| 17277 | 2024.11.06 00:28:20.486431 [ 283 ] {95225d2f-349d-44b5-9691-959528280b46} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17278 | 2024.11.06 00:28:20.486765 [ 283 ] {} <Debug> HTTP-Session: 252860b5-0c84-4032-844a-b0d644813be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17279 | 2024.11.06 00:28:20.486908 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17280 | 2024.11.06 00:28:20.486990 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5626 rows starting from the beginning of the part | ||
| 17281 | 2024.11.06 00:28:20.487424 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50498, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17282 | 2024.11.06 00:28:20.487703 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 17283 | 2024.11.06 00:28:20.487786 [ 283 ] {} <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): | ||
| 17284 | |||
| 17285 | (version 23.8.7.1) | ||
| 17286 | 2024.11.06 00:28:20.488105 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 17287 | 2024.11.06 00:28:20.488493 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 48 rows starting from the beginning of the part | ||
| 17288 | 2024.11.06 00:28:20.488780 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part | ||
| 17289 | 2024.11.06 00:28:20.489081 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 82 rows starting from the beginning of the part | ||
| 17290 | 2024.11.06 00:28:20.489695 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21720 rows, containing 5 columns (5 merged, 0 gathered) in 0.020146358 sec., 1078110.495207124 rows/sec., 73.44 MiB/sec. | ||
| 17291 | 2024.11.06 00:28:20.490274 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 17292 | 2024.11.06 00:28:20.491400 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17293 | 2024.11.06 00:28:20.491519 [ 192 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_106_21} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 17294 | 2024.11.06 00:28:20.491638 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 17295 | 2024.11.06 00:28:20.492573 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5958 rows, containing 4 columns (4 merged, 0 gathered) in 0.006374899 sec., 934603.0423383963 rows/sec., 61.58 MiB/sec. | ||
| 17296 | 2024.11.06 00:28:20.492961 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 17297 | 2024.11.06 00:28:20.493344 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17298 | 2024.11.06 00:28:20.493421 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_106_21} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 17299 | 2024.11.06 00:28:20.493506 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. | ||
| 17300 | 2024.11.06 00:28:20.629580 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:49013, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17301 | 2024.11.06 00:28:20.690088 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39221, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17302 | 2024.11.06 00:28:20.763215 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35138, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17303 | 2024.11.06 00:28:20.852353 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:42177, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17304 | 2024.11.06 00:28:20.951720 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52217, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17305 | 2024.11.06 00:28:20.953043 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:62572, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17306 | 2024.11.06 00:28:20.966312 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58553, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17307 | 2024.11.06 00:28:20.968577 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33803, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17308 | 2024.11.06 00:28:21.016910 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57808, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17309 | 2024.11.06 00:28:21.149083 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:49573, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17310 | 2024.11.06 00:28:21.204166 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:51367, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17311 | 2024.11.06 00:28:21.223230 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:48149, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17312 | 2024.11.06 00:28:21.256690 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:58393, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17313 | 2024.11.06 00:28:21.497870 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:42426, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17314 | 2024.11.06 00:28:21.518219 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37067, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17315 | 2024.11.06 00:28:21.523499 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63011, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17316 | 2024.11.06 00:28:21.784617 [ 223 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): 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] | ||
| 17317 | 2024.11.06 00:28:21.784676 [ 223 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): 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] | ||
| 17318 | 2024.11.06 00:28:21.786827 [ 223 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): 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] | ||
| 17319 | 2024.11.06 00:28:22.238745 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1542 | ||
| 17320 | 2024.11.06 00:28:22.242297 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17321 | 2024.11.06 00:28:22.242373 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.68 GiB. | ||
| 17322 | 2024.11.06 00:28:22.244327 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 17323 | 2024.11.06 00:28:22.245444 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17324 | 2024.11.06 00:28:22.246915 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1542 | ||
| 17325 | 2024.11.06 00:28:22.783497 [ 78 ] {} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 | ||
| 17326 | 2024.11.06 00:28:22.783573 [ 78 ] {} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17327 | 2024.11.06 00:28:22.783596 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17328 | 2024.11.06 00:28:22.783805 [ 196 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 17329 | 2024.11.06 00:28:22.784047 [ 196 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_29_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17330 | 2024.11.06 00:28:22.784086 [ 196 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 17331 | 2024.11.06 00:28:22.784172 [ 196 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part | ||
| 17332 | 2024.11.06 00:28:22.784438 [ 196 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part | ||
| 17333 | 2024.11.06 00:28:22.784652 [ 196 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 17334 | 2024.11.06 00:28:22.784805 [ 196 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_29_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part | ||
| 17335 | 2024.11.06 00:28:22.785904 [ 187 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_29_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002219956 sec., 16216.537625070046 rows/sec., 1.35 MiB/sec. | ||
| 17336 | 2024.11.06 00:28:22.786085 [ 187 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_29_7} <Trace> MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) | ||
| 17337 | 2024.11.06 00:28:22.786556 [ 187 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_29_7} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17338 | 2024.11.06 00:28:22.786647 [ 187 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_29_7} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 | ||
| 17339 | 2024.11.06 00:28:22.786750 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 17340 | 2024.11.06 00:28:25.431340 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36169, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17341 | 2024.11.06 00:28:25.431455 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17342 | 2024.11.06 00:28:25.431479 [ 290 ] {} <Debug> HTTP-Session: 624077ba-67b8-4777-bf52-bc7f57515a5c Authenticating user 'default' from [fd00:1122:3344:101::d]:36169 | ||
| 17343 | 2024.11.06 00:28:25.431503 [ 290 ] {} <Debug> HTTP-Session: 624077ba-67b8-4777-bf52-bc7f57515a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17344 | 2024.11.06 00:28:25.431518 [ 290 ] {} <Debug> HTTP-Session: 624077ba-67b8-4777-bf52-bc7f57515a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17345 | 2024.11.06 00:28:25.431571 [ 290 ] {} <Trace> HTTP-Session: 624077ba-67b8-4777-bf52-bc7f57515a5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17346 | 2024.11.06 00:28:25.431748 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36169) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 17347 | 2024.11.06 00:28:25.431815 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17348 | 2024.11.06 00:28:25.432159 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17349 | 2024.11.06 00:28:25.432597 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17350 | 2024.11.06 00:28:25.432636 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17351 | 2024.11.06 00:28:25.433061 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 17352 | 2024.11.06 00:28:25.433473 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17353 | 2024.11.06 00:28:25.433620 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001928 sec., 1037.344398340249 rows/sec., 84.59 KiB/sec. | ||
| 17354 | 2024.11.06 00:28:25.433972 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 17355 | 2024.11.06 00:28:25.434000 [ 290 ] {5af2cd1c-13f5-445f-8c0d-b700065b31a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17356 | 2024.11.06 00:28:25.434018 [ 290 ] {} <Debug> HTTP-Session: 624077ba-67b8-4777-bf52-bc7f57515a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17357 | 2024.11.06 00:28:25.434232 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17358 | 2024.11.06 00:28:25.434377 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52472, User-Agent: (none), Length: 7946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17359 | 2024.11.06 00:28:25.434496 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17360 | 2024.11.06 00:28:25.434525 [ 283 ] {} <Debug> HTTP-Session: fe983d86-be52-49c8-b103-09715c2377d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:52472 | ||
| 17361 | 2024.11.06 00:28:25.434553 [ 283 ] {} <Debug> HTTP-Session: fe983d86-be52-49c8-b103-09715c2377d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17362 | 2024.11.06 00:28:25.434570 [ 283 ] {} <Debug> HTTP-Session: fe983d86-be52-49c8-b103-09715c2377d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17363 | 2024.11.06 00:28:25.434632 [ 283 ] {} <Trace> HTTP-Session: fe983d86-be52-49c8-b103-09715c2377d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17364 | 2024.11.06 00:28:25.434838 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52472) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17365 | 2024.11.06 00:28:25.434934 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17366 | 2024.11.06 00:28:25.435292 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17367 | 2024.11.06 00:28:25.435673 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17368 | 2024.11.06 00:28:25.435718 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17369 | 2024.11.06 00:28:25.436169 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 17370 | 2024.11.06 00:28:25.436577 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17371 | 2024.11.06 00:28:25.436749 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001979 sec., 28802.425467407782 rows/sec., 2.20 MiB/sec. | ||
| 17372 | 2024.11.06 00:28:25.437060 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Debug> DynamicQueryHandler: Done processing query | ||
| 17373 | 2024.11.06 00:28:25.437119 [ 283 ] {8345ee55-5786-472e-96b4-5b7e7b827977} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 17374 | 2024.11.06 00:28:25.437173 [ 283 ] {} <Debug> HTTP-Session: fe983d86-be52-49c8-b103-09715c2377d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17375 | 2024.11.06 00:28:25.437433 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52472, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17376 | 2024.11.06 00:28:25.437447 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36169, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17377 | 2024.11.06 00:28:25.437539 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17378 | 2024.11.06 00:28:25.437564 [ 290 ] {} <Debug> HTTP-Session: 07d28a88-3b43-4b32-a6f4-11d7424cf680 Authenticating user 'default' from [fd00:1122:3344:101::d]:36169 | ||
| 17379 | 2024.11.06 00:28:25.437593 [ 290 ] {} <Debug> HTTP-Session: 07d28a88-3b43-4b32-a6f4-11d7424cf680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17380 | 2024.11.06 00:28:25.437623 [ 290 ] {} <Debug> HTTP-Session: 07d28a88-3b43-4b32-a6f4-11d7424cf680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17381 | 2024.11.06 00:28:25.437673 [ 290 ] {} <Trace> HTTP-Session: 07d28a88-3b43-4b32-a6f4-11d7424cf680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17382 | 2024.11.06 00:28:25.437803 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36169) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17383 | 2024.11.06 00:28:25.437859 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17384 | 2024.11.06 00:28:25.438181 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17385 | 2024.11.06 00:28:25.438554 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17386 | 2024.11.06 00:28:25.438599 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17387 | 2024.11.06 00:28:25.438974 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 17388 | 2024.11.06 00:28:25.439361 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17389 | 2024.11.06 00:28:25.439495 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001728 sec., 1157.4074074074074 rows/sec., 80.82 KiB/sec. | ||
| 17390 | 2024.11.06 00:28:25.439656 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Debug> DynamicQueryHandler: Done processing query | ||
| 17391 | 2024.11.06 00:28:25.439681 [ 290 ] {fba16161-9cdc-4049-aae8-07f6c3122f18} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17392 | 2024.11.06 00:28:25.439697 [ 290 ] {} <Debug> HTTP-Session: 07d28a88-3b43-4b32-a6f4-11d7424cf680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17393 | 2024.11.06 00:28:25.439861 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17394 | 2024.11.06 00:28:25.439949 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:56100, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17395 | 2024.11.06 00:28:25.440021 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17396 | 2024.11.06 00:28:25.440046 [ 283 ] {} <Debug> HTTP-Session: b2553978-ff50-4274-b052-20744504409d Authenticating user 'default' from [fd00:1122:3344:101::d]:56100 | ||
| 17397 | 2024.11.06 00:28:25.440070 [ 283 ] {} <Debug> HTTP-Session: b2553978-ff50-4274-b052-20744504409d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17398 | 2024.11.06 00:28:25.440088 [ 283 ] {} <Debug> HTTP-Session: b2553978-ff50-4274-b052-20744504409d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17399 | 2024.11.06 00:28:25.440137 [ 283 ] {} <Trace> HTTP-Session: b2553978-ff50-4274-b052-20744504409d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17400 | 2024.11.06 00:28:25.440301 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56100) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17401 | 2024.11.06 00:28:25.440361 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17402 | 2024.11.06 00:28:25.440684 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17403 | 2024.11.06 00:28:25.441057 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17404 | 2024.11.06 00:28:25.441096 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17405 | 2024.11.06 00:28:25.441483 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 17406 | 2024.11.06 00:28:25.441865 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17407 | 2024.11.06 00:28:25.442027 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001782 sec., 37037.03703703704 rows/sec., 2.89 MiB/sec. | ||
| 17408 | 2024.11.06 00:28:25.442304 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 17409 | 2024.11.06 00:28:25.442364 [ 283 ] {7f2e9cb5-92f7-4349-9510-2460cb339b3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17410 | 2024.11.06 00:28:25.442421 [ 283 ] {} <Debug> HTTP-Session: b2553978-ff50-4274-b052-20744504409d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17411 | 2024.11.06 00:28:25.442686 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56100, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17412 | 2024.11.06 00:28:25.442705 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36169, User-Agent: (none), Length: 24723, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17413 | 2024.11.06 00:28:25.442800 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17414 | 2024.11.06 00:28:25.442832 [ 290 ] {} <Debug> HTTP-Session: 59b6f584-609f-4f0a-96fd-63210444a2d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:36169 | ||
| 17415 | 2024.11.06 00:28:25.442857 [ 290 ] {} <Debug> HTTP-Session: 59b6f584-609f-4f0a-96fd-63210444a2d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17416 | 2024.11.06 00:28:25.442876 [ 290 ] {} <Debug> HTTP-Session: 59b6f584-609f-4f0a-96fd-63210444a2d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17417 | 2024.11.06 00:28:25.442922 [ 290 ] {} <Trace> HTTP-Session: 59b6f584-609f-4f0a-96fd-63210444a2d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17418 | 2024.11.06 00:28:25.443108 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36169) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17419 | 2024.11.06 00:28:25.443169 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17420 | 2024.11.06 00:28:25.443387 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17421 | 2024.11.06 00:28:25.443778 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17422 | 2024.11.06 00:28:25.443815 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17423 | 2024.11.06 00:28:25.444216 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 17424 | 2024.11.06 00:28:25.444584 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17425 | 2024.11.06 00:28:25.444721 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001695 sec., 76106.19469026549 rows/sec., 5.30 MiB/sec. | ||
| 17426 | 2024.11.06 00:28:25.444885 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Debug> DynamicQueryHandler: Done processing query | ||
| 17427 | 2024.11.06 00:28:25.444917 [ 290 ] {89fcea5e-f0f0-448b-9e98-0a350566763e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17428 | 2024.11.06 00:28:25.444932 [ 290 ] {} <Debug> HTTP-Session: 59b6f584-609f-4f0a-96fd-63210444a2d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17429 | 2024.11.06 00:28:25.445126 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36169, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17430 | 2024.11.06 00:28:25.445189 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40295, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17431 | 2024.11.06 00:28:25.445273 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17432 | 2024.11.06 00:28:25.445297 [ 283 ] {} <Debug> HTTP-Session: 541da865-badb-4828-a9a9-2bd8d0e0d401 Authenticating user 'default' from [fd00:1122:3344:101::d]:40295 | ||
| 17433 | 2024.11.06 00:28:25.445315 [ 283 ] {} <Debug> HTTP-Session: 541da865-badb-4828-a9a9-2bd8d0e0d401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17434 | 2024.11.06 00:28:25.445329 [ 283 ] {} <Debug> HTTP-Session: 541da865-badb-4828-a9a9-2bd8d0e0d401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17435 | 2024.11.06 00:28:25.445369 [ 283 ] {} <Trace> HTTP-Session: 541da865-badb-4828-a9a9-2bd8d0e0d401 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17436 | 2024.11.06 00:28:25.445506 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40295) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17437 | 2024.11.06 00:28:25.445559 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17438 | 2024.11.06 00:28:25.445730 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17439 | 2024.11.06 00:28:25.446034 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17440 | 2024.11.06 00:28:25.446072 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17441 | 2024.11.06 00:28:25.446467 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 17442 | 2024.11.06 00:28:25.446831 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17443 | 2024.11.06 00:28:25.447013 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00154 sec., 31168.83116883117 rows/sec., 2.10 MiB/sec. | ||
| 17444 | 2024.11.06 00:28:25.447273 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 17445 | 2024.11.06 00:28:25.447335 [ 283 ] {e4f0975c-9679-42b0-91bb-9113197461d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 17446 | 2024.11.06 00:28:25.447403 [ 283 ] {} <Debug> HTTP-Session: 541da865-badb-4828-a9a9-2bd8d0e0d401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17447 | 2024.11.06 00:28:25.447655 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40295, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17448 | 2024.11.06 00:28:26.741106 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17449 | 2024.11.06 00:28:26.741157 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17450 | 2024.11.06 00:28:30.341055 [ 224 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 17451 | 2024.11.06 00:28:30.341126 [ 224 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 17452 | 2024.11.06 00:28:30.343253 [ 224 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 17453 | 2024.11.06 00:28:30.434013 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37582, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17454 | 2024.11.06 00:28:30.434159 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17455 | 2024.11.06 00:28:30.434202 [ 290 ] {} <Debug> HTTP-Session: 1a41737f-336e-4776-ba28-89900228e413 Authenticating user 'default' from [fd00:1122:3344:101::d]:37582 | ||
| 17456 | 2024.11.06 00:28:30.434243 [ 290 ] {} <Debug> HTTP-Session: 1a41737f-336e-4776-ba28-89900228e413 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17457 | 2024.11.06 00:28:30.434272 [ 290 ] {} <Debug> HTTP-Session: 1a41737f-336e-4776-ba28-89900228e413 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17458 | 2024.11.06 00:28:30.434349 [ 290 ] {} <Trace> HTTP-Session: 1a41737f-336e-4776-ba28-89900228e413 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17459 | 2024.11.06 00:28:30.434631 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37582) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17460 | 2024.11.06 00:28:30.434734 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17461 | 2024.11.06 00:28:30.435142 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17462 | 2024.11.06 00:28:30.435597 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17463 | 2024.11.06 00:28:30.435638 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17464 | 2024.11.06 00:28:30.436081 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 17465 | 2024.11.06 00:28:30.436497 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17466 | 2024.11.06 00:28:30.436640 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002113 sec., 26502.602934216757 rows/sec., 2.02 MiB/sec. | ||
| 17467 | 2024.11.06 00:28:30.436844 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Debug> DynamicQueryHandler: Done processing query | ||
| 17468 | 2024.11.06 00:28:30.436871 [ 290 ] {5b63a5e2-336c-406b-a3ae-427ab2cf3694} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17469 | 2024.11.06 00:28:30.436889 [ 290 ] {} <Debug> HTTP-Session: 1a41737f-336e-4776-ba28-89900228e413 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17470 | 2024.11.06 00:28:30.437098 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37582, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17471 | 2024.11.06 00:28:30.437209 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57040, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17472 | 2024.11.06 00:28:30.437385 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17473 | 2024.11.06 00:28:30.437429 [ 283 ] {} <Debug> HTTP-Session: f73b88c9-ef41-47b6-98c4-5ece335177a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:57040 | ||
| 17474 | 2024.11.06 00:28:30.437470 [ 283 ] {} <Debug> HTTP-Session: f73b88c9-ef41-47b6-98c4-5ece335177a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17475 | 2024.11.06 00:28:30.437497 [ 283 ] {} <Debug> HTTP-Session: f73b88c9-ef41-47b6-98c4-5ece335177a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17476 | 2024.11.06 00:28:30.437584 [ 283 ] {} <Trace> HTTP-Session: f73b88c9-ef41-47b6-98c4-5ece335177a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17477 | 2024.11.06 00:28:30.437901 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57040) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17478 | 2024.11.06 00:28:30.437968 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17479 | 2024.11.06 00:28:30.438320 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17480 | 2024.11.06 00:28:30.438732 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17481 | 2024.11.06 00:28:30.438773 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17482 | 2024.11.06 00:28:30.439218 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 17483 | 2024.11.06 00:28:30.439625 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17484 | 2024.11.06 00:28:30.439799 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002018 sec., 31714.56888007929 rows/sec., 2.48 MiB/sec. | ||
| 17485 | 2024.11.06 00:28:30.439939 [ 224 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 17486 | 2024.11.06 00:28:30.439986 [ 224 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 17487 | 2024.11.06 00:28:30.440091 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Debug> DynamicQueryHandler: Done processing query | ||
| 17488 | 2024.11.06 00:28:30.440142 [ 283 ] {5a34c746-67ee-4943-ad1f-b27207bf649b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17489 | 2024.11.06 00:28:30.440196 [ 283 ] {} <Debug> HTTP-Session: f73b88c9-ef41-47b6-98c4-5ece335177a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17490 | 2024.11.06 00:28:30.440408 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57040, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17491 | 2024.11.06 00:28:30.440511 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64897, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17492 | 2024.11.06 00:28:30.440603 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17493 | 2024.11.06 00:28:30.440640 [ 290 ] {} <Debug> HTTP-Session: ab99662c-7a96-4a24-9a54-53220f0c68b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64897 | ||
| 17494 | 2024.11.06 00:28:30.440672 [ 290 ] {} <Debug> HTTP-Session: ab99662c-7a96-4a24-9a54-53220f0c68b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17495 | 2024.11.06 00:28:30.440702 [ 290 ] {} <Debug> HTTP-Session: ab99662c-7a96-4a24-9a54-53220f0c68b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17496 | 2024.11.06 00:28:30.440770 [ 290 ] {} <Trace> HTTP-Session: ab99662c-7a96-4a24-9a54-53220f0c68b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17497 | 2024.11.06 00:28:30.440967 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64897) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17498 | 2024.11.06 00:28:30.441028 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17499 | 2024.11.06 00:28:30.441344 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17500 | 2024.11.06 00:28:30.441956 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17501 | 2024.11.06 00:28:30.442020 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17502 | 2024.11.06 00:28:30.443393 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 17503 | 2024.11.06 00:28:30.443767 [ 224 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 17504 | 2024.11.06 00:28:30.443883 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17505 | 2024.11.06 00:28:30.444199 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003298 sec., 48514.25106124924 rows/sec., 3.38 MiB/sec. | ||
| 17506 | 2024.11.06 00:28:30.444318 [ 219 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 17507 | 2024.11.06 00:28:30.444409 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 17508 | 2024.11.06 00:28:30.444797 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Debug> DynamicQueryHandler: Done processing query | ||
| 17509 | 2024.11.06 00:28:30.444903 [ 290 ] {59f1e98f-ed20-47e6-8345-3851ad1a9175} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17510 | 2024.11.06 00:28:30.444993 [ 290 ] {} <Debug> HTTP-Session: ab99662c-7a96-4a24-9a54-53220f0c68b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17511 | 2024.11.06 00:28:30.445283 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64897, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17512 | 2024.11.06 00:28:30.445382 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60416, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17513 | 2024.11.06 00:28:30.445494 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17514 | 2024.11.06 00:28:30.445528 [ 283 ] {} <Debug> HTTP-Session: e43a78b9-ae15-41a9-afad-1efc8025be26 Authenticating user 'default' from [fd00:1122:3344:101::d]:60416 | ||
| 17515 | 2024.11.06 00:28:30.445567 [ 283 ] {} <Debug> HTTP-Session: e43a78b9-ae15-41a9-afad-1efc8025be26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17516 | 2024.11.06 00:28:30.445587 [ 283 ] {} <Debug> HTTP-Session: e43a78b9-ae15-41a9-afad-1efc8025be26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17517 | 2024.11.06 00:28:30.445654 [ 283 ] {} <Trace> HTTP-Session: e43a78b9-ae15-41a9-afad-1efc8025be26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17518 | 2024.11.06 00:28:30.445818 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60416) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17519 | 2024.11.06 00:28:30.445885 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17520 | 2024.11.06 00:28:30.446221 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17521 | 2024.11.06 00:28:30.446656 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17522 | 2024.11.06 00:28:30.446696 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17523 | 2024.11.06 00:28:30.447181 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 17524 | 2024.11.06 00:28:30.447650 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17525 | 2024.11.06 00:28:30.447837 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002076 sec., 28901.73410404624 rows/sec., 1.95 MiB/sec. | ||
| 17526 | 2024.11.06 00:28:30.447876 [ 219 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 17527 | 2024.11.06 00:28:30.448084 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 17528 | 2024.11.06 00:28:30.448109 [ 283 ] {f59be801-62e1-46b3-a4c0-af4c7be930b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17529 | 2024.11.06 00:28:30.448125 [ 283 ] {} <Debug> HTTP-Session: e43a78b9-ae15-41a9-afad-1efc8025be26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17530 | 2024.11.06 00:28:30.448342 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60416, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17531 | 2024.11.06 00:28:31.063989 [ 221 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 17532 | 2024.11.06 00:28:31.064063 [ 221 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 17533 | 2024.11.06 00:28:31.066391 [ 221 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 17534 | 2024.11.06 00:28:32.247981 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1562 | ||
| 17535 | 2024.11.06 00:28:32.250698 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17536 | 2024.11.06 00:28:32.250750 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17537 | 2024.11.06 00:28:32.252356 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 17538 | 2024.11.06 00:28:32.253425 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17539 | 2024.11.06 00:28:32.253954 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1562 | ||
| 17540 | 2024.11.06 00:28:32.841770 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): 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] | ||
| 17541 | 2024.11.06 00:28:32.841864 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): 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] | ||
| 17542 | 2024.11.06 00:28:32.844071 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): 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] | ||
| 17543 | 2024.11.06 00:28:34.524257 [ 219 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): 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] | ||
| 17544 | 2024.11.06 00:28:34.524314 [ 219 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): 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] | ||
| 17545 | 2024.11.06 00:28:34.525999 [ 219 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): 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] | ||
| 17546 | 2024.11.06 00:28:35.439988 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42993, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17547 | 2024.11.06 00:28:35.440153 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17548 | 2024.11.06 00:28:35.440194 [ 305 ] {} <Debug> HTTP-Session: 4621d6e9-8052-4f2c-8838-72e16c5195b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:42993 | ||
| 17549 | 2024.11.06 00:28:35.440231 [ 305 ] {} <Debug> HTTP-Session: 4621d6e9-8052-4f2c-8838-72e16c5195b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17550 | 2024.11.06 00:28:35.440256 [ 305 ] {} <Debug> HTTP-Session: 4621d6e9-8052-4f2c-8838-72e16c5195b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17551 | 2024.11.06 00:28:35.440332 [ 305 ] {} <Trace> HTTP-Session: 4621d6e9-8052-4f2c-8838-72e16c5195b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17552 | 2024.11.06 00:28:35.440726 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42993) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17553 | 2024.11.06 00:28:35.440831 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17554 | 2024.11.06 00:28:35.441229 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17555 | 2024.11.06 00:28:35.441801 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17556 | 2024.11.06 00:28:35.441848 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17557 | 2024.11.06 00:28:35.442295 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 17558 | 2024.11.06 00:28:35.442710 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17559 | 2024.11.06 00:28:35.442886 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002351 sec., 115270.09783071035 rows/sec., 10.24 MiB/sec. | ||
| 17560 | 2024.11.06 00:28:35.443108 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 17561 | 2024.11.06 00:28:35.443135 [ 305 ] {2e4310b8-5fe4-4e07-9763-4e16cd2fd6cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 17562 | 2024.11.06 00:28:35.443151 [ 305 ] {} <Debug> HTTP-Session: 4621d6e9-8052-4f2c-8838-72e16c5195b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17563 | 2024.11.06 00:28:35.443440 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17564 | 2024.11.06 00:28:35.443577 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37056, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17565 | 2024.11.06 00:28:35.443702 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17566 | 2024.11.06 00:28:35.443731 [ 290 ] {} <Debug> HTTP-Session: 299ef872-1289-443f-8af0-6232f1a081d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:37056 | ||
| 17567 | 2024.11.06 00:28:35.443758 [ 290 ] {} <Debug> HTTP-Session: 299ef872-1289-443f-8af0-6232f1a081d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17568 | 2024.11.06 00:28:35.443775 [ 290 ] {} <Debug> HTTP-Session: 299ef872-1289-443f-8af0-6232f1a081d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17569 | 2024.11.06 00:28:35.443836 [ 290 ] {} <Trace> HTTP-Session: 299ef872-1289-443f-8af0-6232f1a081d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17570 | 2024.11.06 00:28:35.444044 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37056) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17571 | 2024.11.06 00:28:35.444111 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17572 | 2024.11.06 00:28:35.444454 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17573 | 2024.11.06 00:28:35.444837 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17574 | 2024.11.06 00:28:35.444875 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17575 | 2024.11.06 00:28:35.445290 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 17576 | 2024.11.06 00:28:35.445681 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17577 | 2024.11.06 00:28:35.445818 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001845 sec., 22222.222222222223 rows/sec., 1.63 MiB/sec. | ||
| 17578 | 2024.11.06 00:28:35.446025 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Debug> DynamicQueryHandler: Done processing query | ||
| 17579 | 2024.11.06 00:28:35.446052 [ 290 ] {dc6b5e7f-3616-4fcc-94fa-c06c62681756} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17580 | 2024.11.06 00:28:35.446068 [ 290 ] {} <Debug> HTTP-Session: 299ef872-1289-443f-8af0-6232f1a081d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17581 | 2024.11.06 00:28:35.446226 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42993, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17582 | 2024.11.06 00:28:35.446247 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17583 | 2024.11.06 00:28:35.446316 [ 305 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17584 | 2024.11.06 00:28:35.446352 [ 305 ] {} <Debug> HTTP-Session: 644aa52c-d45f-4a1f-92a0-e92d87ea2a52 Authenticating user 'default' from [fd00:1122:3344:101::d]:42993 | ||
| 17585 | 2024.11.06 00:28:35.446374 [ 305 ] {} <Debug> HTTP-Session: 644aa52c-d45f-4a1f-92a0-e92d87ea2a52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17586 | 2024.11.06 00:28:35.446400 [ 305 ] {} <Debug> HTTP-Session: 644aa52c-d45f-4a1f-92a0-e92d87ea2a52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17587 | 2024.11.06 00:28:35.446448 [ 305 ] {} <Trace> HTTP-Session: 644aa52c-d45f-4a1f-92a0-e92d87ea2a52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17588 | 2024.11.06 00:28:35.446590 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42993) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 17589 | 2024.11.06 00:28:35.446647 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 17590 | 2024.11.06 00:28:35.446966 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17591 | 2024.11.06 00:28:35.447267 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17592 | 2024.11.06 00:28:35.447304 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17593 | 2024.11.06 00:28:35.447677 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 17594 | 2024.11.06 00:28:35.448053 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17595 | 2024.11.06 00:28:35.448204 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00165 sec., 8484.848484848484 rows/sec., 594.22 KiB/sec. | ||
| 17596 | 2024.11.06 00:28:35.448380 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Debug> DynamicQueryHandler: Done processing query | ||
| 17597 | 2024.11.06 00:28:35.448404 [ 305 ] {c1797110-4a44-450e-9e4c-a76c0708315a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17598 | 2024.11.06 00:28:35.448420 [ 305 ] {} <Debug> HTTP-Session: 644aa52c-d45f-4a1f-92a0-e92d87ea2a52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17599 | 2024.11.06 00:28:35.448571 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42993, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17600 | 2024.11.06 00:28:35.448632 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48374, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17601 | 2024.11.06 00:28:35.448729 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17602 | 2024.11.06 00:28:35.448763 [ 290 ] {} <Debug> HTTP-Session: 7a171b45-1838-43d8-96f5-1f77b6a0a5d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:48374 | ||
| 17603 | 2024.11.06 00:28:35.448787 [ 290 ] {} <Debug> HTTP-Session: 7a171b45-1838-43d8-96f5-1f77b6a0a5d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17604 | 2024.11.06 00:28:35.448804 [ 290 ] {} <Debug> HTTP-Session: 7a171b45-1838-43d8-96f5-1f77b6a0a5d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17605 | 2024.11.06 00:28:35.448849 [ 290 ] {} <Trace> HTTP-Session: 7a171b45-1838-43d8-96f5-1f77b6a0a5d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17606 | 2024.11.06 00:28:35.448975 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48374) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 17607 | 2024.11.06 00:28:35.449028 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 17608 | 2024.11.06 00:28:35.449293 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17609 | 2024.11.06 00:28:35.449598 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17610 | 2024.11.06 00:28:35.449634 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17611 | 2024.11.06 00:28:35.449990 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 17612 | 2024.11.06 00:28:35.450370 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17613 | 2024.11.06 00:28:35.450565 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001617 sec., 3710.575139146568 rows/sec., 219.23 KiB/sec. | ||
| 17614 | 2024.11.06 00:28:35.450884 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Debug> DynamicQueryHandler: Done processing query | ||
| 17615 | 2024.11.06 00:28:35.450933 [ 290 ] {44ee8498-fd63-4568-9f47-7f703996f585} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17616 | 2024.11.06 00:28:35.450971 [ 290 ] {} <Debug> HTTP-Session: 7a171b45-1838-43d8-96f5-1f77b6a0a5d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17617 | 2024.11.06 00:28:35.451177 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17618 | 2024.11.06 00:28:35.451293 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50792, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17619 | 2024.11.06 00:28:35.451390 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17620 | 2024.11.06 00:28:35.451422 [ 283 ] {} <Debug> HTTP-Session: 9211b246-2fe7-4c70-b10a-0965642caf2b Authenticating user 'default' from [fd00:1122:3344:101::d]:50792 | ||
| 17621 | 2024.11.06 00:28:35.451447 [ 283 ] {} <Debug> HTTP-Session: 9211b246-2fe7-4c70-b10a-0965642caf2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17622 | 2024.11.06 00:28:35.451592 [ 283 ] {} <Debug> HTTP-Session: 9211b246-2fe7-4c70-b10a-0965642caf2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17623 | 2024.11.06 00:28:35.451649 [ 283 ] {} <Trace> HTTP-Session: 9211b246-2fe7-4c70-b10a-0965642caf2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17624 | 2024.11.06 00:28:35.451995 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50792) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17625 | 2024.11.06 00:28:35.452055 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17626 | 2024.11.06 00:28:35.452327 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17627 | 2024.11.06 00:28:35.452880 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17628 | 2024.11.06 00:28:35.452917 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17629 | 2024.11.06 00:28:35.453337 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 17630 | 2024.11.06 00:28:35.453711 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17631 | 2024.11.06 00:28:35.453866 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002049 sec., 206442.16691068813 rows/sec., 14.76 MiB/sec. | ||
| 17632 | 2024.11.06 00:28:35.454060 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Debug> DynamicQueryHandler: Done processing query | ||
| 17633 | 2024.11.06 00:28:35.454086 [ 283 ] {e437c72d-6382-4071-8aa4-9f779bb57c63} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 17634 | 2024.11.06 00:28:35.454101 [ 283 ] {} <Debug> HTTP-Session: 9211b246-2fe7-4c70-b10a-0965642caf2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17635 | 2024.11.06 00:28:35.454323 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48374, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17636 | 2024.11.06 00:28:35.454373 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17637 | 2024.11.06 00:28:35.454417 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17638 | 2024.11.06 00:28:35.454447 [ 290 ] {} <Debug> HTTP-Session: dbd9b36b-517e-48c2-b3fb-d47d09bc6f9b Authenticating user 'default' from [fd00:1122:3344:101::d]:48374 | ||
| 17639 | 2024.11.06 00:28:35.454468 [ 290 ] {} <Debug> HTTP-Session: dbd9b36b-517e-48c2-b3fb-d47d09bc6f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17640 | 2024.11.06 00:28:35.454496 [ 290 ] {} <Debug> HTTP-Session: dbd9b36b-517e-48c2-b3fb-d47d09bc6f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17641 | 2024.11.06 00:28:35.454542 [ 290 ] {} <Trace> HTTP-Session: dbd9b36b-517e-48c2-b3fb-d47d09bc6f9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17642 | 2024.11.06 00:28:35.454663 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48374) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 17643 | 2024.11.06 00:28:35.454713 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 17644 | 2024.11.06 00:28:35.454879 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17645 | 2024.11.06 00:28:35.455144 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17646 | 2024.11.06 00:28:35.455181 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17647 | 2024.11.06 00:28:35.455548 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 17648 | 2024.11.06 00:28:35.455887 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17649 | 2024.11.06 00:28:35.456043 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001398 sec., 4291.845493562232 rows/sec., 224.23 KiB/sec. | ||
| 17650 | 2024.11.06 00:28:35.456254 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 17651 | 2024.11.06 00:28:35.456280 [ 290 ] {ccf7637f-4541-49ca-8e00-4404f48c66b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 17652 | 2024.11.06 00:28:35.456296 [ 290 ] {} <Debug> HTTP-Session: dbd9b36b-517e-48c2-b3fb-d47d09bc6f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17653 | 2024.11.06 00:28:35.456480 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17654 | 2024.11.06 00:28:35.456600 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34443, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17655 | 2024.11.06 00:28:35.456670 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17656 | 2024.11.06 00:28:35.456695 [ 283 ] {} <Debug> HTTP-Session: bf9c50fa-89f1-4ec1-891f-4f881e8f3839 Authenticating user 'default' from [fd00:1122:3344:101::d]:34443 | ||
| 17657 | 2024.11.06 00:28:35.456715 [ 283 ] {} <Debug> HTTP-Session: bf9c50fa-89f1-4ec1-891f-4f881e8f3839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17658 | 2024.11.06 00:28:35.456732 [ 283 ] {} <Debug> HTTP-Session: bf9c50fa-89f1-4ec1-891f-4f881e8f3839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17659 | 2024.11.06 00:28:35.456775 [ 283 ] {} <Trace> HTTP-Session: bf9c50fa-89f1-4ec1-891f-4f881e8f3839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17660 | 2024.11.06 00:28:35.456995 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34443) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17661 | 2024.11.06 00:28:35.457046 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17662 | 2024.11.06 00:28:35.457229 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17663 | 2024.11.06 00:28:35.457628 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17664 | 2024.11.06 00:28:35.457663 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17665 | 2024.11.06 00:28:35.458065 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 17666 | 2024.11.06 00:28:35.458413 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17667 | 2024.11.06 00:28:35.458569 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00168 sec., 141071.42857142858 rows/sec., 9.46 MiB/sec. | ||
| 17668 | 2024.11.06 00:28:35.458854 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Debug> DynamicQueryHandler: Done processing query | ||
| 17669 | 2024.11.06 00:28:35.458914 [ 283 ] {a26f9b39-a454-4d2e-8918-e917d121773e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 17670 | 2024.11.06 00:28:35.458989 [ 283 ] {} <Debug> HTTP-Session: bf9c50fa-89f1-4ec1-891f-4f881e8f3839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17671 | 2024.11.06 00:28:35.459287 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48374, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17672 | 2024.11.06 00:28:35.459303 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17673 | 2024.11.06 00:28:35.459374 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17674 | 2024.11.06 00:28:35.459411 [ 290 ] {} <Debug> HTTP-Session: bf8d5894-3889-4d1f-a8a5-b4a62c88d7c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:48374 | ||
| 17675 | 2024.11.06 00:28:35.459447 [ 290 ] {} <Debug> HTTP-Session: bf8d5894-3889-4d1f-a8a5-b4a62c88d7c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17676 | 2024.11.06 00:28:35.459471 [ 290 ] {} <Debug> HTTP-Session: bf8d5894-3889-4d1f-a8a5-b4a62c88d7c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17677 | 2024.11.06 00:28:35.459516 [ 290 ] {} <Trace> HTTP-Session: bf8d5894-3889-4d1f-a8a5-b4a62c88d7c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17678 | 2024.11.06 00:28:35.459641 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48374) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 17679 | 2024.11.06 00:28:35.459699 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 17680 | 2024.11.06 00:28:35.459890 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17681 | 2024.11.06 00:28:35.460157 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17682 | 2024.11.06 00:28:35.460193 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17683 | 2024.11.06 00:28:35.460553 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 17684 | 2024.11.06 00:28:35.460886 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17685 | 2024.11.06 00:28:35.461055 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 17686 | 2024.11.06 00:28:35.461234 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 17687 | 2024.11.06 00:28:35.461260 [ 290 ] {7eb48129-946f-42b9-ac45-f845b37a28aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 17688 | 2024.11.06 00:28:35.461275 [ 290 ] {} <Debug> HTTP-Session: bf8d5894-3889-4d1f-a8a5-b4a62c88d7c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17689 | 2024.11.06 00:28:35.461473 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17690 | 2024.11.06 00:28:35.461550 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44202, User-Agent: (none), Length: 69102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17691 | 2024.11.06 00:28:35.461619 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17692 | 2024.11.06 00:28:35.461644 [ 283 ] {} <Debug> HTTP-Session: 18e8cc15-5880-444d-9778-112e522af58d Authenticating user 'default' from [fd00:1122:3344:101::d]:44202 | ||
| 17693 | 2024.11.06 00:28:35.461665 [ 283 ] {} <Debug> HTTP-Session: 18e8cc15-5880-444d-9778-112e522af58d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17694 | 2024.11.06 00:28:35.461681 [ 283 ] {} <Debug> HTTP-Session: 18e8cc15-5880-444d-9778-112e522af58d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17695 | 2024.11.06 00:28:35.461725 [ 283 ] {} <Trace> HTTP-Session: 18e8cc15-5880-444d-9778-112e522af58d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17696 | 2024.11.06 00:28:35.462294 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44202) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17697 | 2024.11.06 00:28:35.462373 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <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 | ||
| 17698 | 2024.11.06 00:28:35.462872 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17699 | 2024.11.06 00:28:35.464040 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17700 | 2024.11.06 00:28:35.464077 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17701 | 2024.11.06 00:28:35.464777 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 17702 | 2024.11.06 00:28:35.465237 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17703 | 2024.11.06 00:28:35.465421 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 | ||
| 17704 | 2024.11.06 00:28:35.465443 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003587 sec., 11430.164482854754 rows/sec., 20.48 MiB/sec. | ||
| 17705 | 2024.11.06 00:28:35.465519 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17706 | 2024.11.06 00:28:35.465601 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17707 | 2024.11.06 00:28:35.465958 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full | ||
| 17708 | 2024.11.06 00:28:35.466345 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <Debug> DynamicQueryHandler: Done processing query | ||
| 17709 | 2024.11.06 00:28:35.466431 [ 283 ] {bd42e174-bb73-455b-b6a9-f7478030fc89} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 17710 | 2024.11.06 00:28:35.466512 [ 283 ] {} <Debug> HTTP-Session: 18e8cc15-5880-444d-9778-112e522af58d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17711 | 2024.11.06 00:28:35.466813 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48374, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17712 | 2024.11.06 00:28:35.466843 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17713 | 2024.11.06 00:28:35.466975 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17714 | 2024.11.06 00:28:35.466999 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17715 | 2024.11.06 00:28:35.467020 [ 290 ] {} <Debug> HTTP-Session: 3e58b9b7-ba63-4e09-bd69-659f0c25bd7f Authenticating user 'default' from [fd00:1122:3344:101::d]:48374 | ||
| 17716 | 2024.11.06 00:28:35.467112 [ 290 ] {} <Debug> HTTP-Session: 3e58b9b7-ba63-4e09-bd69-659f0c25bd7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17717 | 2024.11.06 00:28:35.467139 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 1222 rows starting from the beginning of the part | ||
| 17718 | 2024.11.06 00:28:35.467144 [ 290 ] {} <Debug> HTTP-Session: 3e58b9b7-ba63-4e09-bd69-659f0c25bd7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17719 | 2024.11.06 00:28:35.467206 [ 290 ] {} <Trace> HTTP-Session: 3e58b9b7-ba63-4e09-bd69-659f0c25bd7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17720 | 2024.11.06 00:28:35.467505 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48374) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17721 | 2024.11.06 00:28:35.467642 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17722 | 2024.11.06 00:28:35.467720 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part | ||
| 17723 | 2024.11.06 00:28:35.468390 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17724 | 2024.11.06 00:28:35.468441 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part | ||
| 17725 | 2024.11.06 00:28:35.468892 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part | ||
| 17726 | 2024.11.06 00:28:35.469532 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17727 | 2024.11.06 00:28:35.469541 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part | ||
| 17728 | 2024.11.06 00:28:35.469577 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17729 | 2024.11.06 00:28:35.470115 [ 196 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part | ||
| 17730 | 2024.11.06 00:28:35.470752 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 17731 | 2024.11.06 00:28:35.471353 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17732 | 2024.11.06 00:28:35.471618 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004268 sec., 19212.74601686973 rows/sec., 1.22 MiB/sec. | ||
| 17733 | 2024.11.06 00:28:35.471840 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 17734 | 2024.11.06 00:28:35.471866 [ 290 ] {d93e9ec3-3cc4-4615-8474-8d0f93f7a8bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17735 | 2024.11.06 00:28:35.471882 [ 290 ] {} <Debug> HTTP-Session: 3e58b9b7-ba63-4e09-bd69-659f0c25bd7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17736 | 2024.11.06 00:28:35.472958 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48374, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17737 | 2024.11.06 00:28:35.476059 [ 189 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1427 rows, containing 19 columns (19 merged, 0 gathered) in 0.010321336 sec., 138257.29537338964 rows/sec., 247.75 MiB/sec. | ||
| 17738 | 2024.11.06 00:28:35.478520 [ 189 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Trace> MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) | ||
| 17739 | 2024.11.06 00:28:35.479173 [ 189 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17740 | 2024.11.06 00:28:35.479268 [ 189 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_39_8} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 | ||
| 17741 | 2024.11.06 00:28:35.479438 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. | ||
| 17742 | 2024.11.06 00:28:37.782928 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17743 | 2024.11.06 00:28:37.942438 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64133, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17744 | 2024.11.06 00:28:38.028849 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57135, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17745 | 2024.11.06 00:28:38.047349 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47996, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17746 | 2024.11.06 00:28:38.088779 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36312, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17747 | 2024.11.06 00:28:38.119118 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17748 | 2024.11.06 00:28:38.137523 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57690, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17749 | 2024.11.06 00:28:38.146819 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45875, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17750 | 2024.11.06 00:28:40.433569 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60337, User-Agent: (none), Length: 1924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17751 | 2024.11.06 00:28:40.433716 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17752 | 2024.11.06 00:28:40.433771 [ 290 ] {} <Debug> HTTP-Session: 1d36643c-3210-4fee-9ef6-2d3a67eacaa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:60337 | ||
| 17753 | 2024.11.06 00:28:40.433802 [ 290 ] {} <Debug> HTTP-Session: 1d36643c-3210-4fee-9ef6-2d3a67eacaa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17754 | 2024.11.06 00:28:40.433825 [ 290 ] {} <Debug> HTTP-Session: 1d36643c-3210-4fee-9ef6-2d3a67eacaa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17755 | 2024.11.06 00:28:40.433886 [ 290 ] {} <Trace> HTTP-Session: 1d36643c-3210-4fee-9ef6-2d3a67eacaa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17756 | 2024.11.06 00:28:40.434105 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60337) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 17757 | 2024.11.06 00:28:40.434179 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 17758 | 2024.11.06 00:28:40.434523 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17759 | 2024.11.06 00:28:40.434994 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17760 | 2024.11.06 00:28:40.435039 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17761 | 2024.11.06 00:28:40.435468 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 17762 | 2024.11.06 00:28:40.435878 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17763 | 2024.11.06 00:28:40.436055 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002013 sec., 5961.251862891207 rows/sec., 486.10 KiB/sec. | ||
| 17764 | 2024.11.06 00:28:40.436273 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Debug> DynamicQueryHandler: Done processing query | ||
| 17765 | 2024.11.06 00:28:40.436301 [ 290 ] {e737d5bb-df87-4578-b5b8-b9990938691b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17766 | 2024.11.06 00:28:40.436317 [ 290 ] {} <Debug> HTTP-Session: 1d36643c-3210-4fee-9ef6-2d3a67eacaa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17767 | 2024.11.06 00:28:40.436478 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17768 | 2024.11.06 00:28:40.436693 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:52871, User-Agent: (none), Length: 8612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17769 | 2024.11.06 00:28:40.436867 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17770 | 2024.11.06 00:28:40.436912 [ 283 ] {} <Debug> HTTP-Session: dd683a65-8b63-493f-81e5-8ba7baf4235b Authenticating user 'default' from [fd00:1122:3344:101::d]:52871 | ||
| 17771 | 2024.11.06 00:28:40.436952 [ 283 ] {} <Debug> HTTP-Session: dd683a65-8b63-493f-81e5-8ba7baf4235b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17772 | 2024.11.06 00:28:40.436980 [ 283 ] {} <Debug> HTTP-Session: dd683a65-8b63-493f-81e5-8ba7baf4235b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17773 | 2024.11.06 00:28:40.437066 [ 283 ] {} <Trace> HTTP-Session: dd683a65-8b63-493f-81e5-8ba7baf4235b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17774 | 2024.11.06 00:28:40.437309 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:52871) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17775 | 2024.11.06 00:28:40.437374 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17776 | 2024.11.06 00:28:40.437724 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17777 | 2024.11.06 00:28:40.438169 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17778 | 2024.11.06 00:28:40.438212 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17779 | 2024.11.06 00:28:40.438647 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 17780 | 2024.11.06 00:28:40.439054 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17781 | 2024.11.06 00:28:40.439206 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001971 sec., 31456.113647894468 rows/sec., 2.39 MiB/sec. | ||
| 17782 | 2024.11.06 00:28:40.439555 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Debug> DynamicQueryHandler: Done processing query | ||
| 17783 | 2024.11.06 00:28:40.439621 [ 283 ] {a6fa83ee-0f9a-4e6e-a08d-8bbcf7923feb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17784 | 2024.11.06 00:28:40.439691 [ 283 ] {} <Debug> HTTP-Session: dd683a65-8b63-493f-81e5-8ba7baf4235b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17785 | 2024.11.06 00:28:40.439906 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60337, User-Agent: (none), Length: 1727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17786 | 2024.11.06 00:28:40.439954 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:52871, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17787 | 2024.11.06 00:28:40.439984 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17788 | 2024.11.06 00:28:40.440024 [ 290 ] {} <Debug> HTTP-Session: 7ed38def-3348-4076-bed8-4c424e3f692f Authenticating user 'default' from [fd00:1122:3344:101::d]:60337 | ||
| 17789 | 2024.11.06 00:28:40.440045 [ 290 ] {} <Debug> HTTP-Session: 7ed38def-3348-4076-bed8-4c424e3f692f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17790 | 2024.11.06 00:28:40.440063 [ 290 ] {} <Debug> HTTP-Session: 7ed38def-3348-4076-bed8-4c424e3f692f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17791 | 2024.11.06 00:28:40.440105 [ 290 ] {} <Trace> HTTP-Session: 7ed38def-3348-4076-bed8-4c424e3f692f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17792 | 2024.11.06 00:28:40.440240 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60337) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 17793 | 2024.11.06 00:28:40.440289 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 17794 | 2024.11.06 00:28:40.440553 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17795 | 2024.11.06 00:28:40.440912 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17796 | 2024.11.06 00:28:40.440949 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17797 | 2024.11.06 00:28:40.441313 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 17798 | 2024.11.06 00:28:40.441694 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17799 | 2024.11.06 00:28:40.441871 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001657 sec., 7242.003621001811 rows/sec., 505.67 KiB/sec. | ||
| 17800 | 2024.11.06 00:28:40.442052 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Debug> DynamicQueryHandler: Done processing query | ||
| 17801 | 2024.11.06 00:28:40.442077 [ 290 ] {935fc2a2-5ba5-4dfc-8d5f-126662bdce94} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 17802 | 2024.11.06 00:28:40.442093 [ 290 ] {} <Debug> HTTP-Session: 7ed38def-3348-4076-bed8-4c424e3f692f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17803 | 2024.11.06 00:28:40.442256 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17804 | 2024.11.06 00:28:40.442377 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53561, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17805 | 2024.11.06 00:28:40.442488 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17806 | 2024.11.06 00:28:40.442527 [ 283 ] {} <Debug> HTTP-Session: eabe0f1f-c46f-457c-b21e-ba4234943451 Authenticating user 'default' from [fd00:1122:3344:101::d]:53561 | ||
| 17807 | 2024.11.06 00:28:40.442562 [ 283 ] {} <Debug> HTTP-Session: eabe0f1f-c46f-457c-b21e-ba4234943451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17808 | 2024.11.06 00:28:40.442589 [ 283 ] {} <Debug> HTTP-Session: eabe0f1f-c46f-457c-b21e-ba4234943451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17809 | 2024.11.06 00:28:40.442659 [ 283 ] {} <Trace> HTTP-Session: eabe0f1f-c46f-457c-b21e-ba4234943451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17810 | 2024.11.06 00:28:40.442915 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53561) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17811 | 2024.11.06 00:28:40.443003 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17812 | 2024.11.06 00:28:40.443351 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17813 | 2024.11.06 00:28:40.443734 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17814 | 2024.11.06 00:28:40.443770 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17815 | 2024.11.06 00:28:40.444151 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 17816 | 2024.11.06 00:28:40.444532 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17817 | 2024.11.06 00:28:40.444661 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001847 sec., 41147.80725500813 rows/sec., 3.22 MiB/sec. | ||
| 17818 | 2024.11.06 00:28:40.444957 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Debug> DynamicQueryHandler: Done processing query | ||
| 17819 | 2024.11.06 00:28:40.445020 [ 283 ] {b70b1b6c-ea7e-467c-8193-7ac968849da7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17820 | 2024.11.06 00:28:40.445074 [ 283 ] {} <Debug> HTTP-Session: eabe0f1f-c46f-457c-b21e-ba4234943451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17821 | 2024.11.06 00:28:40.445319 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53561, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17822 | 2024.11.06 00:28:40.445336 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60337, User-Agent: (none), Length: 31790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17823 | 2024.11.06 00:28:40.445433 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17824 | 2024.11.06 00:28:40.445461 [ 290 ] {} <Debug> HTTP-Session: 89c478c5-240f-4a1b-944e-4c312c23b8a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:60337 | ||
| 17825 | 2024.11.06 00:28:40.445487 [ 290 ] {} <Debug> HTTP-Session: 89c478c5-240f-4a1b-944e-4c312c23b8a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17826 | 2024.11.06 00:28:40.445504 [ 290 ] {} <Debug> HTTP-Session: 89c478c5-240f-4a1b-944e-4c312c23b8a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17827 | 2024.11.06 00:28:40.445544 [ 290 ] {} <Trace> HTTP-Session: 89c478c5-240f-4a1b-944e-4c312c23b8a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17828 | 2024.11.06 00:28:40.445715 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60337) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17829 | 2024.11.06 00:28:40.445766 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17830 | 2024.11.06 00:28:40.445943 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17831 | 2024.11.06 00:28:40.446362 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17832 | 2024.11.06 00:28:40.446399 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17833 | 2024.11.06 00:28:40.446813 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 17834 | 2024.11.06 00:28:40.447168 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17835 | 2024.11.06 00:28:40.447343 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Debug> executeQuery: Read 166 rows, 11.83 KiB in 0.001698 sec., 97762.0730270907 rows/sec., 6.81 MiB/sec. | ||
| 17836 | 2024.11.06 00:28:40.447554 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 17837 | 2024.11.06 00:28:40.447592 [ 290 ] {a56edf7e-1e70-46df-b96e-92ada98460ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17838 | 2024.11.06 00:28:40.447624 [ 290 ] {} <Debug> HTTP-Session: 89c478c5-240f-4a1b-944e-4c312c23b8a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17839 | 2024.11.06 00:28:40.447803 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:60337, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17840 | 2024.11.06 00:28:40.447919 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40359, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17841 | 2024.11.06 00:28:40.448039 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17842 | 2024.11.06 00:28:40.448079 [ 283 ] {} <Debug> HTTP-Session: 3b1d6f9c-2658-4498-b883-3ab1956fedfa Authenticating user 'default' from [fd00:1122:3344:101::d]:40359 | ||
| 17843 | 2024.11.06 00:28:40.448114 [ 283 ] {} <Debug> HTTP-Session: 3b1d6f9c-2658-4498-b883-3ab1956fedfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17844 | 2024.11.06 00:28:40.448142 [ 283 ] {} <Debug> HTTP-Session: 3b1d6f9c-2658-4498-b883-3ab1956fedfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17845 | 2024.11.06 00:28:40.448200 [ 283 ] {} <Trace> HTTP-Session: 3b1d6f9c-2658-4498-b883-3ab1956fedfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17846 | 2024.11.06 00:28:40.448368 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40359) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17847 | 2024.11.06 00:28:40.448428 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17848 | 2024.11.06 00:28:40.448623 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17849 | 2024.11.06 00:28:40.448976 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17850 | 2024.11.06 00:28:40.449020 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17851 | 2024.11.06 00:28:40.449429 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 17852 | 2024.11.06 00:28:40.449780 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17853 | 2024.11.06 00:28:40.449912 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001599 sec., 37523.4521575985 rows/sec., 2.53 MiB/sec. | ||
| 17854 | 2024.11.06 00:28:40.450092 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 17855 | 2024.11.06 00:28:40.450117 [ 283 ] {e5e7deda-fd04-42b5-b3f3-4b3afdd690cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 17856 | 2024.11.06 00:28:40.450133 [ 283 ] {} <Debug> HTTP-Session: 3b1d6f9c-2658-4498-b883-3ab1956fedfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17857 | 2024.11.06 00:28:40.450330 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40359, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17858 | 2024.11.06 00:28:41.741200 [ 62 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 17859 | 2024.11.06 00:28:41.741255 [ 62 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 17860 | 2024.11.06 00:28:42.254970 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1594 | ||
| 17861 | 2024.11.06 00:28:42.257986 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17862 | 2024.11.06 00:28:42.258036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17863 | 2024.11.06 00:28:42.259674 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 17864 | 2024.11.06 00:28:42.260734 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17865 | 2024.11.06 00:28:42.260926 [ 62 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 17866 | 2024.11.06 00:28:42.260991 [ 62 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17867 | 2024.11.06 00:28:42.261032 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17868 | 2024.11.06 00:28:42.261519 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 17869 | 2024.11.06 00:28:42.262157 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1594 | ||
| 17870 | 2024.11.06 00:28:42.262921 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17871 | 2024.11.06 00:28:42.263118 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1462 rows starting from the beginning of the part | ||
| 17872 | 2024.11.06 00:28:42.263845 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 17873 | 2024.11.06 00:28:42.264493 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 17874 | 2024.11.06 00:28:42.265103 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 17875 | 2024.11.06 00:28:42.265688 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 17876 | 2024.11.06 00:28:42.266273 [ 200 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 17877 | 2024.11.06 00:28:42.275868 [ 197 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1594 rows, containing 72 columns (72 merged, 0 gathered) in 0.014681316 sec., 108573.37312268192 rows/sec., 71.17 MiB/sec. | ||
| 17878 | 2024.11.06 00:28:42.277605 [ 197 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 17879 | 2024.11.06 00:28:42.279330 [ 197 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_56_11} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17880 | 2024.11.06 00:28:42.279427 [ 197 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_56_11} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 17881 | 2024.11.06 00:28:42.279778 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. | ||
| 17882 | 2024.11.06 00:28:45.432554 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36180, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17883 | 2024.11.06 00:28:45.432698 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17884 | 2024.11.06 00:28:45.432727 [ 283 ] {} <Debug> HTTP-Session: 70db42b4-f8a7-4acd-a79c-602b72263b4d Authenticating user 'default' from [fd00:1122:3344:101::d]:36180 | ||
| 17885 | 2024.11.06 00:28:45.432756 [ 283 ] {} <Debug> HTTP-Session: 70db42b4-f8a7-4acd-a79c-602b72263b4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17886 | 2024.11.06 00:28:45.432773 [ 283 ] {} <Debug> HTTP-Session: 70db42b4-f8a7-4acd-a79c-602b72263b4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17887 | 2024.11.06 00:28:45.432829 [ 283 ] {} <Trace> HTTP-Session: 70db42b4-f8a7-4acd-a79c-602b72263b4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17888 | 2024.11.06 00:28:45.433053 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36180) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 17889 | 2024.11.06 00:28:45.433129 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 17890 | 2024.11.06 00:28:45.433480 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17891 | 2024.11.06 00:28:45.433947 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17892 | 2024.11.06 00:28:45.433992 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17893 | 2024.11.06 00:28:45.434421 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 17894 | 2024.11.06 00:28:45.434824 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17895 | 2024.11.06 00:28:45.434973 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001996 sec., 28056.112224448898 rows/sec., 2.14 MiB/sec. | ||
| 17896 | 2024.11.06 00:28:45.434989 [ 59 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 17897 | 2024.11.06 00:28:45.435043 [ 59 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17898 | 2024.11.06 00:28:45.435075 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17899 | 2024.11.06 00:28:45.435285 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Debug> DynamicQueryHandler: Done processing query | ||
| 17900 | 2024.11.06 00:28:45.435323 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 17901 | 2024.11.06 00:28:45.435344 [ 283 ] {2c83993c-f483-40ba-ab38-2a57a063dff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 17902 | 2024.11.06 00:28:45.435484 [ 283 ] {} <Debug> HTTP-Session: 70db42b4-f8a7-4acd-a79c-602b72263b4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17903 | 2024.11.06 00:28:45.436046 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61104, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17904 | 2024.11.06 00:28:45.436139 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17905 | 2024.11.06 00:28:45.436158 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36180, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17906 | 2024.11.06 00:28:45.436305 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17907 | 2024.11.06 00:28:45.436306 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1420 rows starting from the beginning of the part | ||
| 17908 | 2024.11.06 00:28:45.436430 [ 290 ] {} <Debug> HTTP-Session: d20b38af-6117-492f-acf4-8b5900fb5f66 Authenticating user 'default' from [fd00:1122:3344:101::d]:61104 | ||
| 17909 | 2024.11.06 00:28:45.436557 [ 290 ] {} <Debug> HTTP-Session: d20b38af-6117-492f-acf4-8b5900fb5f66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17910 | 2024.11.06 00:28:45.436657 [ 290 ] {} <Debug> HTTP-Session: d20b38af-6117-492f-acf4-8b5900fb5f66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17911 | 2024.11.06 00:28:45.436852 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 57 rows starting from the beginning of the part | ||
| 17912 | 2024.11.06 00:28:45.436958 [ 290 ] {} <Trace> HTTP-Session: d20b38af-6117-492f-acf4-8b5900fb5f66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17913 | 2024.11.06 00:28:45.437321 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part | ||
| 17914 | 2024.11.06 00:28:45.437743 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61104) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 17915 | 2024.11.06 00:28:45.437792 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 271 rows starting from the beginning of the part | ||
| 17916 | 2024.11.06 00:28:45.438023 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 17917 | 2024.11.06 00:28:45.438261 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 62 rows starting from the beginning of the part | ||
| 17918 | 2024.11.06 00:28:45.438649 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part | ||
| 17919 | 2024.11.06 00:28:45.439476 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17920 | 2024.11.06 00:28:45.440532 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17921 | 2024.11.06 00:28:45.440598 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17922 | 2024.11.06 00:28:45.441453 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 17923 | 2024.11.06 00:28:45.441892 [ 193 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1922 rows, containing 5 columns (5 merged, 0 gathered) in 0.006721659 sec., 285941.3130002578 rows/sec., 24.93 MiB/sec. | ||
| 17924 | 2024.11.06 00:28:45.442253 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17925 | 2024.11.06 00:28:45.442267 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 17926 | 2024.11.06 00:28:45.442541 [ 59 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 17927 | 2024.11.06 00:28:45.442612 [ 59 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17928 | 2024.11.06 00:28:45.442624 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00519 sec., 12331.40655105973 rows/sec., 985.59 KiB/sec. | ||
| 17929 | 2024.11.06 00:28:45.442670 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17930 | 2024.11.06 00:28:45.443453 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 17931 | 2024.11.06 00:28:45.443557 [ 290 ] {841a4b4a-82c6-4373-882b-8a16ae2ea9c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 17932 | 2024.11.06 00:28:45.443632 [ 290 ] {} <Debug> HTTP-Session: d20b38af-6117-492f-acf4-8b5900fb5f66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17933 | 2024.11.06 00:28:45.443661 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 17934 | 2024.11.06 00:28:45.443945 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61104, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17935 | 2024.11.06 00:28:45.444103 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17936 | 2024.11.06 00:28:45.444163 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51366, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17937 | 2024.11.06 00:28:45.444382 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17938 | 2024.11.06 00:28:45.444440 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17939 | 2024.11.06 00:28:45.444468 [ 199 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_111_22} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 17940 | 2024.11.06 00:28:45.444466 [ 283 ] {} <Debug> HTTP-Session: 13151949-2f75-4d36-81f5-f6dc4df7b47b Authenticating user 'default' from [fd00:1122:3344:101::d]:51366 | ||
| 17941 | 2024.11.06 00:28:45.444537 [ 283 ] {} <Debug> HTTP-Session: 13151949-2f75-4d36-81f5-f6dc4df7b47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17942 | 2024.11.06 00:28:45.444542 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part | ||
| 17943 | 2024.11.06 00:28:45.444598 [ 283 ] {} <Debug> HTTP-Session: 13151949-2f75-4d36-81f5-f6dc4df7b47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17944 | 2024.11.06 00:28:45.444713 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 17945 | 2024.11.06 00:28:45.444751 [ 283 ] {} <Trace> HTTP-Session: 13151949-2f75-4d36-81f5-f6dc4df7b47b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17946 | 2024.11.06 00:28:45.444965 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 66 rows starting from the beginning of the part | ||
| 17947 | 2024.11.06 00:28:45.445249 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part | ||
| 17948 | 2024.11.06 00:28:45.445474 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 423 rows starting from the beginning of the part | ||
| 17949 | 2024.11.06 00:28:45.445760 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 76 rows starting from the beginning of the part | ||
| 17950 | 2024.11.06 00:28:45.445774 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51366) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 17951 | 2024.11.06 00:28:45.445984 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part | ||
| 17952 | 2024.11.06 00:28:45.446061 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 17953 | 2024.11.06 00:28:45.446845 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17954 | 2024.11.06 00:28:45.447808 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17955 | 2024.11.06 00:28:45.447878 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17956 | 2024.11.06 00:28:45.448913 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 17957 | 2024.11.06 00:28:45.449390 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.006363439 sec., 252693.55139571542 rows/sec., 19.49 MiB/sec. | ||
| 17958 | 2024.11.06 00:28:45.449664 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 17959 | 2024.11.06 00:28:45.449786 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17960 | 2024.11.06 00:28:45.450047 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 17961 | 2024.11.06 00:28:45.450170 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17962 | 2024.11.06 00:28:45.450190 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005022 sec., 31859.81680605336 rows/sec., 2.22 MiB/sec. | ||
| 17963 | 2024.11.06 00:28:45.450274 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17964 | 2024.11.06 00:28:45.450945 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 17965 | 2024.11.06 00:28:45.451144 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 17966 | 2024.11.06 00:28:45.451195 [ 283 ] {f040769c-e41e-4c65-a841-85e49bc2f8f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 17967 | 2024.11.06 00:28:45.451259 [ 283 ] {} <Debug> HTTP-Session: 13151949-2f75-4d36-81f5-f6dc4df7b47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17968 | 2024.11.06 00:28:45.451361 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 17969 | 2024.11.06 00:28:45.451431 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_106_21, total 21720 rows starting from the beginning of the part | ||
| 17970 | 2024.11.06 00:28:45.451518 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17971 | 2024.11.06 00:28:45.451530 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51366, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17972 | 2024.11.06 00:28:45.451728 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37633, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 17973 | 2024.11.06 00:28:45.452006 [ 283 ] {} <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): | ||
| 17974 | |||
| 17975 | (version 23.8.7.1) | ||
| 17976 | 2024.11.06 00:28:45.452010 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 129 rows starting from the beginning of the part | ||
| 17977 | 2024.11.06 00:28:45.452062 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 17978 | 2024.11.06 00:28:45.452222 [ 290 ] {} <Debug> HTTP-Session: 2ae8aaba-b283-4c59-ab0f-0e1f62b25a99 Authenticating user 'default' from [fd00:1122:3344:101::d]:37633 | ||
| 17979 | 2024.11.06 00:28:45.452218 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_111_22} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 17980 | 2024.11.06 00:28:45.452335 [ 290 ] {} <Debug> HTTP-Session: 2ae8aaba-b283-4c59-ab0f-0e1f62b25a99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17981 | 2024.11.06 00:28:45.452436 [ 290 ] {} <Debug> HTTP-Session: 2ae8aaba-b283-4c59-ab0f-0e1f62b25a99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 17982 | 2024.11.06 00:28:45.452543 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 17983 | 2024.11.06 00:28:45.452635 [ 290 ] {} <Trace> HTTP-Session: 2ae8aaba-b283-4c59-ab0f-0e1f62b25a99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 17984 | 2024.11.06 00:28:45.452684 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 17985 | 2024.11.06 00:28:45.452948 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part | ||
| 17986 | 2024.11.06 00:28:45.453214 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37633) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 17987 | 2024.11.06 00:28:45.453240 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 166 rows starting from the beginning of the part | ||
| 17988 | 2024.11.06 00:28:45.453394 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 17989 | 2024.11.06 00:28:45.453481 [ 199 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part | ||
| 17990 | 2024.11.06 00:28:45.454317 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 17991 | 2024.11.06 00:28:45.454922 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17992 | 2024.11.06 00:28:45.454962 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17993 | 2024.11.06 00:28:45.455538 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 17994 | 2024.11.06 00:28:45.456520 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 17995 | 2024.11.06 00:28:45.456857 [ 59 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 17996 | 2024.11.06 00:28:45.456861 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003886 sec., 15440.041173443129 rows/sec., 1.04 MiB/sec. | ||
| 17997 | 2024.11.06 00:28:45.456914 [ 59 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 17998 | 2024.11.06 00:28:45.456989 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 17999 | 2024.11.06 00:28:45.457254 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 18000 | 2024.11.06 00:28:45.457290 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Debug> DynamicQueryHandler: Done processing query | ||
| 18001 | 2024.11.06 00:28:45.457337 [ 290 ] {228a9458-8ed6-4234-bd93-438d5e8da70e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18002 | 2024.11.06 00:28:45.457371 [ 290 ] {} <Debug> HTTP-Session: 2ae8aaba-b283-4c59-ab0f-0e1f62b25a99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18003 | 2024.11.06 00:28:45.457648 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18004 | 2024.11.06 00:28:45.457716 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5958 rows starting from the beginning of the part | ||
| 18005 | 2024.11.06 00:28:45.457839 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 48 rows starting from the beginning of the part | ||
| 18006 | 2024.11.06 00:28:45.457899 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37633, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18007 | 2024.11.06 00:28:45.458174 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 18008 | 2024.11.06 00:28:45.458350 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part | ||
| 18009 | 2024.11.06 00:28:45.458523 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 18010 | 2024.11.06 00:28:45.458689 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part | ||
| 18011 | 2024.11.06 00:28:45.461070 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6268 rows, containing 4 columns (4 merged, 0 gathered) in 0.003944987 sec., 1588851.877078429 rows/sec., 104.73 MiB/sec. | ||
| 18012 | 2024.11.06 00:28:45.461460 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 18013 | 2024.11.06 00:28:45.461840 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18014 | 2024.11.06 00:28:45.461916 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_111_22} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 18015 | 2024.11.06 00:28:45.461991 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 18016 | 2024.11.06 00:28:45.467280 [ 194 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22572 rows, containing 5 columns (5 merged, 0 gathered) in 0.016787768 sec., 1344550.3893072621 rows/sec., 91.63 MiB/sec. | ||
| 18017 | 2024.11.06 00:28:45.467720 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 18018 | 2024.11.06 00:28:45.468199 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18019 | 2024.11.06 00:28:45.468287 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_111_22} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 18020 | 2024.11.06 00:28:45.468363 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 18021 | 2024.11.06 00:28:49.828124 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44184, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18022 | 2024.11.06 00:28:50.081714 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:57115, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18023 | 2024.11.06 00:28:50.157211 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:58774, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18024 | 2024.11.06 00:28:50.344121 [ 223 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 18025 | 2024.11.06 00:28:50.344183 [ 223 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 18026 | 2024.11.06 00:28:50.346540 [ 223 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 18027 | 2024.11.06 00:28:50.362782 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:42443, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18028 | 2024.11.06 00:28:50.408154 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64599, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18029 | 2024.11.06 00:28:50.417417 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47686, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18030 | 2024.11.06 00:28:50.439512 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54387, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18031 | 2024.11.06 00:28:50.439592 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18032 | 2024.11.06 00:28:50.439615 [ 290 ] {} <Debug> HTTP-Session: ee3e08a5-e132-4297-a3e6-1ae229113afb Authenticating user 'default' from [fd00:1122:3344:101::d]:54387 | ||
| 18033 | 2024.11.06 00:28:50.439639 [ 290 ] {} <Debug> HTTP-Session: ee3e08a5-e132-4297-a3e6-1ae229113afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18034 | 2024.11.06 00:28:50.439653 [ 290 ] {} <Debug> HTTP-Session: ee3e08a5-e132-4297-a3e6-1ae229113afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18035 | 2024.11.06 00:28:50.439704 [ 290 ] {} <Trace> HTTP-Session: ee3e08a5-e132-4297-a3e6-1ae229113afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18036 | 2024.11.06 00:28:50.439977 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54387) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18037 | 2024.11.06 00:28:50.440046 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18038 | 2024.11.06 00:28:50.440396 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18039 | 2024.11.06 00:28:50.441015 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18040 | 2024.11.06 00:28:50.441060 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18041 | 2024.11.06 00:28:50.441530 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 18042 | 2024.11.06 00:28:50.441937 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18043 | 2024.11.06 00:28:50.442112 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002262 sec., 119805.48187444739 rows/sec., 10.65 MiB/sec. | ||
| 18044 | 2024.11.06 00:28:50.442251 [ 222 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 18045 | 2024.11.06 00:28:50.442325 [ 222 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 18046 | 2024.11.06 00:28:50.442424 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Debug> DynamicQueryHandler: Done processing query | ||
| 18047 | 2024.11.06 00:28:50.442469 [ 290 ] {4c6c1921-dc26-4018-bb41-592522c1ea8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 18048 | 2024.11.06 00:28:50.442506 [ 290 ] {} <Debug> HTTP-Session: ee3e08a5-e132-4297-a3e6-1ae229113afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18049 | 2024.11.06 00:28:50.442754 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54387, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18050 | 2024.11.06 00:28:50.442859 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35840, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18051 | 2024.11.06 00:28:50.443071 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18052 | 2024.11.06 00:28:50.443162 [ 283 ] {} <Debug> HTTP-Session: 916fea5e-1271-4328-81e0-77b465a157b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35840 | ||
| 18053 | 2024.11.06 00:28:50.443236 [ 283 ] {} <Debug> HTTP-Session: 916fea5e-1271-4328-81e0-77b465a157b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18054 | 2024.11.06 00:28:50.443309 [ 283 ] {} <Debug> HTTP-Session: 916fea5e-1271-4328-81e0-77b465a157b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18055 | 2024.11.06 00:28:50.443435 [ 283 ] {} <Trace> HTTP-Session: 916fea5e-1271-4328-81e0-77b465a157b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18056 | 2024.11.06 00:28:50.443706 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35840) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 18057 | 2024.11.06 00:28:50.443807 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18058 | 2024.11.06 00:28:50.444586 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18059 | 2024.11.06 00:28:50.445195 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18060 | 2024.11.06 00:28:50.445263 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18061 | 2024.11.06 00:28:50.445953 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 18062 | 2024.11.06 00:28:50.446882 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18063 | 2024.11.06 00:28:50.447010 [ 222 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 18064 | 2024.11.06 00:28:50.447212 [ 53 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 18065 | 2024.11.06 00:28:50.447260 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.003635 sec., 11279.229711141677 rows/sec., 848.15 KiB/sec. | ||
| 18066 | 2024.11.06 00:28:50.447365 [ 53 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18067 | 2024.11.06 00:28:50.447461 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18068 | 2024.11.06 00:28:50.448011 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
| 18069 | 2024.11.06 00:28:50.448833 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18070 | 2024.11.06 00:28:50.448971 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 59 rows starting from the beginning of the part | ||
| 18071 | 2024.11.06 00:28:50.449531 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 41 rows starting from the beginning of the part | ||
| 18072 | 2024.11.06 00:28:50.450024 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 2 rows starting from the beginning of the part | ||
| 18073 | 2024.11.06 00:28:50.450108 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 18074 | 2024.11.06 00:28:50.450193 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 18075 | 2024.11.06 00:28:50.450817 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 41 rows starting from the beginning of the part | ||
| 18076 | 2024.11.06 00:28:50.451251 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 12 rows starting from the beginning of the part | ||
| 18077 | 2024.11.06 00:28:50.451400 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Debug> DynamicQueryHandler: Done processing query | ||
| 18078 | 2024.11.06 00:28:50.451692 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 41 rows starting from the beginning of the part | ||
| 18079 | 2024.11.06 00:28:50.451698 [ 283 ] {49987976-97c1-4f8b-98db-d563d4f3880f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 18080 | 2024.11.06 00:28:50.452029 [ 283 ] {} <Debug> HTTP-Session: 916fea5e-1271-4328-81e0-77b465a157b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18081 | 2024.11.06 00:28:50.452579 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44032, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18082 | 2024.11.06 00:28:50.452572 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35840, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18083 | 2024.11.06 00:28:50.452817 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18084 | 2024.11.06 00:28:50.452918 [ 290 ] {} <Debug> HTTP-Session: ceef44a6-0ab6-45f5-a544-d38ee8124ef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:44032 | ||
| 18085 | 2024.11.06 00:28:50.452941 [ 290 ] {} <Debug> HTTP-Session: ceef44a6-0ab6-45f5-a544-d38ee8124ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18086 | 2024.11.06 00:28:50.452974 [ 290 ] {} <Debug> HTTP-Session: ceef44a6-0ab6-45f5-a544-d38ee8124ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18087 | 2024.11.06 00:28:50.452984 [ 283 ] {} <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): | ||
| 18088 | |||
| 18089 | (version 23.8.7.1) | ||
| 18090 | 2024.11.06 00:28:50.453100 [ 290 ] {} <Trace> HTTP-Session: ceef44a6-0ab6-45f5-a544-d38ee8124ef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18091 | 2024.11.06 00:28:50.453316 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44032) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 18092 | 2024.11.06 00:28:50.453410 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18093 | 2024.11.06 00:28:50.454357 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18094 | 2024.11.06 00:28:50.455342 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.007739649 sec., 25324.14583658768 rows/sec., 1.93 MiB/sec. | ||
| 18095 | 2024.11.06 00:28:50.455512 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18096 | 2024.11.06 00:28:50.455551 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 18097 | 2024.11.06 00:28:50.455566 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18098 | 2024.11.06 00:28:50.456368 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 18099 | 2024.11.06 00:28:50.456423 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18100 | 2024.11.06 00:28:50.456582 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_70_14} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 18101 | 2024.11.06 00:28:50.456766 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18102 | 2024.11.06 00:28:50.456855 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 18103 | 2024.11.06 00:28:50.457081 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18104 | 2024.11.06 00:28:50.457437 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004177 sec., 3351.6878142207324 rows/sec., 234.73 KiB/sec. | ||
| 18105 | 2024.11.06 00:28:50.458147 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Debug> DynamicQueryHandler: Done processing query | ||
| 18106 | 2024.11.06 00:28:50.458236 [ 290 ] {a29f53ab-87c2-4973-b20b-18d9b7c2981e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18107 | 2024.11.06 00:28:50.458311 [ 290 ] {} <Debug> HTTP-Session: ceef44a6-0ab6-45f5-a544-d38ee8124ef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18108 | 2024.11.06 00:28:50.458594 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18109 | 2024.11.06 00:28:50.458697 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48564, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18110 | 2024.11.06 00:28:50.458766 [ 283 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18111 | 2024.11.06 00:28:50.458790 [ 283 ] {} <Debug> HTTP-Session: 84eab632-bd9e-49c7-854b-102bc09a6b1e Authenticating user 'default' from [fd00:1122:3344:101::d]:48564 | ||
| 18112 | 2024.11.06 00:28:50.458813 [ 283 ] {} <Debug> HTTP-Session: 84eab632-bd9e-49c7-854b-102bc09a6b1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18113 | 2024.11.06 00:28:50.458830 [ 283 ] {} <Debug> HTTP-Session: 84eab632-bd9e-49c7-854b-102bc09a6b1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18114 | 2024.11.06 00:28:50.458880 [ 283 ] {} <Trace> HTTP-Session: 84eab632-bd9e-49c7-854b-102bc09a6b1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18115 | 2024.11.06 00:28:50.459023 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48564) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 18116 | 2024.11.06 00:28:50.459084 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18117 | 2024.11.06 00:28:50.459411 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18118 | 2024.11.06 00:28:50.459740 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18119 | 2024.11.06 00:28:50.459778 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18120 | 2024.11.06 00:28:50.460146 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 18121 | 2024.11.06 00:28:50.460548 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18122 | 2024.11.06 00:28:50.460725 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001737 sec., 3454.2314335060446 rows/sec., 204.08 KiB/sec. | ||
| 18123 | 2024.11.06 00:28:50.461090 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Debug> DynamicQueryHandler: Done processing query | ||
| 18124 | 2024.11.06 00:28:50.461122 [ 283 ] {84a79b37-2185-4168-b5ae-7ef09e301468} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18125 | 2024.11.06 00:28:50.461138 [ 283 ] {} <Debug> HTTP-Session: 84eab632-bd9e-49c7-854b-102bc09a6b1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18126 | 2024.11.06 00:28:50.461400 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48564, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18127 | 2024.11.06 00:28:50.461478 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44032, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18128 | 2024.11.06 00:28:50.461547 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18129 | 2024.11.06 00:28:50.461569 [ 290 ] {} <Debug> HTTP-Session: 80e1e107-1e13-4418-a34f-f2892b4842d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:44032 | ||
| 18130 | 2024.11.06 00:28:50.461588 [ 290 ] {} <Debug> HTTP-Session: 80e1e107-1e13-4418-a34f-f2892b4842d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18131 | 2024.11.06 00:28:50.461602 [ 290 ] {} <Debug> HTTP-Session: 80e1e107-1e13-4418-a34f-f2892b4842d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18132 | 2024.11.06 00:28:50.461644 [ 290 ] {} <Trace> HTTP-Session: 80e1e107-1e13-4418-a34f-f2892b4842d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18133 | 2024.11.06 00:28:50.461872 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44032) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18134 | 2024.11.06 00:28:50.461918 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18135 | 2024.11.06 00:28:50.462168 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18136 | 2024.11.06 00:28:50.462713 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:56083, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18137 | 2024.11.06 00:28:50.462730 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18138 | 2024.11.06 00:28:50.462786 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18139 | 2024.11.06 00:28:50.463176 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 18140 | 2024.11.06 00:28:50.463536 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18141 | 2024.11.06 00:28:50.463676 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001924 sec., 219854.46985446988 rows/sec., 15.72 MiB/sec. | ||
| 18142 | 2024.11.06 00:28:50.463789 [ 221 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 18143 | 2024.11.06 00:28:50.463845 [ 221 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 18144 | 2024.11.06 00:28:50.463940 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Debug> DynamicQueryHandler: Done processing query | ||
| 18145 | 2024.11.06 00:28:50.463979 [ 290 ] {df10879a-f9fe-4d4f-91c0-a83735f74aec} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 18146 | 2024.11.06 00:28:50.464031 [ 290 ] {} <Debug> HTTP-Session: 80e1e107-1e13-4418-a34f-f2892b4842d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18147 | 2024.11.06 00:28:50.464282 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44032, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18148 | 2024.11.06 00:28:50.464393 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33515, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18149 | 2024.11.06 00:28:50.464493 [ 290 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 18150 | |||
| 18151 | (version 23.8.7.1) | ||
| 18152 | 2024.11.06 00:28:50.464597 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18153 | 2024.11.06 00:28:50.464666 [ 289 ] {} <Debug> HTTP-Session: b5eb0ed2-5750-42f0-9746-5c8f3980ffdd Authenticating user 'default' from [fd00:1122:3344:101::d]:33515 | ||
| 18154 | 2024.11.06 00:28:50.464742 [ 289 ] {} <Debug> HTTP-Session: b5eb0ed2-5750-42f0-9746-5c8f3980ffdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18155 | 2024.11.06 00:28:50.464770 [ 289 ] {} <Debug> HTTP-Session: b5eb0ed2-5750-42f0-9746-5c8f3980ffdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18156 | 2024.11.06 00:28:50.464829 [ 289 ] {} <Trace> HTTP-Session: b5eb0ed2-5750-42f0-9746-5c8f3980ffdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18157 | 2024.11.06 00:28:50.465066 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33515) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 18158 | 2024.11.06 00:28:50.465192 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18159 | 2024.11.06 00:28:50.465578 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18160 | 2024.11.06 00:28:50.465905 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18161 | 2024.11.06 00:28:50.465948 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18162 | 2024.11.06 00:28:50.466754 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 18163 | 2024.11.06 00:28:50.467364 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18164 | 2024.11.06 00:28:50.467796 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00282 sec., 2127.659574468085 rows/sec., 111.16 KiB/sec. | ||
| 18165 | 2024.11.06 00:28:50.468423 [ 221 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 18166 | 2024.11.06 00:28:50.468562 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 18167 | 2024.11.06 00:28:50.468643 [ 289 ] {d5d95fba-62eb-4d23-ba5a-f46e43aea0b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 18168 | 2024.11.06 00:28:50.468704 [ 289 ] {} <Debug> HTTP-Session: b5eb0ed2-5750-42f0-9746-5c8f3980ffdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18169 | 2024.11.06 00:28:50.468977 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33515, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18170 | 2024.11.06 00:28:50.469105 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40208, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18171 | 2024.11.06 00:28:50.469250 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18172 | 2024.11.06 00:28:50.469294 [ 290 ] {} <Debug> HTTP-Session: b5cf6c55-a391-45cc-bf40-0fa37cdb4d94 Authenticating user 'default' from [fd00:1122:3344:101::d]:40208 | ||
| 18173 | 2024.11.06 00:28:50.469319 [ 290 ] {} <Debug> HTTP-Session: b5cf6c55-a391-45cc-bf40-0fa37cdb4d94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18174 | 2024.11.06 00:28:50.469338 [ 290 ] {} <Debug> HTTP-Session: b5cf6c55-a391-45cc-bf40-0fa37cdb4d94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18175 | 2024.11.06 00:28:50.469384 [ 290 ] {} <Trace> HTTP-Session: b5cf6c55-a391-45cc-bf40-0fa37cdb4d94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18176 | 2024.11.06 00:28:50.469565 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40208) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18177 | 2024.11.06 00:28:50.469614 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18178 | 2024.11.06 00:28:50.469794 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18179 | 2024.11.06 00:28:50.470222 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18180 | 2024.11.06 00:28:50.470257 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18181 | 2024.11.06 00:28:50.470651 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 18182 | 2024.11.06 00:28:50.471006 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18183 | 2024.11.06 00:28:50.471154 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001677 sec., 141323.79248658317 rows/sec., 9.47 MiB/sec. | ||
| 18184 | 2024.11.06 00:28:50.471328 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Debug> DynamicQueryHandler: Done processing query | ||
| 18185 | 2024.11.06 00:28:50.471356 [ 290 ] {79b28c9d-2c23-4fb9-a642-3da400290076} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 18186 | 2024.11.06 00:28:50.471373 [ 290 ] {} <Debug> HTTP-Session: b5cf6c55-a391-45cc-bf40-0fa37cdb4d94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18187 | 2024.11.06 00:28:50.471587 [ 290 ] {} <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) | ||
| 18188 | 2024.11.06 00:28:50.471668 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64342, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18189 | 2024.11.06 00:28:50.471757 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18190 | 2024.11.06 00:28:50.471786 [ 289 ] {} <Debug> HTTP-Session: 5bc3d9ea-dc41-49cb-b5fa-7777f26bbc0e Authenticating user 'default' from [fd00:1122:3344:101::d]:64342 | ||
| 18191 | 2024.11.06 00:28:50.471808 [ 289 ] {} <Debug> HTTP-Session: 5bc3d9ea-dc41-49cb-b5fa-7777f26bbc0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18192 | 2024.11.06 00:28:50.471825 [ 289 ] {} <Debug> HTTP-Session: 5bc3d9ea-dc41-49cb-b5fa-7777f26bbc0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18193 | 2024.11.06 00:28:50.471875 [ 289 ] {} <Trace> HTTP-Session: 5bc3d9ea-dc41-49cb-b5fa-7777f26bbc0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18194 | 2024.11.06 00:28:50.472011 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64342) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 18195 | 2024.11.06 00:28:50.472073 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18196 | 2024.11.06 00:28:50.472273 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18197 | 2024.11.06 00:28:50.472561 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18198 | 2024.11.06 00:28:50.472600 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18199 | 2024.11.06 00:28:50.472984 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 18200 | 2024.11.06 00:28:50.473325 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18201 | 2024.11.06 00:28:50.473491 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001515 sec., 660.06600660066 rows/sec., 44.48 KiB/sec. | ||
| 18202 | 2024.11.06 00:28:50.473839 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Debug> DynamicQueryHandler: Done processing query | ||
| 18203 | 2024.11.06 00:28:50.473878 [ 289 ] {1ca84b15-1c2e-4d1f-9fa6-7ec221416811} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 18204 | 2024.11.06 00:28:50.473896 [ 289 ] {} <Debug> HTTP-Session: 5bc3d9ea-dc41-49cb-b5fa-7777f26bbc0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18205 | 2024.11.06 00:28:50.474705 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18206 | 2024.11.06 00:28:50.474799 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:37322, User-Agent: (none), Length: 69085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18207 | 2024.11.06 00:28:50.474860 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18208 | 2024.11.06 00:28:50.474878 [ 290 ] {} <Debug> HTTP-Session: 99aa2a00-14a4-42e6-8645-aef4e6164f1a Authenticating user 'default' from [fd00:1122:3344:101::d]:37322 | ||
| 18209 | 2024.11.06 00:28:50.474896 [ 290 ] {} <Debug> HTTP-Session: 99aa2a00-14a4-42e6-8645-aef4e6164f1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18210 | 2024.11.06 00:28:50.474910 [ 290 ] {} <Debug> HTTP-Session: 99aa2a00-14a4-42e6-8645-aef4e6164f1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18211 | 2024.11.06 00:28:50.474949 [ 290 ] {} <Trace> HTTP-Session: 99aa2a00-14a4-42e6-8645-aef4e6164f1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18212 | 2024.11.06 00:28:50.475365 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37322) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18213 | 2024.11.06 00:28:50.475449 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <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 | ||
| 18214 | 2024.11.06 00:28:50.475944 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18215 | 2024.11.06 00:28:50.476847 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18216 | 2024.11.06 00:28:50.476884 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18217 | 2024.11.06 00:28:50.477579 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 18218 | 2024.11.06 00:28:50.478023 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18219 | 2024.11.06 00:28:50.478211 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003145 sec., 13036.56597774245 rows/sec., 23.36 MiB/sec. | ||
| 18220 | 2024.11.06 00:28:50.478448 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <Debug> DynamicQueryHandler: Done processing query | ||
| 18221 | 2024.11.06 00:28:50.478473 [ 290 ] {e6c6a55a-00e1-4719-9161-a9ef10bd6598} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 18222 | 2024.11.06 00:28:50.478489 [ 290 ] {} <Debug> HTTP-Session: 99aa2a00-14a4-42e6-8645-aef4e6164f1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18223 | 2024.11.06 00:28:50.478689 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37322, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18224 | 2024.11.06 00:28:50.478688 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64342, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18225 | 2024.11.06 00:28:50.478803 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18226 | 2024.11.06 00:28:50.478837 [ 289 ] {} <Debug> HTTP-Session: 88d52bfd-1e9f-489f-b145-f7788263e16f Authenticating user 'default' from [fd00:1122:3344:101::d]:64342 | ||
| 18227 | 2024.11.06 00:28:50.478862 [ 289 ] {} <Debug> HTTP-Session: 88d52bfd-1e9f-489f-b145-f7788263e16f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18228 | 2024.11.06 00:28:50.478878 [ 289 ] {} <Debug> HTTP-Session: 88d52bfd-1e9f-489f-b145-f7788263e16f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18229 | 2024.11.06 00:28:50.478921 [ 289 ] {} <Trace> HTTP-Session: 88d52bfd-1e9f-489f-b145-f7788263e16f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18230 | 2024.11.06 00:28:50.479078 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64342) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18231 | 2024.11.06 00:28:50.479131 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18232 | 2024.11.06 00:28:50.479296 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18233 | 2024.11.06 00:28:50.479687 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18234 | 2024.11.06 00:28:50.479723 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18235 | 2024.11.06 00:28:50.480111 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 18236 | 2024.11.06 00:28:50.480464 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18237 | 2024.11.06 00:28:50.480620 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001592 sec., 51507.53768844221 rows/sec., 3.27 MiB/sec. | ||
| 18238 | 2024.11.06 00:28:50.480796 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Debug> DynamicQueryHandler: Done processing query | ||
| 18239 | 2024.11.06 00:28:50.480823 [ 289 ] {273bc691-884f-4af6-a68a-63c83377799f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18240 | 2024.11.06 00:28:50.480839 [ 289 ] {} <Debug> HTTP-Session: 88d52bfd-1e9f-489f-b145-f7788263e16f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18241 | 2024.11.06 00:28:50.481448 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64342, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18242 | 2024.11.06 00:28:50.486791 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:33326, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18243 | 2024.11.06 00:28:50.643653 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:38241, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18244 | 2024.11.06 00:28:50.702987 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:33010, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18245 | 2024.11.06 00:28:50.778573 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:62355, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18246 | 2024.11.06 00:28:50.858283 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:40738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18247 | 2024.11.06 00:28:50.955457 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60692, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18248 | 2024.11.06 00:28:50.964816 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35201, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18249 | 2024.11.06 00:28:50.976075 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43030, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18250 | 2024.11.06 00:28:50.978316 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43789, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18251 | 2024.11.06 00:28:51.001165 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.07 MiB, peak 200.36 MiB, free memory in arenas 0.00 B, will set to 188.86 MiB (RSS), difference: -1.20 MiB | ||
| 18252 | 2024.11.06 00:28:51.029701 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:53417, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18253 | 2024.11.06 00:28:51.168801 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54735, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18254 | 2024.11.06 00:28:51.216629 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43244, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18255 | 2024.11.06 00:28:51.229070 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:43124, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18256 | 2024.11.06 00:28:51.268750 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:33986, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18257 | 2024.11.06 00:28:51.503019 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46255, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18258 | 2024.11.06 00:28:51.520387 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:41397, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18259 | 2024.11.06 00:28:51.531652 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:34483, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18260 | 2024.11.06 00:28:52.263207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1622 | ||
| 18261 | 2024.11.06 00:28:52.266136 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18262 | 2024.11.06 00:28:52.266184 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18263 | 2024.11.06 00:28:52.267817 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 18264 | 2024.11.06 00:28:52.268885 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18265 | 2024.11.06 00:28:52.269910 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1622 | ||
| 18266 | 2024.11.06 00:28:55.431488 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64005, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18267 | 2024.11.06 00:28:55.431639 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18268 | 2024.11.06 00:28:55.431670 [ 290 ] {} <Debug> HTTP-Session: 599838a9-e46b-4e16-bf5e-5df62fa95bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64005 | ||
| 18269 | 2024.11.06 00:28:55.431697 [ 290 ] {} <Debug> HTTP-Session: 599838a9-e46b-4e16-bf5e-5df62fa95bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18270 | 2024.11.06 00:28:55.431714 [ 290 ] {} <Debug> HTTP-Session: 599838a9-e46b-4e16-bf5e-5df62fa95bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18271 | 2024.11.06 00:28:55.431771 [ 290 ] {} <Trace> HTTP-Session: 599838a9-e46b-4e16-bf5e-5df62fa95bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18272 | 2024.11.06 00:28:55.431976 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64005) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 18273 | 2024.11.06 00:28:55.432053 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18274 | 2024.11.06 00:28:55.432447 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18275 | 2024.11.06 00:28:55.432969 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18276 | 2024.11.06 00:28:55.433011 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18277 | 2024.11.06 00:28:55.433425 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 18278 | 2024.11.06 00:28:55.433819 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18279 | 2024.11.06 00:28:55.434003 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002075 sec., 963.8554216867469 rows/sec., 78.60 KiB/sec. | ||
| 18280 | 2024.11.06 00:28:55.434346 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Debug> DynamicQueryHandler: Done processing query | ||
| 18281 | 2024.11.06 00:28:55.434393 [ 290 ] {f83ab16d-ecf7-4051-b9da-a7645bddcf52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18282 | 2024.11.06 00:28:55.434419 [ 290 ] {} <Debug> HTTP-Session: 599838a9-e46b-4e16-bf5e-5df62fa95bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18283 | 2024.11.06 00:28:55.434633 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18284 | 2024.11.06 00:28:55.434728 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:49056, User-Agent: (none), Length: 7945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18285 | 2024.11.06 00:28:55.434873 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18286 | 2024.11.06 00:28:55.434906 [ 289 ] {} <Debug> HTTP-Session: 77bfdda2-de2f-45b4-91c2-57ff01380ad5 Authenticating user 'default' from [fd00:1122:3344:101::d]:49056 | ||
| 18287 | 2024.11.06 00:28:55.434934 [ 289 ] {} <Debug> HTTP-Session: 77bfdda2-de2f-45b4-91c2-57ff01380ad5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18288 | 2024.11.06 00:28:55.434951 [ 289 ] {} <Debug> HTTP-Session: 77bfdda2-de2f-45b4-91c2-57ff01380ad5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18289 | 2024.11.06 00:28:55.435011 [ 289 ] {} <Trace> HTTP-Session: 77bfdda2-de2f-45b4-91c2-57ff01380ad5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18290 | 2024.11.06 00:28:55.435234 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:49056) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18291 | 2024.11.06 00:28:55.435311 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18292 | 2024.11.06 00:28:55.435687 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18293 | 2024.11.06 00:28:55.436095 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18294 | 2024.11.06 00:28:55.436137 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18295 | 2024.11.06 00:28:55.436573 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 18296 | 2024.11.06 00:28:55.436986 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18297 | 2024.11.06 00:28:55.437142 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001987 sec., 28686.462003019627 rows/sec., 2.19 MiB/sec. | ||
| 18298 | 2024.11.06 00:28:55.437363 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Debug> DynamicQueryHandler: Done processing query | ||
| 18299 | 2024.11.06 00:28:55.437390 [ 289 ] {0b6af133-a14e-4a66-b9ff-49e131e7bf03} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 18300 | 2024.11.06 00:28:55.437407 [ 289 ] {} <Debug> HTTP-Session: 77bfdda2-de2f-45b4-91c2-57ff01380ad5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18301 | 2024.11.06 00:28:55.437552 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49056, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18302 | 2024.11.06 00:28:55.437653 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42511, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18303 | 2024.11.06 00:28:55.437741 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18304 | 2024.11.06 00:28:55.437771 [ 290 ] {} <Debug> HTTP-Session: bed1b9a0-c824-40fc-9fae-476adb19814d Authenticating user 'default' from [fd00:1122:3344:101::d]:42511 | ||
| 18305 | 2024.11.06 00:28:55.437794 [ 290 ] {} <Debug> HTTP-Session: bed1b9a0-c824-40fc-9fae-476adb19814d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18306 | 2024.11.06 00:28:55.437812 [ 290 ] {} <Debug> HTTP-Session: bed1b9a0-c824-40fc-9fae-476adb19814d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18307 | 2024.11.06 00:28:55.437858 [ 290 ] {} <Trace> HTTP-Session: bed1b9a0-c824-40fc-9fae-476adb19814d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18308 | 2024.11.06 00:28:55.437993 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42511) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 18309 | 2024.11.06 00:28:55.438050 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18310 | 2024.11.06 00:28:55.438402 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18311 | 2024.11.06 00:28:55.438777 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18312 | 2024.11.06 00:28:55.438814 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18313 | 2024.11.06 00:28:55.439180 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 18314 | 2024.11.06 00:28:55.439569 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18315 | 2024.11.06 00:28:55.439724 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001762 sec., 1135.0737797956867 rows/sec., 79.26 KiB/sec. | ||
| 18316 | 2024.11.06 00:28:55.439910 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Debug> DynamicQueryHandler: Done processing query | ||
| 18317 | 2024.11.06 00:28:55.439936 [ 290 ] {110ff34c-ab81-4160-8b42-84d843e78235} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18318 | 2024.11.06 00:28:55.439952 [ 290 ] {} <Debug> HTTP-Session: bed1b9a0-c824-40fc-9fae-476adb19814d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18319 | 2024.11.06 00:28:55.440101 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18320 | 2024.11.06 00:28:55.440211 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46131, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18321 | 2024.11.06 00:28:55.440274 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18322 | 2024.11.06 00:28:55.440295 [ 289 ] {} <Debug> HTTP-Session: ace8e16a-18e2-41a8-882f-41f26dec6981 Authenticating user 'default' from [fd00:1122:3344:101::d]:46131 | ||
| 18323 | 2024.11.06 00:28:55.440314 [ 289 ] {} <Debug> HTTP-Session: ace8e16a-18e2-41a8-882f-41f26dec6981 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18324 | 2024.11.06 00:28:55.440328 [ 289 ] {} <Debug> HTTP-Session: ace8e16a-18e2-41a8-882f-41f26dec6981 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18325 | 2024.11.06 00:28:55.440371 [ 289 ] {} <Trace> HTTP-Session: ace8e16a-18e2-41a8-882f-41f26dec6981 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18326 | 2024.11.06 00:28:55.440519 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46131) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18327 | 2024.11.06 00:28:55.440580 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18328 | 2024.11.06 00:28:55.440856 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18329 | 2024.11.06 00:28:55.441277 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18330 | 2024.11.06 00:28:55.441312 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18331 | 2024.11.06 00:28:55.441683 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 18332 | 2024.11.06 00:28:55.442066 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18333 | 2024.11.06 00:28:55.442196 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001732 sec., 38106.23556581986 rows/sec., 2.98 MiB/sec. | ||
| 18334 | 2024.11.06 00:28:55.442386 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Debug> DynamicQueryHandler: Done processing query | ||
| 18335 | 2024.11.06 00:28:55.442413 [ 289 ] {2161f265-e340-4775-a3f5-599fc7648ce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 18336 | 2024.11.06 00:28:55.442428 [ 289 ] {} <Debug> HTTP-Session: ace8e16a-18e2-41a8-882f-41f26dec6981 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18337 | 2024.11.06 00:28:55.442597 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42511, User-Agent: (none), Length: 24721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18338 | 2024.11.06 00:28:55.442610 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18339 | 2024.11.06 00:28:55.442687 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18340 | 2024.11.06 00:28:55.442723 [ 290 ] {} <Debug> HTTP-Session: f39c08fb-a145-4a06-aa0b-ca4858b6a548 Authenticating user 'default' from [fd00:1122:3344:101::d]:42511 | ||
| 18341 | 2024.11.06 00:28:55.442748 [ 290 ] {} <Debug> HTTP-Session: f39c08fb-a145-4a06-aa0b-ca4858b6a548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18342 | 2024.11.06 00:28:55.442767 [ 290 ] {} <Debug> HTTP-Session: f39c08fb-a145-4a06-aa0b-ca4858b6a548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18343 | 2024.11.06 00:28:55.442808 [ 290 ] {} <Trace> HTTP-Session: f39c08fb-a145-4a06-aa0b-ca4858b6a548 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18344 | 2024.11.06 00:28:55.442980 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42511) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18345 | 2024.11.06 00:28:55.443032 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18346 | 2024.11.06 00:28:55.443221 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18347 | 2024.11.06 00:28:55.443646 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18348 | 2024.11.06 00:28:55.443682 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18349 | 2024.11.06 00:28:55.444080 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 18350 | 2024.11.06 00:28:55.444439 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18351 | 2024.11.06 00:28:55.444604 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001684 sec., 76603.32541567697 rows/sec., 5.33 MiB/sec. | ||
| 18352 | 2024.11.06 00:28:55.444873 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Debug> DynamicQueryHandler: Done processing query | ||
| 18353 | 2024.11.06 00:28:55.444940 [ 290 ] {caed5207-2bff-4831-b726-22d4d591088b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 18354 | 2024.11.06 00:28:55.445002 [ 290 ] {} <Debug> HTTP-Session: f39c08fb-a145-4a06-aa0b-ca4858b6a548 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18355 | 2024.11.06 00:28:55.445235 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42511, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18356 | 2024.11.06 00:28:55.445306 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46839, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18357 | 2024.11.06 00:28:55.445407 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18358 | 2024.11.06 00:28:55.445433 [ 289 ] {} <Debug> HTTP-Session: d98e13b6-38da-43c7-8ba9-91fc5b84e06e Authenticating user 'default' from [fd00:1122:3344:101::d]:46839 | ||
| 18359 | 2024.11.06 00:28:55.445456 [ 289 ] {} <Debug> HTTP-Session: d98e13b6-38da-43c7-8ba9-91fc5b84e06e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18360 | 2024.11.06 00:28:55.445473 [ 289 ] {} <Debug> HTTP-Session: d98e13b6-38da-43c7-8ba9-91fc5b84e06e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18361 | 2024.11.06 00:28:55.445521 [ 289 ] {} <Trace> HTTP-Session: d98e13b6-38da-43c7-8ba9-91fc5b84e06e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18362 | 2024.11.06 00:28:55.445677 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46839) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18363 | 2024.11.06 00:28:55.445732 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18364 | 2024.11.06 00:28:55.445908 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18365 | 2024.11.06 00:28:55.446235 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18366 | 2024.11.06 00:28:55.446273 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18367 | 2024.11.06 00:28:55.446686 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 18368 | 2024.11.06 00:28:55.447056 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18369 | 2024.11.06 00:28:55.447199 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001574 sec., 30495.552731893265 rows/sec., 2.06 MiB/sec. | ||
| 18370 | 2024.11.06 00:28:55.447387 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Debug> DynamicQueryHandler: Done processing query | ||
| 18371 | 2024.11.06 00:28:55.447413 [ 289 ] {b779fe36-b6f8-4cb5-9598-e84008c3fabb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 18372 | 2024.11.06 00:28:55.447430 [ 289 ] {} <Debug> HTTP-Session: d98e13b6-38da-43c7-8ba9-91fc5b84e06e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18373 | 2024.11.06 00:28:55.447624 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18374 | 2024.11.06 00:28:56.741291 [ 12 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18375 | 2024.11.06 00:28:56.741343 [ 12 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18376 | 2024.11.06 00:29:00.432390 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18377 | 2024.11.06 00:29:00.432528 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18378 | 2024.11.06 00:29:00.432558 [ 290 ] {} <Debug> HTTP-Session: e07049b5-35e5-4ce0-ab22-50cd209084e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38202 | ||
| 18379 | 2024.11.06 00:29:00.432587 [ 290 ] {} <Debug> HTTP-Session: e07049b5-35e5-4ce0-ab22-50cd209084e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18380 | 2024.11.06 00:29:00.432605 [ 290 ] {} <Debug> HTTP-Session: e07049b5-35e5-4ce0-ab22-50cd209084e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18381 | 2024.11.06 00:29:00.432661 [ 290 ] {} <Trace> HTTP-Session: e07049b5-35e5-4ce0-ab22-50cd209084e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18382 | 2024.11.06 00:29:00.432863 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38202) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18383 | 2024.11.06 00:29:00.432929 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18384 | 2024.11.06 00:29:00.433268 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18385 | 2024.11.06 00:29:00.433874 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18386 | 2024.11.06 00:29:00.433918 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18387 | 2024.11.06 00:29:00.434342 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 18388 | 2024.11.06 00:29:00.434748 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18389 | 2024.11.06 00:29:00.434921 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002121 sec., 26402.640264026402 rows/sec., 2.02 MiB/sec. | ||
| 18390 | 2024.11.06 00:29:00.435153 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 18391 | 2024.11.06 00:29:00.435180 [ 290 ] {d08043c7-a55b-488d-8a6b-0ea0567c70f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 18392 | 2024.11.06 00:29:00.435196 [ 290 ] {} <Debug> HTTP-Session: e07049b5-35e5-4ce0-ab22-50cd209084e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18393 | 2024.11.06 00:29:00.435388 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18394 | 2024.11.06 00:29:00.435517 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61757, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18395 | 2024.11.06 00:29:00.435658 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18396 | 2024.11.06 00:29:00.435687 [ 289 ] {} <Debug> HTTP-Session: b13ea4f9-977a-46e6-b17d-4b936f51ba5c Authenticating user 'default' from [fd00:1122:3344:101::d]:61757 | ||
| 18397 | 2024.11.06 00:29:00.435715 [ 289 ] {} <Debug> HTTP-Session: b13ea4f9-977a-46e6-b17d-4b936f51ba5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18398 | 2024.11.06 00:29:00.435733 [ 289 ] {} <Debug> HTTP-Session: b13ea4f9-977a-46e6-b17d-4b936f51ba5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18399 | 2024.11.06 00:29:00.435797 [ 289 ] {} <Trace> HTTP-Session: b13ea4f9-977a-46e6-b17d-4b936f51ba5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18400 | 2024.11.06 00:29:00.436034 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61757) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18401 | 2024.11.06 00:29:00.436114 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18402 | 2024.11.06 00:29:00.436521 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18403 | 2024.11.06 00:29:00.437063 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18404 | 2024.11.06 00:29:00.437110 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18405 | 2024.11.06 00:29:00.437566 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 18406 | 2024.11.06 00:29:00.437983 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18407 | 2024.11.06 00:29:00.438143 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002194 sec., 29170.46490428441 rows/sec., 2.28 MiB/sec. | ||
| 18408 | 2024.11.06 00:29:00.438367 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Debug> DynamicQueryHandler: Done processing query | ||
| 18409 | 2024.11.06 00:29:00.438395 [ 289 ] {fe81ae44-9f45-4e8f-b9b9-a5baf3f97675} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 18410 | 2024.11.06 00:29:00.438411 [ 289 ] {} <Debug> HTTP-Session: b13ea4f9-977a-46e6-b17d-4b936f51ba5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18411 | 2024.11.06 00:29:00.438588 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61757, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18412 | 2024.11.06 00:29:00.438644 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18413 | 2024.11.06 00:29:00.438742 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18414 | 2024.11.06 00:29:00.438769 [ 290 ] {} <Debug> HTTP-Session: f28640a5-f056-42e4-9190-2c8199c80f8e Authenticating user 'default' from [fd00:1122:3344:101::d]:38202 | ||
| 18415 | 2024.11.06 00:29:00.438791 [ 290 ] {} <Debug> HTTP-Session: f28640a5-f056-42e4-9190-2c8199c80f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18416 | 2024.11.06 00:29:00.438805 [ 290 ] {} <Debug> HTTP-Session: f28640a5-f056-42e4-9190-2c8199c80f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18417 | 2024.11.06 00:29:00.438848 [ 290 ] {} <Trace> HTTP-Session: f28640a5-f056-42e4-9190-2c8199c80f8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18418 | 2024.11.06 00:29:00.439025 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38202) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18419 | 2024.11.06 00:29:00.439081 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18420 | 2024.11.06 00:29:00.439272 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18421 | 2024.11.06 00:29:00.439764 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18422 | 2024.11.06 00:29:00.439801 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18423 | 2024.11.06 00:29:00.440209 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 18424 | 2024.11.06 00:29:00.440582 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18425 | 2024.11.06 00:29:00.440751 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001807 sec., 88544.54897620364 rows/sec., 6.17 MiB/sec. | ||
| 18426 | 2024.11.06 00:29:00.441015 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 18427 | 2024.11.06 00:29:00.441066 [ 290 ] {33244adb-935b-47fd-85b8-6368986ab6e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 18428 | 2024.11.06 00:29:00.441122 [ 290 ] {} <Debug> HTTP-Session: f28640a5-f056-42e4-9190-2c8199c80f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18429 | 2024.11.06 00:29:00.441370 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18430 | 2024.11.06 00:29:00.441482 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39189, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18431 | 2024.11.06 00:29:00.441561 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18432 | 2024.11.06 00:29:00.441587 [ 289 ] {} <Debug> HTTP-Session: 75287f03-7bb1-49fa-aaab-c5f317698a4b Authenticating user 'default' from [fd00:1122:3344:101::d]:39189 | ||
| 18433 | 2024.11.06 00:29:00.441611 [ 289 ] {} <Debug> HTTP-Session: 75287f03-7bb1-49fa-aaab-c5f317698a4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18434 | 2024.11.06 00:29:00.441629 [ 289 ] {} <Debug> HTTP-Session: 75287f03-7bb1-49fa-aaab-c5f317698a4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18435 | 2024.11.06 00:29:00.441678 [ 289 ] {} <Trace> HTTP-Session: 75287f03-7bb1-49fa-aaab-c5f317698a4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18436 | 2024.11.06 00:29:00.441845 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39189) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18437 | 2024.11.06 00:29:00.441907 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18438 | 2024.11.06 00:29:00.442106 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18439 | 2024.11.06 00:29:00.442470 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18440 | 2024.11.06 00:29:00.442513 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18441 | 2024.11.06 00:29:00.442929 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 18442 | 2024.11.06 00:29:00.443273 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18443 | 2024.11.06 00:29:00.443407 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001624 sec., 36945.812807881775 rows/sec., 2.49 MiB/sec. | ||
| 18444 | 2024.11.06 00:29:00.443590 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Debug> DynamicQueryHandler: Done processing query | ||
| 18445 | 2024.11.06 00:29:00.443615 [ 289 ] {030b1ad5-d11c-442e-957c-600929b2a280} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18446 | 2024.11.06 00:29:00.443631 [ 289 ] {} <Debug> HTTP-Session: 75287f03-7bb1-49fa-aaab-c5f317698a4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18447 | 2024.11.06 00:29:00.443836 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39189, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18448 | 2024.11.06 00:29:02.246691 [ 38 ] {} <Debug> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 18449 | 2024.11.06 00:29:02.246814 [ 38 ] {} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18450 | 2024.11.06 00:29:02.246867 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18451 | 2024.11.06 00:29:02.247620 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::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 | ||
| 18452 | 2024.11.06 00:29:02.248766 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18453 | 2024.11.06 00:29:02.248878 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 242 rows starting from the beginning of the part | ||
| 18454 | 2024.11.06 00:29:02.249229 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 18455 | 2024.11.06 00:29:02.249565 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 18456 | 2024.11.06 00:29:02.249831 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 18457 | 2024.11.06 00:29:02.250052 [ 186 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 18458 | 2024.11.06 00:29:02.251509 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 5 columns (5 merged, 0 gathered) in 0.004478573 sec., 66539.05161309194 rows/sec., 4.53 MiB/sec. | ||
| 18459 | 2024.11.06 00:29:02.251742 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 18460 | 2024.11.06 00:29:02.252227 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18461 | 2024.11.06 00:29:02.252323 [ 201 ] {45a3236a-54b1-4b34-8e7e-3dea413db840::all_1_33_8} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 18462 | 2024.11.06 00:29:02.252433 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 18463 | 2024.11.06 00:29:02.270946 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1642 | ||
| 18464 | 2024.11.06 00:29:02.273765 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18465 | 2024.11.06 00:29:02.273806 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18466 | 2024.11.06 00:29:02.275356 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 18467 | 2024.11.06 00:29:02.276370 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18468 | 2024.11.06 00:29:02.276875 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1642 | ||
| 18469 | 2024.11.06 00:29:05.151836 [ 225 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 18470 | 2024.11.06 00:29:05.151909 [ 225 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 18471 | 2024.11.06 00:29:05.153877 [ 225 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] | ||
| 18472 | 2024.11.06 00:29:05.439065 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18473 | 2024.11.06 00:29:05.439184 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18474 | 2024.11.06 00:29:05.439210 [ 290 ] {} <Debug> HTTP-Session: d0ef8595-53f2-4118-bb9f-ac20a64a125e Authenticating user 'default' from [fd00:1122:3344:101::d]:38202 | ||
| 18475 | 2024.11.06 00:29:05.439233 [ 290 ] {} <Debug> HTTP-Session: d0ef8595-53f2-4118-bb9f-ac20a64a125e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18476 | 2024.11.06 00:29:05.439247 [ 290 ] {} <Debug> HTTP-Session: d0ef8595-53f2-4118-bb9f-ac20a64a125e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18477 | 2024.11.06 00:29:05.439297 [ 290 ] {} <Trace> HTTP-Session: d0ef8595-53f2-4118-bb9f-ac20a64a125e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18478 | 2024.11.06 00:29:05.439567 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38202) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18479 | 2024.11.06 00:29:05.439636 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18480 | 2024.11.06 00:29:05.439977 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18481 | 2024.11.06 00:29:05.440660 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18482 | 2024.11.06 00:29:05.440708 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18483 | 2024.11.06 00:29:05.441163 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 18484 | 2024.11.06 00:29:05.441569 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18485 | 2024.11.06 00:29:05.441740 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002291 sec., 118288.95678742907 rows/sec., 10.51 MiB/sec. | ||
| 18486 | 2024.11.06 00:29:05.441975 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Debug> DynamicQueryHandler: Done processing query | ||
| 18487 | 2024.11.06 00:29:05.442003 [ 290 ] {c1b2adbf-89e5-41a1-b98c-b1607c4ebdcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 18488 | 2024.11.06 00:29:05.442019 [ 290 ] {} <Debug> HTTP-Session: d0ef8595-53f2-4118-bb9f-ac20a64a125e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18489 | 2024.11.06 00:29:05.442233 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18490 | 2024.11.06 00:29:05.442350 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61395, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18491 | 2024.11.06 00:29:05.442474 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18492 | 2024.11.06 00:29:05.442499 [ 289 ] {} <Debug> HTTP-Session: 2cf5fb64-b515-4c4e-b0f6-97408762f57a Authenticating user 'default' from [fd00:1122:3344:101::d]:61395 | ||
| 18493 | 2024.11.06 00:29:05.442525 [ 289 ] {} <Debug> HTTP-Session: 2cf5fb64-b515-4c4e-b0f6-97408762f57a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18494 | 2024.11.06 00:29:05.442539 [ 289 ] {} <Debug> HTTP-Session: 2cf5fb64-b515-4c4e-b0f6-97408762f57a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18495 | 2024.11.06 00:29:05.442596 [ 289 ] {} <Trace> HTTP-Session: 2cf5fb64-b515-4c4e-b0f6-97408762f57a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18496 | 2024.11.06 00:29:05.442796 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61395) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 18497 | 2024.11.06 00:29:05.442868 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18498 | 2024.11.06 00:29:05.443227 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18499 | 2024.11.06 00:29:05.443660 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18500 | 2024.11.06 00:29:05.443706 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18501 | 2024.11.06 00:29:05.444150 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 18502 | 2024.11.06 00:29:05.444559 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18503 | 2024.11.06 00:29:05.444739 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.002002 sec., 20479.52047952048 rows/sec., 1.50 MiB/sec. | ||
| 18504 | 2024.11.06 00:29:05.444976 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Debug> DynamicQueryHandler: Done processing query | ||
| 18505 | 2024.11.06 00:29:05.445003 [ 289 ] {acf2d434-7e64-4738-8356-e7fe67e8491b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 18506 | 2024.11.06 00:29:05.445020 [ 289 ] {} <Debug> HTTP-Session: 2cf5fb64-b515-4c4e-b0f6-97408762f57a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18507 | 2024.11.06 00:29:05.445215 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18508 | 2024.11.06 00:29:05.445234 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61395, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18509 | 2024.11.06 00:29:05.445318 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18510 | 2024.11.06 00:29:05.445354 [ 290 ] {} <Debug> HTTP-Session: f5835691-6425-4158-a473-68cba30fc709 Authenticating user 'default' from [fd00:1122:3344:101::d]:38202 | ||
| 18511 | 2024.11.06 00:29:05.445374 [ 290 ] {} <Debug> HTTP-Session: f5835691-6425-4158-a473-68cba30fc709 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18512 | 2024.11.06 00:29:05.445388 [ 290 ] {} <Debug> HTTP-Session: f5835691-6425-4158-a473-68cba30fc709 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18513 | 2024.11.06 00:29:05.445446 [ 290 ] {} <Trace> HTTP-Session: f5835691-6425-4158-a473-68cba30fc709 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18514 | 2024.11.06 00:29:05.445575 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38202) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 18515 | 2024.11.06 00:29:05.445626 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 18516 | 2024.11.06 00:29:05.445901 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18517 | 2024.11.06 00:29:05.446254 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18518 | 2024.11.06 00:29:05.446291 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18519 | 2024.11.06 00:29:05.446671 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 18520 | 2024.11.06 00:29:05.447049 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18521 | 2024.11.06 00:29:05.447214 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001666 sec., 8403.361344537816 rows/sec., 588.52 KiB/sec. | ||
| 18522 | 2024.11.06 00:29:05.447442 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 18523 | 2024.11.06 00:29:05.447474 [ 290 ] {4eb0c4b9-8c02-4249-b92a-a968927cb0ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18524 | 2024.11.06 00:29:05.447490 [ 290 ] {} <Debug> HTTP-Session: f5835691-6425-4158-a473-68cba30fc709 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18525 | 2024.11.06 00:29:05.447664 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18526 | 2024.11.06 00:29:05.447778 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45046, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18527 | 2024.11.06 00:29:05.447863 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18528 | 2024.11.06 00:29:05.447889 [ 289 ] {} <Debug> HTTP-Session: e9926264-f94a-4c6a-a861-686a30a7573d Authenticating user 'default' from [fd00:1122:3344:101::d]:45046 | ||
| 18529 | 2024.11.06 00:29:05.447911 [ 289 ] {} <Debug> HTTP-Session: e9926264-f94a-4c6a-a861-686a30a7573d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18530 | 2024.11.06 00:29:05.447929 [ 289 ] {} <Debug> HTTP-Session: e9926264-f94a-4c6a-a861-686a30a7573d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18531 | 2024.11.06 00:29:05.447978 [ 289 ] {} <Trace> HTTP-Session: e9926264-f94a-4c6a-a861-686a30a7573d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18532 | 2024.11.06 00:29:05.448125 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45046) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 18533 | 2024.11.06 00:29:05.448184 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 18534 | 2024.11.06 00:29:05.448513 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18535 | 2024.11.06 00:29:05.448888 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18536 | 2024.11.06 00:29:05.448930 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18537 | 2024.11.06 00:29:05.449307 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 18538 | 2024.11.06 00:29:05.449686 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18539 | 2024.11.06 00:29:05.449852 [ 41 ] {} <Debug> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 18540 | 2024.11.06 00:29:05.449856 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001762 sec., 3405.22133938706 rows/sec., 201.19 KiB/sec. | ||
| 18541 | 2024.11.06 00:29:05.449936 [ 41 ] {} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18542 | 2024.11.06 00:29:05.450005 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18543 | 2024.11.06 00:29:05.450226 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 18544 | 2024.11.06 00:29:05.450243 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Debug> DynamicQueryHandler: Done processing query | ||
| 18545 | 2024.11.06 00:29:05.450323 [ 289 ] {fae05848-1134-43ba-85b2-65b93836bfe8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18546 | 2024.11.06 00:29:05.450351 [ 289 ] {} <Debug> HTTP-Session: e9926264-f94a-4c6a-a861-686a30a7573d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18547 | 2024.11.06 00:29:05.450495 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18548 | 2024.11.06 00:29:05.450539 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 18549 | 2024.11.06 00:29:05.450708 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18550 | 2024.11.06 00:29:05.450694 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45046, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18551 | 2024.11.06 00:29:05.450889 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18552 | 2024.11.06 00:29:05.450972 [ 290 ] {} <Debug> HTTP-Session: c835ab3e-bed2-4a97-a09c-0b4fc06eef84 Authenticating user 'default' from [fd00:1122:3344:101::d]:38202 | ||
| 18553 | 2024.11.06 00:29:05.451025 [ 290 ] {} <Debug> HTTP-Session: c835ab3e-bed2-4a97-a09c-0b4fc06eef84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18554 | 2024.11.06 00:29:05.451014 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 18555 | 2024.11.06 00:29:05.451056 [ 290 ] {} <Debug> HTTP-Session: c835ab3e-bed2-4a97-a09c-0b4fc06eef84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18556 | 2024.11.06 00:29:05.451149 [ 290 ] {} <Trace> HTTP-Session: c835ab3e-bed2-4a97-a09c-0b4fc06eef84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18557 | 2024.11.06 00:29:05.451392 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 18558 | 2024.11.06 00:29:05.451682 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 18559 | 2024.11.06 00:29:05.451707 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38202) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18560 | 2024.11.06 00:29:05.451906 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18561 | 2024.11.06 00:29:05.452034 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::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 | ||
| 18562 | 2024.11.06 00:29:05.452938 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18563 | 2024.11.06 00:29:05.454268 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18564 | 2024.11.06 00:29:05.454354 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18565 | 2024.11.06 00:29:05.454571 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004437972 sec., 6759.844361343425 rows/sec., 429.09 KiB/sec. | ||
| 18566 | 2024.11.06 00:29:05.454878 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 18567 | 2024.11.06 00:29:05.455201 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 18568 | 2024.11.06 00:29:05.456368 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18569 | 2024.11.06 00:29:05.456387 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_33_8} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18570 | 2024.11.06 00:29:05.456599 [ 187 ] {a99aae7d-eb86-4d69-95fd-115a8301fe03::all_1_33_8} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 18571 | 2024.11.06 00:29:05.456690 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.005257 sec., 80464.14304736542 rows/sec., 5.75 MiB/sec. | ||
| 18572 | 2024.11.06 00:29:05.456797 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18573 | 2024.11.06 00:29:05.457025 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Debug> DynamicQueryHandler: Done processing query | ||
| 18574 | 2024.11.06 00:29:05.457053 [ 290 ] {fa5ffb7d-bb48-4499-bb60-519bc76c5251} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 18575 | 2024.11.06 00:29:05.457069 [ 290 ] {} <Debug> HTTP-Session: c835ab3e-bed2-4a97-a09c-0b4fc06eef84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18576 | 2024.11.06 00:29:05.457247 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18577 | 2024.11.06 00:29:05.457319 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50119, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18578 | 2024.11.06 00:29:05.457392 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18579 | 2024.11.06 00:29:05.457415 [ 289 ] {} <Debug> HTTP-Session: 1fa8001f-d3df-40eb-a185-d3ed773a0d43 Authenticating user 'default' from [fd00:1122:3344:101::d]:50119 | ||
| 18580 | 2024.11.06 00:29:05.457438 [ 289 ] {} <Debug> HTTP-Session: 1fa8001f-d3df-40eb-a185-d3ed773a0d43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18581 | 2024.11.06 00:29:05.457457 [ 289 ] {} <Debug> HTTP-Session: 1fa8001f-d3df-40eb-a185-d3ed773a0d43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18582 | 2024.11.06 00:29:05.457504 [ 289 ] {} <Trace> HTTP-Session: 1fa8001f-d3df-40eb-a185-d3ed773a0d43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18583 | 2024.11.06 00:29:05.457640 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50119) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 18584 | 2024.11.06 00:29:05.457700 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 18585 | 2024.11.06 00:29:05.457891 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18586 | 2024.11.06 00:29:05.458203 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18587 | 2024.11.06 00:29:05.458239 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18588 | 2024.11.06 00:29:05.458610 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 18589 | 2024.11.06 00:29:05.458966 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18590 | 2024.11.06 00:29:05.459129 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec. | ||
| 18591 | 2024.11.06 00:29:05.459297 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Debug> DynamicQueryHandler: Done processing query | ||
| 18592 | 2024.11.06 00:29:05.459321 [ 289 ] {5288fdb9-5f12-4e84-a926-ace6c7e0c77d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 18593 | 2024.11.06 00:29:05.459338 [ 289 ] {} <Debug> HTTP-Session: 1fa8001f-d3df-40eb-a185-d3ed773a0d43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18594 | 2024.11.06 00:29:05.459534 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50119, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18595 | 2024.11.06 00:29:05.459552 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18596 | 2024.11.06 00:29:05.459640 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18597 | 2024.11.06 00:29:05.459661 [ 290 ] {} <Debug> HTTP-Session: 0843cdca-ac42-4679-9dcf-8b90385eb09a Authenticating user 'default' from [fd00:1122:3344:101::d]:38202 | ||
| 18598 | 2024.11.06 00:29:05.459679 [ 290 ] {} <Debug> HTTP-Session: 0843cdca-ac42-4679-9dcf-8b90385eb09a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18599 | 2024.11.06 00:29:05.459694 [ 290 ] {} <Debug> HTTP-Session: 0843cdca-ac42-4679-9dcf-8b90385eb09a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18600 | 2024.11.06 00:29:05.459746 [ 290 ] {} <Trace> HTTP-Session: 0843cdca-ac42-4679-9dcf-8b90385eb09a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18601 | 2024.11.06 00:29:05.459946 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38202) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18602 | 2024.11.06 00:29:05.459997 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18603 | 2024.11.06 00:29:05.460184 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18604 | 2024.11.06 00:29:05.460649 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18605 | 2024.11.06 00:29:05.460684 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18606 | 2024.11.06 00:29:05.461079 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 18607 | 2024.11.06 00:29:05.461422 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18608 | 2024.11.06 00:29:05.461581 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001743 sec., 135972.4612736661 rows/sec., 9.11 MiB/sec. | ||
| 18609 | 2024.11.06 00:29:05.461780 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Debug> DynamicQueryHandler: Done processing query | ||
| 18610 | 2024.11.06 00:29:05.461817 [ 290 ] {b97a89ac-5de6-47dc-af53-4a5f841c150c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 18611 | 2024.11.06 00:29:05.461847 [ 290 ] {} <Debug> HTTP-Session: 0843cdca-ac42-4679-9dcf-8b90385eb09a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18612 | 2024.11.06 00:29:05.462022 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38202, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18613 | 2024.11.06 00:29:05.462107 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38098, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18614 | 2024.11.06 00:29:05.462187 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18615 | 2024.11.06 00:29:05.462211 [ 289 ] {} <Debug> HTTP-Session: 36c14017-7b3f-4c6b-aaab-eaf7ff7784d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38098 | ||
| 18616 | 2024.11.06 00:29:05.462233 [ 289 ] {} <Debug> HTTP-Session: 36c14017-7b3f-4c6b-aaab-eaf7ff7784d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18617 | 2024.11.06 00:29:05.462250 [ 289 ] {} <Debug> HTTP-Session: 36c14017-7b3f-4c6b-aaab-eaf7ff7784d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18618 | 2024.11.06 00:29:05.462295 [ 289 ] {} <Trace> HTTP-Session: 36c14017-7b3f-4c6b-aaab-eaf7ff7784d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18619 | 2024.11.06 00:29:05.462416 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38098) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 18620 | 2024.11.06 00:29:05.462479 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 18621 | 2024.11.06 00:29:05.462673 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18622 | 2024.11.06 00:29:05.462973 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18623 | 2024.11.06 00:29:05.463008 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18624 | 2024.11.06 00:29:05.463369 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 18625 | 2024.11.06 00:29:05.463697 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18626 | 2024.11.06 00:29:05.463864 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001468 sec., 681.1989100817439 rows/sec., 45.90 KiB/sec. | ||
| 18627 | 2024.11.06 00:29:05.464167 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Debug> DynamicQueryHandler: Done processing query | ||
| 18628 | 2024.11.06 00:29:05.464210 [ 289 ] {af71566f-0361-41d4-bb10-d423d7295257} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 18629 | 2024.11.06 00:29:05.464235 [ 289 ] {} <Debug> HTTP-Session: 36c14017-7b3f-4c6b-aaab-eaf7ff7784d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18630 | 2024.11.06 00:29:05.464420 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18631 | 2024.11.06 00:29:05.464514 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:47410, User-Agent: (none), Length: 69055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18632 | 2024.11.06 00:29:05.464573 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18633 | 2024.11.06 00:29:05.464593 [ 290 ] {} <Debug> HTTP-Session: 6554b778-32ee-4ced-bb67-4175257b82da Authenticating user 'default' from [fd00:1122:3344:101::d]:47410 | ||
| 18634 | 2024.11.06 00:29:05.464610 [ 290 ] {} <Debug> HTTP-Session: 6554b778-32ee-4ced-bb67-4175257b82da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18635 | 2024.11.06 00:29:05.464624 [ 290 ] {} <Debug> HTTP-Session: 6554b778-32ee-4ced-bb67-4175257b82da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18636 | 2024.11.06 00:29:05.464662 [ 290 ] {} <Trace> HTTP-Session: 6554b778-32ee-4ced-bb67-4175257b82da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18637 | 2024.11.06 00:29:05.465080 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:47410) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18638 | 2024.11.06 00:29:05.465154 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <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 | ||
| 18639 | 2024.11.06 00:29:05.465640 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18640 | 2024.11.06 00:29:05.466319 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18641 | 2024.11.06 00:29:05.466354 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18642 | 2024.11.06 00:29:05.467014 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 18643 | 2024.11.06 00:29:05.467447 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18644 | 2024.11.06 00:29:05.467633 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002855 sec., 14360.77057793345 rows/sec., 25.73 MiB/sec. | ||
| 18645 | 2024.11.06 00:29:05.468113 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <Debug> DynamicQueryHandler: Done processing query | ||
| 18646 | 2024.11.06 00:29:05.468156 [ 290 ] {461a4a57-db16-4308-b639-48b1adcd207c} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 18647 | 2024.11.06 00:29:05.468173 [ 290 ] {} <Debug> HTTP-Session: 6554b778-32ee-4ced-bb67-4175257b82da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18648 | 2024.11.06 00:29:05.468354 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38098, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18649 | 2024.11.06 00:29:05.468393 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47410, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18650 | 2024.11.06 00:29:05.468465 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18651 | 2024.11.06 00:29:05.468501 [ 289 ] {} <Debug> HTTP-Session: 274d2c70-e157-46cb-8c5f-a752b128bf04 Authenticating user 'default' from [fd00:1122:3344:101::d]:38098 | ||
| 18652 | 2024.11.06 00:29:05.468525 [ 289 ] {} <Debug> HTTP-Session: 274d2c70-e157-46cb-8c5f-a752b128bf04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18653 | 2024.11.06 00:29:05.468551 [ 289 ] {} <Debug> HTTP-Session: 274d2c70-e157-46cb-8c5f-a752b128bf04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18654 | 2024.11.06 00:29:05.468599 [ 289 ] {} <Trace> HTTP-Session: 274d2c70-e157-46cb-8c5f-a752b128bf04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18655 | 2024.11.06 00:29:05.468760 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38098) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18656 | 2024.11.06 00:29:05.468816 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18657 | 2024.11.06 00:29:05.468975 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18658 | 2024.11.06 00:29:05.469292 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18659 | 2024.11.06 00:29:05.469327 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18660 | 2024.11.06 00:29:05.469695 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 18661 | 2024.11.06 00:29:05.470030 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18662 | 2024.11.06 00:29:05.470182 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001482 sec., 55330.6342780027 rows/sec., 3.51 MiB/sec. | ||
| 18663 | 2024.11.06 00:29:05.470404 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Debug> DynamicQueryHandler: Done processing query | ||
| 18664 | 2024.11.06 00:29:05.470445 [ 289 ] {d2439fa0-ac85-4912-95fe-97aea63f444d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 18665 | 2024.11.06 00:29:05.470505 [ 289 ] {} <Debug> HTTP-Session: 274d2c70-e157-46cb-8c5f-a752b128bf04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18666 | 2024.11.06 00:29:05.470933 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18667 | 2024.11.06 00:29:07.795659 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36200, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18668 | 2024.11.06 00:29:07.956168 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54490, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18669 | 2024.11.06 00:29:08.049682 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:61093, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18670 | 2024.11.06 00:29:08.060039 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:49005, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18671 | 2024.11.06 00:29:08.093314 [ 289 ] {} <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) | ||
| 18672 | 2024.11.06 00:29:08.128604 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46088, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18673 | 2024.11.06 00:29:08.145013 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57209, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18674 | 2024.11.06 00:29:08.150375 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57419, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18675 | 2024.11.06 00:29:10.432818 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46486, User-Agent: (none), Length: 363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18676 | 2024.11.06 00:29:10.432931 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18677 | 2024.11.06 00:29:10.432958 [ 290 ] {} <Debug> HTTP-Session: 9e03a4a2-b408-4b95-b452-b824fc2aa2a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:46486 | ||
| 18678 | 2024.11.06 00:29:10.432982 [ 290 ] {} <Debug> HTTP-Session: 9e03a4a2-b408-4b95-b452-b824fc2aa2a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18679 | 2024.11.06 00:29:10.432997 [ 290 ] {} <Debug> HTTP-Session: 9e03a4a2-b408-4b95-b452-b824fc2aa2a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18680 | 2024.11.06 00:29:10.433047 [ 290 ] {} <Trace> HTTP-Session: 9e03a4a2-b408-4b95-b452-b824fc2aa2a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18681 | 2024.11.06 00:29:10.433232 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46486) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 18682 | 2024.11.06 00:29:10.433301 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 18683 | 2024.11.06 00:29:10.433651 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18684 | 2024.11.06 00:29:10.434017 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18685 | 2024.11.06 00:29:10.434059 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18686 | 2024.11.06 00:29:10.434472 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 18687 | 2024.11.06 00:29:10.434863 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18688 | 2024.11.06 00:29:10.435033 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00185 sec., 1081.081081081081 rows/sec., 88.15 KiB/sec. | ||
| 18689 | 2024.11.06 00:29:10.435367 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 18690 | 2024.11.06 00:29:10.435415 [ 290 ] {ed98b552-4020-49e4-893a-3888384d4d7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18691 | 2024.11.06 00:29:10.435432 [ 290 ] {} <Debug> HTTP-Session: 9e03a4a2-b408-4b95-b452-b824fc2aa2a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18692 | 2024.11.06 00:29:10.435645 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46486, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18693 | 2024.11.06 00:29:10.435845 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54210, User-Agent: (none), Length: 7944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18694 | 2024.11.06 00:29:10.435972 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18695 | 2024.11.06 00:29:10.436000 [ 288 ] {} <Debug> HTTP-Session: c8dce7cf-1e01-487d-842b-e9048dfba923 Authenticating user 'default' from [fd00:1122:3344:101::d]:54210 | ||
| 18696 | 2024.11.06 00:29:10.436029 [ 288 ] {} <Debug> HTTP-Session: c8dce7cf-1e01-487d-842b-e9048dfba923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18697 | 2024.11.06 00:29:10.436047 [ 288 ] {} <Debug> HTTP-Session: c8dce7cf-1e01-487d-842b-e9048dfba923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18698 | 2024.11.06 00:29:10.436108 [ 288 ] {} <Trace> HTTP-Session: c8dce7cf-1e01-487d-842b-e9048dfba923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18699 | 2024.11.06 00:29:10.436329 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54210) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18700 | 2024.11.06 00:29:10.436404 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18701 | 2024.11.06 00:29:10.436796 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18702 | 2024.11.06 00:29:10.437210 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18703 | 2024.11.06 00:29:10.437251 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18704 | 2024.11.06 00:29:10.437677 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 18705 | 2024.11.06 00:29:10.438086 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18706 | 2024.11.06 00:29:10.438270 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.002017 sec., 28259.791769955376 rows/sec., 2.16 MiB/sec. | ||
| 18707 | 2024.11.06 00:29:10.438284 [ 50 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 18708 | 2024.11.06 00:29:10.438394 [ 50 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18709 | 2024.11.06 00:29:10.438444 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18710 | 2024.11.06 00:29:10.438597 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Debug> DynamicQueryHandler: Done processing query | ||
| 18711 | 2024.11.06 00:29:10.438628 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::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 | ||
| 18712 | 2024.11.06 00:29:10.438642 [ 288 ] {0dbbdf40-375f-4dc5-a531-c91c5d8abfea} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 18713 | 2024.11.06 00:29:10.438708 [ 288 ] {} <Debug> HTTP-Session: c8dce7cf-1e01-487d-842b-e9048dfba923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18714 | 2024.11.06 00:29:10.438847 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18715 | 2024.11.06 00:29:10.438965 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1420 rows starting from the beginning of the part | ||
| 18716 | 2024.11.06 00:29:10.438967 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54210, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18717 | 2024.11.06 00:29:10.438981 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46486, User-Agent: (none), Length: 328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18718 | 2024.11.06 00:29:10.439136 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18719 | 2024.11.06 00:29:10.439261 [ 290 ] {} <Debug> HTTP-Session: 1d40746c-cfdd-40f9-b566-f2ba34ecb8c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:46486 | ||
| 18720 | 2024.11.06 00:29:10.439272 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 271 rows starting from the beginning of the part | ||
| 18721 | 2024.11.06 00:29:10.439319 [ 290 ] {} <Debug> HTTP-Session: 1d40746c-cfdd-40f9-b566-f2ba34ecb8c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18722 | 2024.11.06 00:29:10.439385 [ 290 ] {} <Debug> HTTP-Session: 1d40746c-cfdd-40f9-b566-f2ba34ecb8c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18723 | 2024.11.06 00:29:10.439472 [ 288 ] {} <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): | ||
| 18724 | |||
| 18725 | (version 23.8.7.1) | ||
| 18726 | 2024.11.06 00:29:10.439601 [ 290 ] {} <Trace> HTTP-Session: 1d40746c-cfdd-40f9-b566-f2ba34ecb8c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18727 | 2024.11.06 00:29:10.439717 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 57 rows starting from the beginning of the part | ||
| 18728 | 2024.11.06 00:29:10.439977 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46486) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 18729 | 2024.11.06 00:29:10.440058 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part | ||
| 18730 | 2024.11.06 00:29:10.440128 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 18731 | 2024.11.06 00:29:10.440435 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 271 rows starting from the beginning of the part | ||
| 18732 | 2024.11.06 00:29:10.440783 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 57 rows starting from the beginning of the part | ||
| 18733 | 2024.11.06 00:29:10.441485 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18734 | 2024.11.06 00:29:10.441892 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18735 | 2024.11.06 00:29:10.441937 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 18736 | 2024.11.06 00:29:10.442494 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 18737 | 2024.11.06 00:29:10.442987 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18738 | 2024.11.06 00:29:10.443042 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2132 rows, containing 5 columns (5 merged, 0 gathered) in 0.004508914 sec., 472841.1320331237 rows/sec., 41.66 MiB/sec. | ||
| 18739 | 2024.11.06 00:29:10.443186 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003362 sec., 594.883997620464 rows/sec., 41.54 KiB/sec. | ||
| 18740 | 2024.11.06 00:29:10.443289 [ 196 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 18741 | 2024.11.06 00:29:10.443400 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 18742 | 2024.11.06 00:29:10.443436 [ 290 ] {bc5ab29d-9e8c-4099-9836-ec82409926e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18743 | 2024.11.06 00:29:10.443478 [ 290 ] {} <Debug> HTTP-Session: 1d40746c-cfdd-40f9-b566-f2ba34ecb8c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18744 | 2024.11.06 00:29:10.443694 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46486, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18745 | 2024.11.06 00:29:10.443797 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65452, User-Agent: (none), Length: 11225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18746 | 2024.11.06 00:29:10.443886 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18747 | 2024.11.06 00:29:10.443911 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18748 | 2024.11.06 00:29:10.443973 [ 288 ] {} <Debug> HTTP-Session: 7e1a3988-bd68-49e5-8c2c-f6aa59efd1c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:65452 | ||
| 18749 | 2024.11.06 00:29:10.444001 [ 288 ] {} <Debug> HTTP-Session: 7e1a3988-bd68-49e5-8c2c-f6aa59efd1c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18750 | 2024.11.06 00:29:10.444030 [ 288 ] {} <Debug> HTTP-Session: 7e1a3988-bd68-49e5-8c2c-f6aa59efd1c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18751 | 2024.11.06 00:29:10.444077 [ 200 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_116_23} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 18752 | 2024.11.06 00:29:10.444098 [ 288 ] {} <Trace> HTTP-Session: 7e1a3988-bd68-49e5-8c2c-f6aa59efd1c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18753 | 2024.11.06 00:29:10.444227 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 18754 | 2024.11.06 00:29:10.444327 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65452) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18755 | 2024.11.06 00:29:10.444378 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18756 | 2024.11.06 00:29:10.444648 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18757 | 2024.11.06 00:29:10.445022 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18758 | 2024.11.06 00:29:10.445060 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18759 | 2024.11.06 00:29:10.445436 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 18760 | 2024.11.06 00:29:10.445814 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18761 | 2024.11.06 00:29:10.445972 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001712 sec., 38551.40186915888 rows/sec., 3.01 MiB/sec. | ||
| 18762 | 2024.11.06 00:29:10.445992 [ 50 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 18763 | 2024.11.06 00:29:10.446080 [ 50 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18764 | 2024.11.06 00:29:10.446151 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18765 | 2024.11.06 00:29:10.446300 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Debug> DynamicQueryHandler: Done processing query | ||
| 18766 | 2024.11.06 00:29:10.446315 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::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 | ||
| 18767 | 2024.11.06 00:29:10.446338 [ 288 ] {ed907b69-ff50-429c-9ee8-54e3a3fba7df} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 18768 | 2024.11.06 00:29:10.446385 [ 288 ] {} <Debug> HTTP-Session: 7e1a3988-bd68-49e5-8c2c-f6aa59efd1c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18769 | 2024.11.06 00:29:10.446522 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18770 | 2024.11.06 00:29:10.446562 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part | ||
| 18771 | 2024.11.06 00:29:10.446834 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 423 rows starting from the beginning of the part | ||
| 18772 | 2024.11.06 00:29:10.446826 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65452, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18773 | 2024.11.06 00:29:10.447017 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:60188, User-Agent: (none), Length: 30836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18774 | 2024.11.06 00:29:10.447269 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18775 | 2024.11.06 00:29:10.447299 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 66 rows starting from the beginning of the part | ||
| 18776 | 2024.11.06 00:29:10.447375 [ 290 ] {} <Debug> HTTP-Session: 27ef9879-62a0-419d-86ab-6257b3021151 Authenticating user 'default' from [fd00:1122:3344:101::d]:60188 | ||
| 18777 | 2024.11.06 00:29:10.447492 [ 290 ] {} <Debug> HTTP-Session: 27ef9879-62a0-419d-86ab-6257b3021151 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18778 | 2024.11.06 00:29:10.447566 [ 290 ] {} <Debug> HTTP-Session: 27ef9879-62a0-419d-86ab-6257b3021151 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18779 | 2024.11.06 00:29:10.447630 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part | ||
| 18780 | 2024.11.06 00:29:10.447703 [ 290 ] {} <Trace> HTTP-Session: 27ef9879-62a0-419d-86ab-6257b3021151 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18781 | 2024.11.06 00:29:10.447870 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 423 rows starting from the beginning of the part | ||
| 18782 | 2024.11.06 00:29:10.448212 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:60188) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18783 | 2024.11.06 00:29:10.448250 [ 196 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 66 rows starting from the beginning of the part | ||
| 18784 | 2024.11.06 00:29:10.448337 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18785 | 2024.11.06 00:29:10.448906 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18786 | 2024.11.06 00:29:10.449464 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18787 | 2024.11.06 00:29:10.449505 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 18788 | 2024.11.06 00:29:10.450028 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 18789 | 2024.11.06 00:29:10.450205 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 5 columns (5 merged, 0 gathered) in 0.003964538 sec., 493626.2434614071 rows/sec., 37.79 MiB/sec. | ||
| 18790 | 2024.11.06 00:29:10.450527 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 18791 | 2024.11.06 00:29:10.450677 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18792 | 2024.11.06 00:29:10.450979 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 18793 | 2024.11.06 00:29:10.450998 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.003012 sec., 53452.85524568393 rows/sec., 3.72 MiB/sec. | ||
| 18794 | 2024.11.06 00:29:10.451117 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18795 | 2024.11.06 00:29:10.451428 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18796 | 2024.11.06 00:29:10.451717 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 18797 | 2024.11.06 00:29:10.451794 [ 290 ] {b398af25-b9fb-459c-868c-9c4d60c48e6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 18798 | 2024.11.06 00:29:10.451807 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::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 | ||
| 18799 | 2024.11.06 00:29:10.451878 [ 290 ] {} <Debug> HTTP-Session: 27ef9879-62a0-419d-86ab-6257b3021151 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18800 | 2024.11.06 00:29:10.452013 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18801 | 2024.11.06 00:29:10.452088 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18802 | 2024.11.06 00:29:10.452126 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_111_22, total 22572 rows starting from the beginning of the part | ||
| 18803 | 2024.11.06 00:29:10.452137 [ 189 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_116_23} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 18804 | 2024.11.06 00:29:10.452249 [ 290 ] {} <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) | ||
| 18805 | 2024.11.06 00:29:10.452616 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 18806 | 2024.11.06 00:29:10.452765 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 237 rows starting from the beginning of the part | ||
| 18807 | 2024.11.06 00:29:10.452788 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36479, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18808 | 2024.11.06 00:29:10.452994 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18809 | 2024.11.06 00:29:10.453075 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 129 rows starting from the beginning of the part | ||
| 18810 | 2024.11.06 00:29:10.453097 [ 286 ] {} <Debug> HTTP-Session: 6ea98bd2-ecf4-46e6-8240-36ac484e54da Authenticating user 'default' from [fd00:1122:3344:101::d]:36479 | ||
| 18811 | 2024.11.06 00:29:10.453162 [ 286 ] {} <Debug> HTTP-Session: 6ea98bd2-ecf4-46e6-8240-36ac484e54da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18812 | 2024.11.06 00:29:10.453221 [ 286 ] {} <Debug> HTTP-Session: 6ea98bd2-ecf4-46e6-8240-36ac484e54da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18813 | 2024.11.06 00:29:10.453361 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 18814 | 2024.11.06 00:29:10.453404 [ 286 ] {} <Trace> HTTP-Session: 6ea98bd2-ecf4-46e6-8240-36ac484e54da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18815 | 2024.11.06 00:29:10.453567 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 18816 | 2024.11.06 00:29:10.453834 [ 197 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 161 rows starting from the beginning of the part | ||
| 18817 | 2024.11.06 00:29:10.453884 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36479) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18818 | 2024.11.06 00:29:10.454119 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18819 | 2024.11.06 00:29:10.454679 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18820 | 2024.11.06 00:29:10.455299 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18821 | 2024.11.06 00:29:10.455339 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 18822 | 2024.11.06 00:29:10.455939 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 18823 | 2024.11.06 00:29:10.456929 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18824 | 2024.11.06 00:29:10.457210 [ 50 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 18825 | 2024.11.06 00:29:10.457222 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003552 sec., 16891.891891891893 rows/sec., 1.14 MiB/sec. | ||
| 18826 | 2024.11.06 00:29:10.457266 [ 50 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18827 | 2024.11.06 00:29:10.457303 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 18828 | 2024.11.06 00:29:10.457587 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 18829 | 2024.11.06 00:29:10.457640 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 18830 | 2024.11.06 00:29:10.457694 [ 286 ] {e0724b09-c6c8-4016-8da3-ae5f3947f4ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18831 | 2024.11.06 00:29:10.457738 [ 286 ] {} <Debug> HTTP-Session: 6ea98bd2-ecf4-46e6-8240-36ac484e54da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18832 | 2024.11.06 00:29:10.457840 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18833 | 2024.11.06 00:29:10.457877 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6268 rows starting from the beginning of the part | ||
| 18834 | 2024.11.06 00:29:10.458121 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 82 rows starting from the beginning of the part | ||
| 18835 | 2024.11.06 00:29:10.458248 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36479, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18836 | 2024.11.06 00:29:10.458434 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 48 rows starting from the beginning of the part | ||
| 18837 | 2024.11.06 00:29:10.458757 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 18838 | 2024.11.06 00:29:10.459016 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 18839 | 2024.11.06 00:29:10.459152 [ 188 ] {abfdba80-a728-40e5-be91-4b568c11c517::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 | ||
| 18840 | 2024.11.06 00:29:10.461570 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23496 rows, containing 5 columns (5 merged, 0 gathered) in 0.009943355 sec., 2362985.1292647202 rows/sec., 161.05 MiB/sec. | ||
| 18841 | 2024.11.06 00:29:10.461790 [ 199 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6600 rows, containing 4 columns (4 merged, 0 gathered) in 0.00436124 sec., 1513331.070979813 rows/sec., 99.71 MiB/sec. | ||
| 18842 | 2024.11.06 00:29:10.462126 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 18843 | 2024.11.06 00:29:10.462283 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 18844 | 2024.11.06 00:29:10.463005 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18845 | 2024.11.06 00:29:10.463163 [ 195 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_116_23} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 18846 | 2024.11.06 00:29:10.463200 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18847 | 2024.11.06 00:29:10.463354 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 18848 | 2024.11.06 00:29:10.463397 [ 198 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_116_23} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 18849 | 2024.11.06 00:29:10.463500 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. | ||
| 18850 | 2024.11.06 00:29:11.741378 [ 48 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 18851 | 2024.11.06 00:29:11.741432 [ 48 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 18852 | 2024.11.06 00:29:12.002433 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001936128 sec. | ||
| 18853 | 2024.11.06 00:29:12.018946 [ 224 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): 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] | ||
| 18854 | 2024.11.06 00:29:12.019030 [ 224 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): 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] | ||
| 18855 | 2024.11.06 00:29:12.021598 [ 224 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): 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] | ||
| 18856 | 2024.11.06 00:29:12.277890 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1674 | ||
| 18857 | 2024.11.06 00:29:12.281002 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18858 | 2024.11.06 00:29:12.281063 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18859 | 2024.11.06 00:29:12.282764 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 18860 | 2024.11.06 00:29:12.283888 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18861 | 2024.11.06 00:29:12.284523 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1674 | ||
| 18862 | 2024.11.06 00:29:15.021249 [ 219 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 18863 | 2024.11.06 00:29:15.021318 [ 219 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 18864 | 2024.11.06 00:29:15.023818 [ 219 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): 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] | ||
| 18865 | 2024.11.06 00:29:15.407991 [ 221 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 18866 | 2024.11.06 00:29:15.408046 [ 221 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 18867 | 2024.11.06 00:29:15.410041 [ 221 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): 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] | ||
| 18868 | 2024.11.06 00:29:15.432656 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64817, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18869 | 2024.11.06 00:29:15.432769 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18870 | 2024.11.06 00:29:15.432794 [ 290 ] {} <Debug> HTTP-Session: 0d12a229-c1c4-42ec-93f2-433b005ca90d Authenticating user 'default' from [fd00:1122:3344:101::d]:64817 | ||
| 18871 | 2024.11.06 00:29:15.432818 [ 290 ] {} <Debug> HTTP-Session: 0d12a229-c1c4-42ec-93f2-433b005ca90d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18872 | 2024.11.06 00:29:15.432832 [ 290 ] {} <Debug> HTTP-Session: 0d12a229-c1c4-42ec-93f2-433b005ca90d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18873 | 2024.11.06 00:29:15.432884 [ 290 ] {} <Trace> HTTP-Session: 0d12a229-c1c4-42ec-93f2-433b005ca90d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18874 | 2024.11.06 00:29:15.433081 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64817) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18875 | 2024.11.06 00:29:15.433148 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18876 | 2024.11.06 00:29:15.433490 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18877 | 2024.11.06 00:29:15.433960 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18878 | 2024.11.06 00:29:15.434002 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18879 | 2024.11.06 00:29:15.434432 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 18880 | 2024.11.06 00:29:15.434840 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18881 | 2024.11.06 00:29:15.435004 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00199 sec., 28140.70351758794 rows/sec., 2.15 MiB/sec. | ||
| 18882 | 2024.11.06 00:29:15.435175 [ 222 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 18883 | 2024.11.06 00:29:15.435239 [ 222 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 18884 | 2024.11.06 00:29:15.435289 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Debug> DynamicQueryHandler: Done processing query | ||
| 18885 | 2024.11.06 00:29:15.435334 [ 290 ] {0983ad1e-ddba-49fc-8918-4a9cabbaaab2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 18886 | 2024.11.06 00:29:15.435363 [ 290 ] {} <Debug> HTTP-Session: 0d12a229-c1c4-42ec-93f2-433b005ca90d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18887 | 2024.11.06 00:29:15.435616 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64817, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18888 | 2024.11.06 00:29:15.435666 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34023, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18889 | 2024.11.06 00:29:15.435860 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18890 | 2024.11.06 00:29:15.435900 [ 286 ] {} <Debug> HTTP-Session: 27ef5c3d-1677-4651-b4dd-5ad822ae2b14 Authenticating user 'default' from [fd00:1122:3344:101::d]:34023 | ||
| 18891 | 2024.11.06 00:29:15.435933 [ 286 ] {} <Debug> HTTP-Session: 27ef5c3d-1677-4651-b4dd-5ad822ae2b14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18892 | 2024.11.06 00:29:15.435950 [ 286 ] {} <Debug> HTTP-Session: 27ef5c3d-1677-4651-b4dd-5ad822ae2b14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18893 | 2024.11.06 00:29:15.436010 [ 286 ] {} <Trace> HTTP-Session: 27ef5c3d-1677-4651-b4dd-5ad822ae2b14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18894 | 2024.11.06 00:29:15.436223 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34023) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 18895 | 2024.11.06 00:29:15.436299 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 18896 | 2024.11.06 00:29:15.436791 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18897 | 2024.11.06 00:29:15.437465 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18898 | 2024.11.06 00:29:15.437508 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18899 | 2024.11.06 00:29:15.438023 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 18900 | 2024.11.06 00:29:15.438108 [ 222 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): 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] | ||
| 18901 | 2024.11.06 00:29:15.438743 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18902 | 2024.11.06 00:29:15.438925 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002778 sec., 23038.156947444204 rows/sec., 1.80 MiB/sec. | ||
| 18903 | 2024.11.06 00:29:15.439152 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Debug> DynamicQueryHandler: Done processing query | ||
| 18904 | 2024.11.06 00:29:15.439180 [ 286 ] {22a334f2-f7c2-46a6-967d-22749ade1c96} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 18905 | 2024.11.06 00:29:15.439197 [ 286 ] {} <Debug> HTTP-Session: 27ef5c3d-1677-4651-b4dd-5ad822ae2b14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18906 | 2024.11.06 00:29:15.439444 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18907 | 2024.11.06 00:29:15.439623 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50583, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18908 | 2024.11.06 00:29:15.439691 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18909 | 2024.11.06 00:29:15.439712 [ 290 ] {} <Debug> HTTP-Session: 16c40ec7-18af-4d0a-9a7d-beaac1998f6b Authenticating user 'default' from [fd00:1122:3344:101::d]:50583 | ||
| 18910 | 2024.11.06 00:29:15.439731 [ 290 ] {} <Debug> HTTP-Session: 16c40ec7-18af-4d0a-9a7d-beaac1998f6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18911 | 2024.11.06 00:29:15.439746 [ 290 ] {} <Debug> HTTP-Session: 16c40ec7-18af-4d0a-9a7d-beaac1998f6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18912 | 2024.11.06 00:29:15.439788 [ 290 ] {} <Trace> HTTP-Session: 16c40ec7-18af-4d0a-9a7d-beaac1998f6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18913 | 2024.11.06 00:29:15.439974 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50583) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 18914 | 2024.11.06 00:29:15.440030 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 18915 | 2024.11.06 00:29:15.440221 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18916 | 2024.11.06 00:29:15.440645 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18917 | 2024.11.06 00:29:15.440683 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18918 | 2024.11.06 00:29:15.441098 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 18919 | 2024.11.06 00:29:15.441460 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18920 | 2024.11.06 00:29:15.441614 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001716 sec., 93240.09324009324 rows/sec., 6.49 MiB/sec. | ||
| 18921 | 2024.11.06 00:29:15.441784 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 18922 | 2024.11.06 00:29:15.441847 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 18923 | 2024.11.06 00:29:15.441900 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Debug> DynamicQueryHandler: Done processing query | ||
| 18924 | 2024.11.06 00:29:15.441945 [ 290 ] {192ba4d1-55ae-46f8-9078-91f110c00836} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 18925 | 2024.11.06 00:29:15.441965 [ 290 ] {} <Debug> HTTP-Session: 16c40ec7-18af-4d0a-9a7d-beaac1998f6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18926 | 2024.11.06 00:29:15.442205 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34023, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18927 | 2024.11.06 00:29:15.442246 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50583, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18928 | 2024.11.06 00:29:15.442357 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18929 | 2024.11.06 00:29:15.442443 [ 286 ] {} <Debug> HTTP-Session: b365acbf-70e0-496b-8961-7dfe9b64cb2b Authenticating user 'default' from [fd00:1122:3344:101::d]:34023 | ||
| 18930 | 2024.11.06 00:29:15.442489 [ 286 ] {} <Debug> HTTP-Session: b365acbf-70e0-496b-8961-7dfe9b64cb2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18931 | 2024.11.06 00:29:15.442527 [ 286 ] {} <Debug> HTTP-Session: b365acbf-70e0-496b-8961-7dfe9b64cb2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18932 | 2024.11.06 00:29:15.442627 [ 286 ] {} <Trace> HTTP-Session: b365acbf-70e0-496b-8961-7dfe9b64cb2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18933 | 2024.11.06 00:29:15.442918 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34023) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 18934 | 2024.11.06 00:29:15.443010 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 18935 | 2024.11.06 00:29:15.443503 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18936 | 2024.11.06 00:29:15.444106 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18937 | 2024.11.06 00:29:15.444169 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18938 | 2024.11.06 00:29:15.445017 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 18939 | 2024.11.06 00:29:15.445613 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): 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] | ||
| 18940 | 2024.11.06 00:29:15.445615 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18941 | 2024.11.06 00:29:15.446041 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003235 sec., 18547.140649149922 rows/sec., 1.25 MiB/sec. | ||
| 18942 | 2024.11.06 00:29:15.446499 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 18943 | 2024.11.06 00:29:15.446544 [ 286 ] {7dfef0a2-aa68-4fc9-87d8-d1dab98f52a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 18944 | 2024.11.06 00:29:15.446574 [ 286 ] {} <Debug> HTTP-Session: b365acbf-70e0-496b-8961-7dfe9b64cb2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18945 | 2024.11.06 00:29:15.446821 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18946 | 2024.11.06 00:29:18.152531 [ 39 ] {} <Debug> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 18947 | 2024.11.06 00:29:18.152617 [ 39 ] {} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18948 | 2024.11.06 00:29:18.152644 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18949 | 2024.11.06 00:29:18.152846 [ 199 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::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 | ||
| 18950 | 2024.11.06 00:29:18.153250 [ 199 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18951 | 2024.11.06 00:29:18.153289 [ 199 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_29_7, total 29 rows starting from the beginning of the part | ||
| 18952 | 2024.11.06 00:29:18.153372 [ 199 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 18953 | 2024.11.06 00:29:18.153618 [ 199 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 18954 | 2024.11.06 00:29:18.153846 [ 199 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 18955 | 2024.11.06 00:29:18.154012 [ 199 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 18956 | 2024.11.06 00:29:18.155266 [ 198 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33 rows, containing 4 columns (4 merged, 0 gathered) in 0.002548866 sec., 12946.934048317959 rows/sec., 872.40 KiB/sec. | ||
| 18957 | 2024.11.06 00:29:18.155461 [ 198 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 18958 | 2024.11.06 00:29:18.155920 [ 198 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18959 | 2024.11.06 00:29:18.156018 [ 198 ] {6fbc6eea-10d5-48aa-9328-185098153aa1::all_1_33_8} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 18960 | 2024.11.06 00:29:18.156134 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 18961 | 2024.11.06 00:29:19.014412 [ 37 ] {} <Debug> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 18962 | 2024.11.06 00:29:19.014481 [ 37 ] {} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18963 | 2024.11.06 00:29:19.014505 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18964 | 2024.11.06 00:29:19.014714 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 18965 | 2024.11.06 00:29:19.014970 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 18966 | 2024.11.06 00:29:19.015011 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 18967 | 2024.11.06 00:29:19.015092 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 18968 | 2024.11.06 00:29:19.015309 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 18969 | 2024.11.06 00:29:19.015540 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 18970 | 2024.11.06 00:29:19.015738 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::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 | ||
| 18971 | 2024.11.06 00:29:19.016913 [ 193 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 198 rows, containing 4 columns (4 merged, 0 gathered) in 0.002313798 sec., 85573.58939717295 rows/sec., 4.37 MiB/sec. | ||
| 18972 | 2024.11.06 00:29:19.017060 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 18973 | 2024.11.06 00:29:19.017457 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_33_8} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18974 | 2024.11.06 00:29:19.017543 [ 190 ] {820df2ec-497b-438b-892b-d5660dda9fac::all_1_33_8} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 18975 | 2024.11.06 00:29:19.017628 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 18976 | 2024.11.06 00:29:19.217594 [ 223 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18977 | 2024.11.06 00:29:19.217677 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18978 | 2024.11.06 00:29:19.219680 [ 223 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] | ||
| 18979 | 2024.11.06 00:29:19.848668 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41868, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18980 | 2024.11.06 00:29:20.086215 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:44324, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18981 | 2024.11.06 00:29:20.159393 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:52475, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18982 | 2024.11.06 00:29:20.379736 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51621, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18983 | 2024.11.06 00:29:20.414068 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:62427, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18984 | 2024.11.06 00:29:20.437371 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:39928, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18985 | 2024.11.06 00:29:20.439029 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51793, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 18986 | 2024.11.06 00:29:20.439112 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 18987 | 2024.11.06 00:29:20.439135 [ 289 ] {} <Debug> HTTP-Session: 561dbbe9-8a50-4fd8-a32f-9504be3aefa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51793 | ||
| 18988 | 2024.11.06 00:29:20.439160 [ 289 ] {} <Debug> HTTP-Session: 561dbbe9-8a50-4fd8-a32f-9504be3aefa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18989 | 2024.11.06 00:29:20.439174 [ 289 ] {} <Debug> HTTP-Session: 561dbbe9-8a50-4fd8-a32f-9504be3aefa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 18990 | 2024.11.06 00:29:20.439225 [ 289 ] {} <Trace> HTTP-Session: 561dbbe9-8a50-4fd8-a32f-9504be3aefa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 18991 | 2024.11.06 00:29:20.439494 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51793) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 18992 | 2024.11.06 00:29:20.439563 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 18993 | 2024.11.06 00:29:20.439934 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 18994 | 2024.11.06 00:29:20.440613 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 18995 | 2024.11.06 00:29:20.440655 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 18996 | 2024.11.06 00:29:20.441118 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 18997 | 2024.11.06 00:29:20.441534 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 18998 | 2024.11.06 00:29:20.441687 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002317 sec., 116961.5882606819 rows/sec., 10.39 MiB/sec. | ||
| 18999 | 2024.11.06 00:29:20.441892 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Debug> DynamicQueryHandler: Done processing query | ||
| 19000 | 2024.11.06 00:29:20.441919 [ 289 ] {175a0eec-cb27-4d29-a845-66ebc696134f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 19001 | 2024.11.06 00:29:20.441936 [ 289 ] {} <Debug> HTTP-Session: 561dbbe9-8a50-4fd8-a32f-9504be3aefa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19002 | 2024.11.06 00:29:20.442197 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19003 | 2024.11.06 00:29:20.442333 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38646, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19004 | 2024.11.06 00:29:20.442442 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19005 | 2024.11.06 00:29:20.442467 [ 290 ] {} <Debug> HTTP-Session: 7ab4ae7d-635e-4c1e-961b-cf3ecd49d6c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38646 | ||
| 19006 | 2024.11.06 00:29:20.442492 [ 290 ] {} <Debug> HTTP-Session: 7ab4ae7d-635e-4c1e-961b-cf3ecd49d6c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19007 | 2024.11.06 00:29:20.442506 [ 290 ] {} <Debug> HTTP-Session: 7ab4ae7d-635e-4c1e-961b-cf3ecd49d6c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19008 | 2024.11.06 00:29:20.442561 [ 290 ] {} <Trace> HTTP-Session: 7ab4ae7d-635e-4c1e-961b-cf3ecd49d6c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19009 | 2024.11.06 00:29:20.442755 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38646) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19010 | 2024.11.06 00:29:20.442822 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19011 | 2024.11.06 00:29:20.443174 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19012 | 2024.11.06 00:29:20.443600 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19013 | 2024.11.06 00:29:20.443644 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19014 | 2024.11.06 00:29:20.444084 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 19015 | 2024.11.06 00:29:20.444487 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19016 | 2024.11.06 00:29:20.444664 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001973 sec., 20780.537252914346 rows/sec., 1.53 MiB/sec. | ||
| 19017 | 2024.11.06 00:29:20.444889 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Debug> DynamicQueryHandler: Done processing query | ||
| 19018 | 2024.11.06 00:29:20.444916 [ 290 ] {9ebb46a4-5e32-4dc5-8089-915b911dc257} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 19019 | 2024.11.06 00:29:20.444932 [ 290 ] {} <Debug> HTTP-Session: 7ab4ae7d-635e-4c1e-961b-cf3ecd49d6c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19020 | 2024.11.06 00:29:20.445125 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51793, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19021 | 2024.11.06 00:29:20.445144 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38646, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19022 | 2024.11.06 00:29:20.445224 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19023 | 2024.11.06 00:29:20.445267 [ 289 ] {} <Debug> HTTP-Session: 5293516a-9811-4926-b803-9821158e8ff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51793 | ||
| 19024 | 2024.11.06 00:29:20.445291 [ 289 ] {} <Debug> HTTP-Session: 5293516a-9811-4926-b803-9821158e8ff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19025 | 2024.11.06 00:29:20.445309 [ 289 ] {} <Debug> HTTP-Session: 5293516a-9811-4926-b803-9821158e8ff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19026 | 2024.11.06 00:29:20.445369 [ 289 ] {} <Trace> HTTP-Session: 5293516a-9811-4926-b803-9821158e8ff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19027 | 2024.11.06 00:29:20.445515 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51793) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 19028 | 2024.11.06 00:29:20.445576 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19029 | 2024.11.06 00:29:20.445903 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19030 | 2024.11.06 00:29:20.446282 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19031 | 2024.11.06 00:29:20.446318 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19032 | 2024.11.06 00:29:20.446703 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 19033 | 2024.11.06 00:29:20.447084 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19034 | 2024.11.06 00:29:20.447220 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00175 sec., 8000 rows/sec., 560.27 KiB/sec. | ||
| 19035 | 2024.11.06 00:29:20.447401 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Debug> DynamicQueryHandler: Done processing query | ||
| 19036 | 2024.11.06 00:29:20.447427 [ 289 ] {9afa686b-311f-4295-a0eb-3e64aa665ebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19037 | 2024.11.06 00:29:20.447443 [ 289 ] {} <Debug> HTTP-Session: 5293516a-9811-4926-b803-9821158e8ff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19038 | 2024.11.06 00:29:20.447626 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51793, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19039 | 2024.11.06 00:29:20.447682 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33839, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19040 | 2024.11.06 00:29:20.447771 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19041 | 2024.11.06 00:29:20.447797 [ 290 ] {} <Debug> HTTP-Session: aefdd610-f1e5-4baf-ac57-a1f35f41f53f Authenticating user 'default' from [fd00:1122:3344:101::d]:33839 | ||
| 19042 | 2024.11.06 00:29:20.447820 [ 290 ] {} <Debug> HTTP-Session: aefdd610-f1e5-4baf-ac57-a1f35f41f53f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19043 | 2024.11.06 00:29:20.447837 [ 290 ] {} <Debug> HTTP-Session: aefdd610-f1e5-4baf-ac57-a1f35f41f53f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19044 | 2024.11.06 00:29:20.447886 [ 290 ] {} <Trace> HTTP-Session: aefdd610-f1e5-4baf-ac57-a1f35f41f53f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19045 | 2024.11.06 00:29:20.448024 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33839) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 19046 | 2024.11.06 00:29:20.448083 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19047 | 2024.11.06 00:29:20.448392 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19048 | 2024.11.06 00:29:20.448699 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19049 | 2024.11.06 00:29:20.448737 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19050 | 2024.11.06 00:29:20.449107 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 19051 | 2024.11.06 00:29:20.449486 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19052 | 2024.11.06 00:29:20.449639 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001651 sec., 3634.1611144760755 rows/sec., 214.71 KiB/sec. | ||
| 19053 | 2024.11.06 00:29:20.449830 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Debug> DynamicQueryHandler: Done processing query | ||
| 19054 | 2024.11.06 00:29:20.449855 [ 290 ] {0e357dea-f701-4609-9acf-dee5628ba42c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19055 | 2024.11.06 00:29:20.449871 [ 290 ] {} <Debug> HTTP-Session: aefdd610-f1e5-4baf-ac57-a1f35f41f53f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19056 | 2024.11.06 00:29:20.450137 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19057 | 2024.11.06 00:29:20.450268 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:65319, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19058 | 2024.11.06 00:29:20.450352 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19059 | 2024.11.06 00:29:20.450377 [ 286 ] {} <Debug> HTTP-Session: aee0bfb1-4515-4e50-a419-9ea683dccf4d Authenticating user 'default' from [fd00:1122:3344:101::d]:65319 | ||
| 19060 | 2024.11.06 00:29:20.450399 [ 286 ] {} <Debug> HTTP-Session: aee0bfb1-4515-4e50-a419-9ea683dccf4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19061 | 2024.11.06 00:29:20.450417 [ 286 ] {} <Debug> HTTP-Session: aee0bfb1-4515-4e50-a419-9ea683dccf4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19062 | 2024.11.06 00:29:20.450465 [ 286 ] {} <Trace> HTTP-Session: aee0bfb1-4515-4e50-a419-9ea683dccf4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19063 | 2024.11.06 00:29:20.450791 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:65319) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19064 | 2024.11.06 00:29:20.450851 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19065 | 2024.11.06 00:29:20.451175 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19066 | 2024.11.06 00:29:20.451834 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19067 | 2024.11.06 00:29:20.451871 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19068 | 2024.11.06 00:29:20.452269 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 19069 | 2024.11.06 00:29:20.452646 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19070 | 2024.11.06 00:29:20.452779 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00216 sec., 195833.33333333334 rows/sec., 14.00 MiB/sec. | ||
| 19071 | 2024.11.06 00:29:20.452976 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 19072 | 2024.11.06 00:29:20.453002 [ 286 ] {cbcae7e3-0713-435a-9a90-99b19d3a00c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 19073 | 2024.11.06 00:29:20.453018 [ 286 ] {} <Debug> HTTP-Session: aee0bfb1-4515-4e50-a419-9ea683dccf4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19074 | 2024.11.06 00:29:20.453258 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33839, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19075 | 2024.11.06 00:29:20.453276 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:65319, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19076 | 2024.11.06 00:29:20.453348 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19077 | 2024.11.06 00:29:20.453393 [ 290 ] {} <Debug> HTTP-Session: 34b20aa9-2018-4906-adef-87150f0649d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:33839 | ||
| 19078 | 2024.11.06 00:29:20.453421 [ 290 ] {} <Debug> HTTP-Session: 34b20aa9-2018-4906-adef-87150f0649d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19079 | 2024.11.06 00:29:20.453451 [ 290 ] {} <Debug> HTTP-Session: 34b20aa9-2018-4906-adef-87150f0649d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19080 | 2024.11.06 00:29:20.453498 [ 290 ] {} <Trace> HTTP-Session: 34b20aa9-2018-4906-adef-87150f0649d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19081 | 2024.11.06 00:29:20.453634 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33839) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 19082 | 2024.11.06 00:29:20.453693 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19083 | 2024.11.06 00:29:20.453885 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19084 | 2024.11.06 00:29:20.454214 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19085 | 2024.11.06 00:29:20.454258 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19086 | 2024.11.06 00:29:20.454627 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 19087 | 2024.11.06 00:29:20.454959 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19088 | 2024.11.06 00:29:20.455114 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001513 sec., 3965.6311962987443 rows/sec., 207.19 KiB/sec. | ||
| 19089 | 2024.11.06 00:29:20.455293 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 19090 | 2024.11.06 00:29:20.455317 [ 290 ] {8ad9d2aa-4b7c-433c-afc6-baec7aa2b3fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 19091 | 2024.11.06 00:29:20.455334 [ 290 ] {} <Debug> HTTP-Session: 34b20aa9-2018-4906-adef-87150f0649d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19092 | 2024.11.06 00:29:20.455554 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33839, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19093 | 2024.11.06 00:29:20.455628 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:39109, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19094 | 2024.11.06 00:29:20.455704 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19095 | 2024.11.06 00:29:20.455730 [ 286 ] {} <Debug> HTTP-Session: 2bc86dc0-89fa-4d39-81ae-7ecd019612ee Authenticating user 'default' from [fd00:1122:3344:101::d]:39109 | ||
| 19096 | 2024.11.06 00:29:20.455751 [ 286 ] {} <Debug> HTTP-Session: 2bc86dc0-89fa-4d39-81ae-7ecd019612ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19097 | 2024.11.06 00:29:20.455768 [ 286 ] {} <Debug> HTTP-Session: 2bc86dc0-89fa-4d39-81ae-7ecd019612ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19098 | 2024.11.06 00:29:20.455815 [ 286 ] {} <Trace> HTTP-Session: 2bc86dc0-89fa-4d39-81ae-7ecd019612ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19099 | 2024.11.06 00:29:20.456049 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:39109) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19100 | 2024.11.06 00:29:20.456112 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19101 | 2024.11.06 00:29:20.456320 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19102 | 2024.11.06 00:29:20.456882 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19103 | 2024.11.06 00:29:20.456918 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19104 | 2024.11.06 00:29:20.457324 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 19105 | 2024.11.06 00:29:20.457670 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19106 | 2024.11.06 00:29:20.457796 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001867 sec., 126941.61756829137 rows/sec., 8.51 MiB/sec. | ||
| 19107 | 2024.11.06 00:29:20.457976 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Debug> DynamicQueryHandler: Done processing query | ||
| 19108 | 2024.11.06 00:29:20.458001 [ 286 ] {1e769796-4482-4e90-baab-ecce64aa643c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 19109 | 2024.11.06 00:29:20.458016 [ 286 ] {} <Debug> HTTP-Session: 2bc86dc0-89fa-4d39-81ae-7ecd019612ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19110 | 2024.11.06 00:29:20.458197 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39109, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19111 | 2024.11.06 00:29:20.458259 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53747, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19112 | 2024.11.06 00:29:20.458342 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19113 | 2024.11.06 00:29:20.458367 [ 290 ] {} <Debug> HTTP-Session: 050ff68c-a1e0-46f5-a2fb-3689815f03b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53747 | ||
| 19114 | 2024.11.06 00:29:20.458389 [ 290 ] {} <Debug> HTTP-Session: 050ff68c-a1e0-46f5-a2fb-3689815f03b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19115 | 2024.11.06 00:29:20.458406 [ 290 ] {} <Debug> HTTP-Session: 050ff68c-a1e0-46f5-a2fb-3689815f03b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19116 | 2024.11.06 00:29:20.458450 [ 290 ] {} <Trace> HTTP-Session: 050ff68c-a1e0-46f5-a2fb-3689815f03b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19117 | 2024.11.06 00:29:20.458575 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53747) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 19118 | 2024.11.06 00:29:20.458631 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19119 | 2024.11.06 00:29:20.458822 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19120 | 2024.11.06 00:29:20.459138 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19121 | 2024.11.06 00:29:20.459181 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19122 | 2024.11.06 00:29:20.459556 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 19123 | 2024.11.06 00:29:20.459885 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19124 | 2024.11.06 00:29:20.460035 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001493 sec., 669.7923643670463 rows/sec., 45.13 KiB/sec. | ||
| 19125 | 2024.11.06 00:29:20.460211 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Debug> DynamicQueryHandler: Done processing query | ||
| 19126 | 2024.11.06 00:29:20.460235 [ 290 ] {e4772458-2652-49bc-ae94-369e3ddf753c} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 19127 | 2024.11.06 00:29:20.460251 [ 290 ] {} <Debug> HTTP-Session: 050ff68c-a1e0-46f5-a2fb-3689815f03b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19128 | 2024.11.06 00:29:20.460451 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19129 | 2024.11.06 00:29:20.460565 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43376, User-Agent: (none), Length: 69034, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19130 | 2024.11.06 00:29:20.460634 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19131 | 2024.11.06 00:29:20.460657 [ 286 ] {} <Debug> HTTP-Session: 85d3a30e-fe85-4ae1-96fe-e2a2c1de348c Authenticating user 'default' from [fd00:1122:3344:101::d]:43376 | ||
| 19132 | 2024.11.06 00:29:20.460680 [ 286 ] {} <Debug> HTTP-Session: 85d3a30e-fe85-4ae1-96fe-e2a2c1de348c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19133 | 2024.11.06 00:29:20.460697 [ 286 ] {} <Debug> HTTP-Session: 85d3a30e-fe85-4ae1-96fe-e2a2c1de348c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19134 | 2024.11.06 00:29:20.460741 [ 286 ] {} <Trace> HTTP-Session: 85d3a30e-fe85-4ae1-96fe-e2a2c1de348c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19135 | 2024.11.06 00:29:20.461231 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43376) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19136 | 2024.11.06 00:29:20.461318 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <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 | ||
| 19137 | 2024.11.06 00:29:20.461816 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19138 | 2024.11.06 00:29:20.462871 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19139 | 2024.11.06 00:29:20.462907 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19140 | 2024.11.06 00:29:20.463608 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 19141 | 2024.11.06 00:29:20.464051 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19142 | 2024.11.06 00:29:20.464208 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003347 sec., 12249.775918733194 rows/sec., 21.95 MiB/sec. | ||
| 19143 | 2024.11.06 00:29:20.464717 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <Debug> DynamicQueryHandler: Done processing query | ||
| 19144 | 2024.11.06 00:29:20.464743 [ 286 ] {988d5617-e13d-4ec0-9b4c-13f7be624043} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 19145 | 2024.11.06 00:29:20.464759 [ 286 ] {} <Debug> HTTP-Session: 85d3a30e-fe85-4ae1-96fe-e2a2c1de348c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19146 | 2024.11.06 00:29:20.464940 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43376, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19147 | 2024.11.06 00:29:20.464971 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53747, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19148 | 2024.11.06 00:29:20.465048 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19149 | 2024.11.06 00:29:20.465081 [ 290 ] {} <Debug> HTTP-Session: 39ca8cdb-778b-460d-b495-2d8db5651ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:53747 | ||
| 19150 | 2024.11.06 00:29:20.465107 [ 290 ] {} <Debug> HTTP-Session: 39ca8cdb-778b-460d-b495-2d8db5651ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19151 | 2024.11.06 00:29:20.465126 [ 290 ] {} <Debug> HTTP-Session: 39ca8cdb-778b-460d-b495-2d8db5651ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19152 | 2024.11.06 00:29:20.465169 [ 290 ] {} <Trace> HTTP-Session: 39ca8cdb-778b-460d-b495-2d8db5651ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19153 | 2024.11.06 00:29:20.465320 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53747) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19154 | 2024.11.06 00:29:20.465367 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19155 | 2024.11.06 00:29:20.465512 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19156 | 2024.11.06 00:29:20.465824 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19157 | 2024.11.06 00:29:20.465859 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19158 | 2024.11.06 00:29:20.466236 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 19159 | 2024.11.06 00:29:20.466589 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19160 | 2024.11.06 00:29:20.466713 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
| 19161 | 2024.11.06 00:29:20.466943 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 19162 | 2024.11.06 00:29:20.466984 [ 290 ] {2c9a2031-40bb-4603-8606-0abd98a901cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19163 | 2024.11.06 00:29:20.467052 [ 290 ] {} <Debug> HTTP-Session: 39ca8cdb-778b-460d-b495-2d8db5651ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19164 | 2024.11.06 00:29:20.467446 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53747, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19165 | 2024.11.06 00:29:20.474798 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58245, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19166 | 2024.11.06 00:29:20.498563 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41693, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19167 | 2024.11.06 00:29:20.644902 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:65370, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19168 | 2024.11.06 00:29:20.714343 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51098, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19169 | 2024.11.06 00:29:20.794549 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:54734, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19170 | 2024.11.06 00:29:20.878501 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:60625, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19171 | 2024.11.06 00:29:20.972203 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:63016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19172 | 2024.11.06 00:29:20.976442 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:41136, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19173 | 2024.11.06 00:29:20.979863 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:39792, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19174 | 2024.11.06 00:29:20.986099 [ 305 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:57477, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19175 | 2024.11.06 00:29:21.001219 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.04 MiB, peak 200.36 MiB, free memory in arenas 0.00 B, will set to 188.88 MiB (RSS), difference: -1.16 MiB | ||
| 19176 | 2024.11.06 00:29:21.049561 [ 304 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:34412, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19177 | 2024.11.06 00:29:21.139393 [ 36 ] {} <Debug> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Selected 5 parts from all_1_29_7 to all_33_33_0 | ||
| 19178 | 2024.11.06 00:29:21.139490 [ 36 ] {} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19179 | 2024.11.06 00:29:21.139536 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19180 | 2024.11.06 00:29:21.139822 [ 198 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 19181 | 2024.11.06 00:29:21.140393 [ 198 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_33_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19182 | 2024.11.06 00:29:21.140444 [ 198 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 19183 | 2024.11.06 00:29:21.140527 [ 198 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 2 rows starting from the beginning of the part | ||
| 19184 | 2024.11.06 00:29:21.140833 [ 198 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part | ||
| 19185 | 2024.11.06 00:29:21.140996 [ 198 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::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 | ||
| 19186 | 2024.11.06 00:29:21.141110 [ 198 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_33_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part | ||
| 19187 | 2024.11.06 00:29:21.142348 [ 193 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_33_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.00268796 sec., 13393.056444292326 rows/sec., 1.12 MiB/sec. | ||
| 19188 | 2024.11.06 00:29:21.142520 [ 194 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_33_8} <Trace> MergedBlockOutputStream: filled checksums all_1_33_8 (state Temporary) | ||
| 19189 | 2024.11.06 00:29:21.143023 [ 194 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_33_8} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_merge_all_1_33_8 to all_1_33_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19190 | 2024.11.06 00:29:21.143121 [ 194 ] {ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43::all_1_33_8} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43) (MergerMutator): Merged 5 parts: [all_1_29_7, all_33_33_0] -> all_1_33_8 | ||
| 19191 | 2024.11.06 00:29:21.143217 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 19192 | 2024.11.06 00:29:21.182399 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:59764, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19193 | 2024.11.06 00:29:21.225026 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55361, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19194 | 2024.11.06 00:29:21.243340 [ 283 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37570, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19195 | 2024.11.06 00:29:21.278806 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:46439, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19196 | 2024.11.06 00:29:21.506461 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53230, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19197 | 2024.11.06 00:29:21.526778 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47637, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19198 | 2024.11.06 00:29:21.550063 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:37738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19199 | 2024.11.06 00:29:22.285579 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1702 | ||
| 19200 | 2024.11.06 00:29:22.288424 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19201 | 2024.11.06 00:29:22.288472 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19202 | 2024.11.06 00:29:22.290076 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 19203 | 2024.11.06 00:29:22.291142 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19204 | 2024.11.06 00:29:22.293536 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1702 | ||
| 19205 | 2024.11.06 00:29:25.432673 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45055, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19206 | 2024.11.06 00:29:25.432800 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19207 | 2024.11.06 00:29:25.432824 [ 288 ] {} <Debug> HTTP-Session: 06acc135-a38a-4f1e-ac16-dac796fb5fe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:45055 | ||
| 19208 | 2024.11.06 00:29:25.432847 [ 288 ] {} <Debug> HTTP-Session: 06acc135-a38a-4f1e-ac16-dac796fb5fe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19209 | 2024.11.06 00:29:25.432861 [ 288 ] {} <Debug> HTTP-Session: 06acc135-a38a-4f1e-ac16-dac796fb5fe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19210 | 2024.11.06 00:29:25.432913 [ 288 ] {} <Trace> HTTP-Session: 06acc135-a38a-4f1e-ac16-dac796fb5fe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19211 | 2024.11.06 00:29:25.433092 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45055) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 19212 | 2024.11.06 00:29:25.433160 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19213 | 2024.11.06 00:29:25.433502 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19214 | 2024.11.06 00:29:25.433905 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19215 | 2024.11.06 00:29:25.433945 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19216 | 2024.11.06 00:29:25.434345 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 19217 | 2024.11.06 00:29:25.434735 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19218 | 2024.11.06 00:29:25.434894 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001855 sec., 1078.167115902965 rows/sec., 87.92 KiB/sec. | ||
| 19219 | 2024.11.06 00:29:25.435277 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Debug> DynamicQueryHandler: Done processing query | ||
| 19220 | 2024.11.06 00:29:25.435364 [ 288 ] {92afa8a1-8b1b-4b17-9b6b-219fc8260382} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19221 | 2024.11.06 00:29:25.435451 [ 288 ] {} <Debug> HTTP-Session: 06acc135-a38a-4f1e-ac16-dac796fb5fe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19222 | 2024.11.06 00:29:25.435848 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45055, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19223 | 2024.11.06 00:29:25.436089 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64535, User-Agent: (none), Length: 7946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19224 | 2024.11.06 00:29:25.436290 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19225 | 2024.11.06 00:29:25.436318 [ 306 ] {} <Debug> HTTP-Session: b3b6008c-e900-4151-a8b1-aed45d3ba032 Authenticating user 'default' from [fd00:1122:3344:101::d]:64535 | ||
| 19226 | 2024.11.06 00:29:25.436342 [ 306 ] {} <Debug> HTTP-Session: b3b6008c-e900-4151-a8b1-aed45d3ba032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19227 | 2024.11.06 00:29:25.436357 [ 306 ] {} <Debug> HTTP-Session: b3b6008c-e900-4151-a8b1-aed45d3ba032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19228 | 2024.11.06 00:29:25.436411 [ 306 ] {} <Trace> HTTP-Session: b3b6008c-e900-4151-a8b1-aed45d3ba032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19229 | 2024.11.06 00:29:25.436625 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64535) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19230 | 2024.11.06 00:29:25.436711 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19231 | 2024.11.06 00:29:25.437868 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19232 | 2024.11.06 00:29:25.438497 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19233 | 2024.11.06 00:29:25.438539 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19234 | 2024.11.06 00:29:25.438982 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 19235 | 2024.11.06 00:29:25.439395 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19236 | 2024.11.06 00:29:25.439544 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.003001 sec., 18993.66877707431 rows/sec., 1.45 MiB/sec. | ||
| 19237 | 2024.11.06 00:29:25.439850 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Debug> DynamicQueryHandler: Done processing query | ||
| 19238 | 2024.11.06 00:29:25.439919 [ 306 ] {885d718d-926a-48ad-b37c-4be65045a193} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 19239 | 2024.11.06 00:29:25.439981 [ 306 ] {} <Debug> HTTP-Session: b3b6008c-e900-4151-a8b1-aed45d3ba032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19240 | 2024.11.06 00:29:25.440192 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:64535, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19241 | 2024.11.06 00:29:25.440273 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:54028, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19242 | 2024.11.06 00:29:25.440348 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19243 | 2024.11.06 00:29:25.440378 [ 288 ] {} <Debug> HTTP-Session: 3c020da0-471e-4868-8087-d3f2d1c19dd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:54028 | ||
| 19244 | 2024.11.06 00:29:25.440400 [ 288 ] {} <Debug> HTTP-Session: 3c020da0-471e-4868-8087-d3f2d1c19dd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19245 | 2024.11.06 00:29:25.440417 [ 288 ] {} <Debug> HTTP-Session: 3c020da0-471e-4868-8087-d3f2d1c19dd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19246 | 2024.11.06 00:29:25.440462 [ 288 ] {} <Trace> HTTP-Session: 3c020da0-471e-4868-8087-d3f2d1c19dd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19247 | 2024.11.06 00:29:25.440584 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:54028) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19248 | 2024.11.06 00:29:25.440637 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19249 | 2024.11.06 00:29:25.440943 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19250 | 2024.11.06 00:29:25.441361 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19251 | 2024.11.06 00:29:25.441404 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19252 | 2024.11.06 00:29:25.441764 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 19253 | 2024.11.06 00:29:25.442140 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19254 | 2024.11.06 00:29:25.442307 [ 28 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 19255 | 2024.11.06 00:29:25.442309 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001748 sec., 1144.1647597254005 rows/sec., 79.89 KiB/sec. | ||
| 19256 | 2024.11.06 00:29:25.442370 [ 28 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19257 | 2024.11.06 00:29:25.442448 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19258 | 2024.11.06 00:29:25.442616 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
| 19259 | 2024.11.06 00:29:25.442669 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 19260 | 2024.11.06 00:29:25.442723 [ 288 ] {1ce027ad-3f2c-4b1f-881b-41319eafd6d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19261 | 2024.11.06 00:29:25.442774 [ 288 ] {} <Debug> HTTP-Session: 3c020da0-471e-4868-8087-d3f2d1c19dd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19262 | 2024.11.06 00:29:25.442872 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19263 | 2024.11.06 00:29:25.442908 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 59 rows starting from the beginning of the part | ||
| 19264 | 2024.11.06 00:29:25.443054 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:54028, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19265 | 2024.11.06 00:29:25.443147 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 2 rows starting from the beginning of the part | ||
| 19266 | 2024.11.06 00:29:25.443186 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57251, User-Agent: (none), Length: 11229, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19267 | 2024.11.06 00:29:25.443400 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19268 | 2024.11.06 00:29:25.443506 [ 306 ] {} <Debug> HTTP-Session: d5f692bf-f3e0-46e4-984d-0f758afd41f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:57251 | ||
| 19269 | 2024.11.06 00:29:25.443546 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 41 rows starting from the beginning of the part | ||
| 19270 | 2024.11.06 00:29:25.443562 [ 306 ] {} <Debug> HTTP-Session: d5f692bf-f3e0-46e4-984d-0f758afd41f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19271 | 2024.11.06 00:29:25.443628 [ 306 ] {} <Debug> HTTP-Session: d5f692bf-f3e0-46e4-984d-0f758afd41f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19272 | 2024.11.06 00:29:25.443771 [ 306 ] {} <Trace> HTTP-Session: d5f692bf-f3e0-46e4-984d-0f758afd41f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19273 | 2024.11.06 00:29:25.443897 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 2 rows starting from the beginning of the part | ||
| 19274 | 2024.11.06 00:29:25.444273 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57251) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19275 | 2024.11.06 00:29:25.444290 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 41 rows starting from the beginning of the part | ||
| 19276 | 2024.11.06 00:29:25.444425 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19277 | 2024.11.06 00:29:25.444578 [ 192 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 2 rows starting from the beginning of the part | ||
| 19278 | 2024.11.06 00:29:25.445381 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19279 | 2024.11.06 00:29:25.446080 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19280 | 2024.11.06 00:29:25.446130 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19281 | 2024.11.06 00:29:25.446633 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 147 rows, containing 5 columns (5 merged, 0 gathered) in 0.004081981 sec., 36011.926562127555 rows/sec., 2.75 MiB/sec. | ||
| 19282 | 2024.11.06 00:29:25.446760 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 19283 | 2024.11.06 00:29:25.446894 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 19284 | 2024.11.06 00:29:25.447668 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19285 | 2024.11.06 00:29:25.448009 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.003948 sec., 16717.325227963527 rows/sec., 1.31 MiB/sec. | ||
| 19286 | 2024.11.06 00:29:25.448172 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19287 | 2024.11.06 00:29:25.448362 [ 193 ] {d92e69aa-87f7-4c64-8352-3b4eee70dec9::all_1_75_15} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 19288 | 2024.11.06 00:29:25.448396 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Debug> DynamicQueryHandler: Done processing query | ||
| 19289 | 2024.11.06 00:29:25.448462 [ 306 ] {3a09643f-a2af-4be6-8dc9-6f80185d7539} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19290 | 2024.11.06 00:29:25.448499 [ 306 ] {} <Debug> HTTP-Session: d5f692bf-f3e0-46e4-984d-0f758afd41f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19291 | 2024.11.06 00:29:25.448517 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 19292 | 2024.11.06 00:29:25.448710 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19293 | 2024.11.06 00:29:25.448786 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45462, User-Agent: (none), Length: 30839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19294 | 2024.11.06 00:29:25.448877 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19295 | 2024.11.06 00:29:25.448903 [ 288 ] {} <Debug> HTTP-Session: 6d40c5c6-32e7-4275-b7be-2c7033bc109f Authenticating user 'default' from [fd00:1122:3344:101::d]:45462 | ||
| 19296 | 2024.11.06 00:29:25.448925 [ 288 ] {} <Debug> HTTP-Session: 6d40c5c6-32e7-4275-b7be-2c7033bc109f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19297 | 2024.11.06 00:29:25.448942 [ 288 ] {} <Debug> HTTP-Session: 6d40c5c6-32e7-4275-b7be-2c7033bc109f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19298 | 2024.11.06 00:29:25.448987 [ 288 ] {} <Trace> HTTP-Session: 6d40c5c6-32e7-4275-b7be-2c7033bc109f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19299 | 2024.11.06 00:29:25.449194 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45462) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19300 | 2024.11.06 00:29:25.449256 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19301 | 2024.11.06 00:29:25.449461 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19302 | 2024.11.06 00:29:25.449889 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19303 | 2024.11.06 00:29:25.449924 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19304 | 2024.11.06 00:29:25.450323 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 19305 | 2024.11.06 00:29:25.450676 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19306 | 2024.11.06 00:29:25.450806 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001709 sec., 94207.13867758923 rows/sec., 6.56 MiB/sec. | ||
| 19307 | 2024.11.06 00:29:25.450984 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Debug> DynamicQueryHandler: Done processing query | ||
| 19308 | 2024.11.06 00:29:25.451008 [ 288 ] {88458426-495e-4918-bd5c-61f1652faa55} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 19309 | 2024.11.06 00:29:25.451024 [ 288 ] {} <Debug> HTTP-Session: 6d40c5c6-32e7-4275-b7be-2c7033bc109f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19310 | 2024.11.06 00:29:25.451203 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45462, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19311 | 2024.11.06 00:29:25.451265 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53861, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19312 | 2024.11.06 00:29:25.451349 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19313 | 2024.11.06 00:29:25.451376 [ 306 ] {} <Debug> HTTP-Session: c9a64149-c185-4203-9c10-f0d5f2904362 Authenticating user 'default' from [fd00:1122:3344:101::d]:53861 | ||
| 19314 | 2024.11.06 00:29:25.451397 [ 306 ] {} <Debug> HTTP-Session: c9a64149-c185-4203-9c10-f0d5f2904362 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19315 | 2024.11.06 00:29:25.451417 [ 306 ] {} <Debug> HTTP-Session: c9a64149-c185-4203-9c10-f0d5f2904362 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19316 | 2024.11.06 00:29:25.451469 [ 306 ] {} <Trace> HTTP-Session: c9a64149-c185-4203-9c10-f0d5f2904362 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19317 | 2024.11.06 00:29:25.451618 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53861) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19318 | 2024.11.06 00:29:25.451674 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19319 | 2024.11.06 00:29:25.451845 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19320 | 2024.11.06 00:29:25.452233 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19321 | 2024.11.06 00:29:25.452271 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 19322 | 2024.11.06 00:29:25.452665 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 19323 | 2024.11.06 00:29:25.453040 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19324 | 2024.11.06 00:29:25.453200 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001632 sec., 36764.705882352944 rows/sec., 2.48 MiB/sec. | ||
| 19325 | 2024.11.06 00:29:25.453477 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Debug> DynamicQueryHandler: Done processing query | ||
| 19326 | 2024.11.06 00:29:25.453512 [ 306 ] {4ea2ea93-f6df-46f1-909b-385428875892} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19327 | 2024.11.06 00:29:25.453563 [ 306 ] {} <Debug> HTTP-Session: c9a64149-c185-4203-9c10-f0d5f2904362 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19328 | 2024.11.06 00:29:25.454276 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53861, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19329 | 2024.11.06 00:29:26.741479 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19330 | 2024.11.06 00:29:26.741531 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19331 | 2024.11.06 00:29:30.432722 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41924, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19332 | 2024.11.06 00:29:30.432876 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19333 | 2024.11.06 00:29:30.432905 [ 288 ] {} <Debug> HTTP-Session: 48e2e1e2-ec29-46bc-8cba-4ead44b0898e Authenticating user 'default' from [fd00:1122:3344:101::d]:41924 | ||
| 19334 | 2024.11.06 00:29:30.432933 [ 288 ] {} <Debug> HTTP-Session: 48e2e1e2-ec29-46bc-8cba-4ead44b0898e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19335 | 2024.11.06 00:29:30.432951 [ 288 ] {} <Debug> HTTP-Session: 48e2e1e2-ec29-46bc-8cba-4ead44b0898e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19336 | 2024.11.06 00:29:30.433009 [ 288 ] {} <Trace> HTTP-Session: 48e2e1e2-ec29-46bc-8cba-4ead44b0898e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19337 | 2024.11.06 00:29:30.433228 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41924) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19338 | 2024.11.06 00:29:30.433303 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19339 | 2024.11.06 00:29:30.433670 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19340 | 2024.11.06 00:29:30.434231 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19341 | 2024.11.06 00:29:30.434268 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19342 | 2024.11.06 00:29:30.434684 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 19343 | 2024.11.06 00:29:30.435078 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19344 | 2024.11.06 00:29:30.435226 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002075 sec., 26987.951807228914 rows/sec., 2.06 MiB/sec. | ||
| 19345 | 2024.11.06 00:29:30.435446 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Debug> DynamicQueryHandler: Done processing query | ||
| 19346 | 2024.11.06 00:29:30.435473 [ 288 ] {4183eca8-1870-454d-b3f6-b381801fef80} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 19347 | 2024.11.06 00:29:30.435489 [ 288 ] {} <Debug> HTTP-Session: 48e2e1e2-ec29-46bc-8cba-4ead44b0898e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19348 | 2024.11.06 00:29:30.435763 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19349 | 2024.11.06 00:29:30.435794 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33392, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19350 | 2024.11.06 00:29:30.435928 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19351 | 2024.11.06 00:29:30.435952 [ 306 ] {} <Debug> HTTP-Session: 02a856ba-cb69-4d7e-8d1b-77f1053c199f Authenticating user 'default' from [fd00:1122:3344:101::d]:33392 | ||
| 19352 | 2024.11.06 00:29:30.435976 [ 306 ] {} <Debug> HTTP-Session: 02a856ba-cb69-4d7e-8d1b-77f1053c199f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19353 | 2024.11.06 00:29:30.435989 [ 306 ] {} <Debug> HTTP-Session: 02a856ba-cb69-4d7e-8d1b-77f1053c199f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19354 | 2024.11.06 00:29:30.436043 [ 306 ] {} <Trace> HTTP-Session: 02a856ba-cb69-4d7e-8d1b-77f1053c199f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19355 | 2024.11.06 00:29:30.436252 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33392) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19356 | 2024.11.06 00:29:30.436322 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19357 | 2024.11.06 00:29:30.436681 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19358 | 2024.11.06 00:29:30.437136 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19359 | 2024.11.06 00:29:30.437184 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19360 | 2024.11.06 00:29:30.437619 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 19361 | 2024.11.06 00:29:30.438016 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19362 | 2024.11.06 00:29:30.438195 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002017 sec., 31730.292513634107 rows/sec., 2.48 MiB/sec. | ||
| 19363 | 2024.11.06 00:29:30.438426 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Debug> DynamicQueryHandler: Done processing query | ||
| 19364 | 2024.11.06 00:29:30.438452 [ 306 ] {5275051b-a0cf-4fd5-8f60-2185b7884420} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19365 | 2024.11.06 00:29:30.438468 [ 306 ] {} <Debug> HTTP-Session: 02a856ba-cb69-4d7e-8d1b-77f1053c199f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19366 | 2024.11.06 00:29:30.438669 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19367 | 2024.11.06 00:29:30.438723 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:41924, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19368 | 2024.11.06 00:29:30.438797 [ 288 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19369 | 2024.11.06 00:29:30.438821 [ 288 ] {} <Debug> HTTP-Session: 0095bc3e-cb77-4b83-94f9-a197e4dd9190 Authenticating user 'default' from [fd00:1122:3344:101::d]:41924 | ||
| 19370 | 2024.11.06 00:29:30.438841 [ 288 ] {} <Debug> HTTP-Session: 0095bc3e-cb77-4b83-94f9-a197e4dd9190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19371 | 2024.11.06 00:29:30.438858 [ 288 ] {} <Debug> HTTP-Session: 0095bc3e-cb77-4b83-94f9-a197e4dd9190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19372 | 2024.11.06 00:29:30.438904 [ 288 ] {} <Trace> HTTP-Session: 0095bc3e-cb77-4b83-94f9-a197e4dd9190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19373 | 2024.11.06 00:29:30.439098 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:41924) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19374 | 2024.11.06 00:29:30.439159 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19375 | 2024.11.06 00:29:30.439371 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19376 | 2024.11.06 00:29:30.439821 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19377 | 2024.11.06 00:29:30.439857 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19378 | 2024.11.06 00:29:30.440257 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 19379 | 2024.11.06 00:29:30.440608 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19380 | 2024.11.06 00:29:30.440737 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001729 sec., 92539.03990746096 rows/sec., 6.45 MiB/sec. | ||
| 19381 | 2024.11.06 00:29:30.440911 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 19382 | 2024.11.06 00:29:30.440934 [ 288 ] {2b1b4276-4e19-46e6-b98c-b4c23efa8b8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 19383 | 2024.11.06 00:29:30.440950 [ 288 ] {} <Debug> HTTP-Session: 0095bc3e-cb77-4b83-94f9-a197e4dd9190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19384 | 2024.11.06 00:29:30.441132 [ 288 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:41924, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19385 | 2024.11.06 00:29:30.441151 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33392, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19386 | 2024.11.06 00:29:30.441228 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19387 | 2024.11.06 00:29:30.441254 [ 306 ] {} <Debug> HTTP-Session: 8e3c8b28-9af8-4556-a654-5d02f74d64c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:33392 | ||
| 19388 | 2024.11.06 00:29:30.441277 [ 306 ] {} <Debug> HTTP-Session: 8e3c8b28-9af8-4556-a654-5d02f74d64c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19389 | 2024.11.06 00:29:30.441295 [ 306 ] {} <Debug> HTTP-Session: 8e3c8b28-9af8-4556-a654-5d02f74d64c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19390 | 2024.11.06 00:29:30.441337 [ 306 ] {} <Trace> HTTP-Session: 8e3c8b28-9af8-4556-a654-5d02f74d64c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19391 | 2024.11.06 00:29:30.441476 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33392) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19392 | 2024.11.06 00:29:30.441530 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19393 | 2024.11.06 00:29:30.441699 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19394 | 2024.11.06 00:29:30.442028 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19395 | 2024.11.06 00:29:30.442065 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19396 | 2024.11.06 00:29:30.442454 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 19397 | 2024.11.06 00:29:30.442794 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19398 | 2024.11.06 00:29:30.442956 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 19399 | 2024.11.06 00:29:30.443151 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Debug> DynamicQueryHandler: Done processing query | ||
| 19400 | 2024.11.06 00:29:30.443192 [ 306 ] {e6f2a916-3f66-42cf-9d65-39e84149535b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19401 | 2024.11.06 00:29:30.443225 [ 306 ] {} <Debug> HTTP-Session: 8e3c8b28-9af8-4556-a654-5d02f74d64c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19402 | 2024.11.06 00:29:30.443731 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33392, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19403 | 2024.11.06 00:29:32.294560 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1722 | ||
| 19404 | 2024.11.06 00:29:32.297243 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19405 | 2024.11.06 00:29:32.297286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19406 | 2024.11.06 00:29:32.298891 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 19407 | 2024.11.06 00:29:32.299946 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19408 | 2024.11.06 00:29:32.300180 [ 73 ] {} <Debug> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 19409 | 2024.11.06 00:29:32.300298 [ 73 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19410 | 2024.11.06 00:29:32.300358 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19411 | 2024.11.06 00:29:32.300827 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::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 | ||
| 19412 | 2024.11.06 00:29:32.301307 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1722 | ||
| 19413 | 2024.11.06 00:29:32.302101 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19414 | 2024.11.06 00:29:32.302302 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1594 rows starting from the beginning of the part | ||
| 19415 | 2024.11.06 00:29:32.302966 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 28 rows starting from the beginning of the part | ||
| 19416 | 2024.11.06 00:29:32.303641 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 20 rows starting from the beginning of the part | ||
| 19417 | 2024.11.06 00:29:32.304316 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part | ||
| 19418 | 2024.11.06 00:29:32.304801 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 28 rows starting from the beginning of the part | ||
| 19419 | 2024.11.06 00:29:32.305293 [ 191 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 20 rows starting from the beginning of the part | ||
| 19420 | 2024.11.06 00:29:32.314445 [ 186 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1722 rows, containing 72 columns (72 merged, 0 gathered) in 0.013911923 sec., 123778.71844172801 rows/sec., 80.51 MiB/sec. | ||
| 19421 | 2024.11.06 00:29:32.316484 [ 201 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 19422 | 2024.11.06 00:29:32.318242 [ 201 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19423 | 2024.11.06 00:29:32.318339 [ 201 ] {0c5c9822-d376-4309-92fa-c58a32c1847e::all_1_61_12} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 19424 | 2024.11.06 00:29:32.318687 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 19425 | 2024.11.06 00:29:35.438897 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:33016, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19426 | 2024.11.06 00:29:35.439032 [ 289 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19427 | 2024.11.06 00:29:35.439060 [ 289 ] {} <Debug> HTTP-Session: e5f2bbb2-5533-4a77-928a-3ed2121b0198 Authenticating user 'default' from [fd00:1122:3344:101::d]:33016 | ||
| 19428 | 2024.11.06 00:29:35.439085 [ 289 ] {} <Debug> HTTP-Session: e5f2bbb2-5533-4a77-928a-3ed2121b0198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19429 | 2024.11.06 00:29:35.439099 [ 289 ] {} <Debug> HTTP-Session: e5f2bbb2-5533-4a77-928a-3ed2121b0198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19430 | 2024.11.06 00:29:35.439153 [ 289 ] {} <Trace> HTTP-Session: e5f2bbb2-5533-4a77-928a-3ed2121b0198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19431 | 2024.11.06 00:29:35.439421 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:33016) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19432 | 2024.11.06 00:29:35.439492 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19433 | 2024.11.06 00:29:35.439836 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19434 | 2024.11.06 00:29:35.440486 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19435 | 2024.11.06 00:29:35.440532 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19436 | 2024.11.06 00:29:35.440995 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 19437 | 2024.11.06 00:29:35.441402 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19438 | 2024.11.06 00:29:35.441590 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002288 sec., 118444.05594405594 rows/sec., 10.52 MiB/sec. | ||
| 19439 | 2024.11.06 00:29:35.441612 [ 105 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 19440 | 2024.11.06 00:29:35.441723 [ 105 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19441 | 2024.11.06 00:29:35.441778 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19442 | 2024.11.06 00:29:35.441933 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Debug> DynamicQueryHandler: Done processing query | ||
| 19443 | 2024.11.06 00:29:35.441950 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 19444 | 2024.11.06 00:29:35.441969 [ 289 ] {3badc2d9-0a01-4c0f-a247-e9eb8411b682} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 19445 | 2024.11.06 00:29:35.442032 [ 289 ] {} <Debug> HTTP-Session: e5f2bbb2-5533-4a77-928a-3ed2121b0198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19446 | 2024.11.06 00:29:35.442186 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19447 | 2024.11.06 00:29:35.442227 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1420 rows starting from the beginning of the part | ||
| 19448 | 2024.11.06 00:29:35.442333 [ 289 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:33016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19449 | 2024.11.06 00:29:35.442533 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:45224, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19450 | 2024.11.06 00:29:35.442632 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 56 rows starting from the beginning of the part | ||
| 19451 | 2024.11.06 00:29:35.442781 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19452 | 2024.11.06 00:29:35.442793 [ 289 ] {} <Error> ServerErrorHandler: Poco::Exception. Code: 1000, e.code() = 22, Invalid argument, Stack trace (when copying this message, always include the lines below): | ||
| 19453 | |||
| 19454 | (version 23.8.7.1) | ||
| 19455 | 2024.11.06 00:29:35.442881 [ 306 ] {} <Debug> HTTP-Session: bcda7ecc-fb30-48fa-ac1e-107caf14b9ec Authenticating user 'default' from [fd00:1122:3344:101::d]:45224 | ||
| 19456 | 2024.11.06 00:29:35.442984 [ 306 ] {} <Debug> HTTP-Session: bcda7ecc-fb30-48fa-ac1e-107caf14b9ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19457 | 2024.11.06 00:29:35.443015 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 271 rows starting from the beginning of the part | ||
| 19458 | 2024.11.06 00:29:35.443022 [ 306 ] {} <Debug> HTTP-Session: bcda7ecc-fb30-48fa-ac1e-107caf14b9ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19459 | 2024.11.06 00:29:35.443199 [ 306 ] {} <Trace> HTTP-Session: bcda7ecc-fb30-48fa-ac1e-107caf14b9ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19460 | 2024.11.06 00:29:35.443310 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 57 rows starting from the beginning of the part | ||
| 19461 | 2024.11.06 00:29:35.443596 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part | ||
| 19462 | 2024.11.06 00:29:35.443670 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45224) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19463 | 2024.11.06 00:29:35.443855 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19464 | 2024.11.06 00:29:35.443858 [ 187 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 271 rows starting from the beginning of the part | ||
| 19465 | 2024.11.06 00:29:35.444992 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19466 | 2024.11.06 00:29:35.446103 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19467 | 2024.11.06 00:29:35.446188 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19468 | 2024.11.06 00:29:35.447014 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 19469 | 2024.11.06 00:29:35.447379 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2131 rows, containing 5 columns (5 merged, 0 gathered) in 0.005497014 sec., 387665.0123139581 rows/sec., 34.16 MiB/sec. | ||
| 19470 | 2024.11.06 00:29:35.447727 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 19471 | 2024.11.06 00:29:35.447878 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19472 | 2024.11.06 00:29:35.448236 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.004716 sec., 8693.808312128924 rows/sec., 653.73 KiB/sec. | ||
| 19473 | 2024.11.06 00:29:35.448786 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Debug> DynamicQueryHandler: Done processing query | ||
| 19474 | 2024.11.06 00:29:35.448855 [ 306 ] {4f83ee4a-ac1e-429a-a02f-554f3af8568a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 19475 | 2024.11.06 00:29:35.448888 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19476 | 2024.11.06 00:29:35.448897 [ 306 ] {} <Debug> HTTP-Session: bcda7ecc-fb30-48fa-ac1e-107caf14b9ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19477 | 2024.11.06 00:29:35.449036 [ 201 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_121_24} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 19478 | 2024.11.06 00:29:35.449153 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 19479 | 2024.11.06 00:29:35.449204 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:45224, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19480 | 2024.11.06 00:29:35.449241 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57679, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19481 | 2024.11.06 00:29:35.449310 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19482 | 2024.11.06 00:29:35.449332 [ 290 ] {} <Debug> HTTP-Session: db043edc-de12-4405-9385-ec27bcbe3056 Authenticating user 'default' from [fd00:1122:3344:101::d]:57679 | ||
| 19483 | 2024.11.06 00:29:35.449351 [ 290 ] {} <Debug> HTTP-Session: db043edc-de12-4405-9385-ec27bcbe3056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19484 | 2024.11.06 00:29:35.449366 [ 290 ] {} <Debug> HTTP-Session: db043edc-de12-4405-9385-ec27bcbe3056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19485 | 2024.11.06 00:29:35.449402 [ 290 ] {} <Trace> HTTP-Session: db043edc-de12-4405-9385-ec27bcbe3056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19486 | 2024.11.06 00:29:35.449521 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57679) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 19487 | 2024.11.06 00:29:35.449570 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19488 | 2024.11.06 00:29:35.449836 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19489 | 2024.11.06 00:29:35.450186 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19490 | 2024.11.06 00:29:35.450224 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19491 | 2024.11.06 00:29:35.450610 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 19492 | 2024.11.06 00:29:35.450991 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19493 | 2024.11.06 00:29:35.451157 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001663 sec., 8418.52074564041 rows/sec., 589.58 KiB/sec. | ||
| 19494 | 2024.11.06 00:29:35.451344 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Debug> DynamicQueryHandler: Done processing query | ||
| 19495 | 2024.11.06 00:29:35.451368 [ 290 ] {667d662c-e820-40c1-8c59-7188f4efe3f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19496 | 2024.11.06 00:29:35.451385 [ 290 ] {} <Debug> HTTP-Session: db043edc-de12-4405-9385-ec27bcbe3056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19497 | 2024.11.06 00:29:35.451572 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57679, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19498 | 2024.11.06 00:29:35.451654 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51023, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19499 | 2024.11.06 00:29:35.451710 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19500 | 2024.11.06 00:29:35.451732 [ 306 ] {} <Debug> HTTP-Session: e8640661-4058-4543-8ab1-fdb8f100d28d Authenticating user 'default' from [fd00:1122:3344:101::d]:51023 | ||
| 19501 | 2024.11.06 00:29:35.451749 [ 306 ] {} <Debug> HTTP-Session: e8640661-4058-4543-8ab1-fdb8f100d28d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19502 | 2024.11.06 00:29:35.451763 [ 306 ] {} <Debug> HTTP-Session: e8640661-4058-4543-8ab1-fdb8f100d28d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19503 | 2024.11.06 00:29:35.451796 [ 306 ] {} <Trace> HTTP-Session: e8640661-4058-4543-8ab1-fdb8f100d28d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19504 | 2024.11.06 00:29:35.451899 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51023) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 19505 | 2024.11.06 00:29:35.451944 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19506 | 2024.11.06 00:29:35.452186 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19507 | 2024.11.06 00:29:35.452525 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19508 | 2024.11.06 00:29:35.452563 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19509 | 2024.11.06 00:29:35.452922 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 19510 | 2024.11.06 00:29:35.453333 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19511 | 2024.11.06 00:29:35.453510 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001626 sec., 3690.0369003690034 rows/sec., 218.01 KiB/sec. | ||
| 19512 | 2024.11.06 00:29:35.453886 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 19513 | 2024.11.06 00:29:35.453912 [ 306 ] {f73f4b47-e331-4d03-b597-01f1952a22aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19514 | 2024.11.06 00:29:35.453928 [ 306 ] {} <Debug> HTTP-Session: e8640661-4058-4543-8ab1-fdb8f100d28d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19515 | 2024.11.06 00:29:35.454152 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19516 | 2024.11.06 00:29:35.454244 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35539, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19517 | 2024.11.06 00:29:35.454297 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19518 | 2024.11.06 00:29:35.454317 [ 290 ] {} <Debug> HTTP-Session: a29eb42d-7471-4f07-91be-1555542bd728 Authenticating user 'default' from [fd00:1122:3344:101::d]:35539 | ||
| 19519 | 2024.11.06 00:29:35.454333 [ 290 ] {} <Debug> HTTP-Session: a29eb42d-7471-4f07-91be-1555542bd728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19520 | 2024.11.06 00:29:35.454347 [ 290 ] {} <Debug> HTTP-Session: a29eb42d-7471-4f07-91be-1555542bd728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19521 | 2024.11.06 00:29:35.454378 [ 290 ] {} <Trace> HTTP-Session: a29eb42d-7471-4f07-91be-1555542bd728 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19522 | 2024.11.06 00:29:35.454646 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35539) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19523 | 2024.11.06 00:29:35.454691 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19524 | 2024.11.06 00:29:35.454948 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19525 | 2024.11.06 00:29:35.455543 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19526 | 2024.11.06 00:29:35.455580 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19527 | 2024.11.06 00:29:35.455966 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 19528 | 2024.11.06 00:29:35.456339 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19529 | 2024.11.06 00:29:35.456500 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001996 sec., 211923.84769539078 rows/sec., 15.15 MiB/sec. | ||
| 19530 | 2024.11.06 00:29:35.456521 [ 105 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 19531 | 2024.11.06 00:29:35.456604 [ 105 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19532 | 2024.11.06 00:29:35.456668 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19533 | 2024.11.06 00:29:35.456799 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Debug> DynamicQueryHandler: Done processing query | ||
| 19534 | 2024.11.06 00:29:35.456846 [ 290 ] {498ad6b1-ae60-4cd9-b756-1a4a40f33e10} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 19535 | 2024.11.06 00:29:35.456874 [ 290 ] {} <Debug> HTTP-Session: a29eb42d-7471-4f07-91be-1555542bd728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19536 | 2024.11.06 00:29:35.456891 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 19537 | 2024.11.06 00:29:35.457306 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51023, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19538 | 2024.11.06 00:29:35.457353 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19539 | 2024.11.06 00:29:35.457368 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35539, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19540 | 2024.11.06 00:29:35.457559 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part | ||
| 19541 | 2024.11.06 00:29:35.457593 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19542 | 2024.11.06 00:29:35.457732 [ 306 ] {} <Debug> HTTP-Session: 22562b8c-7053-455c-a379-4bab7bf70bb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51023 | ||
| 19543 | 2024.11.06 00:29:35.457775 [ 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): | ||
| 19544 | |||
| 19545 | (version 23.8.7.1) | ||
| 19546 | 2024.11.06 00:29:35.457879 [ 306 ] {} <Debug> HTTP-Session: 22562b8c-7053-455c-a379-4bab7bf70bb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19547 | 2024.11.06 00:29:35.458011 [ 306 ] {} <Debug> HTTP-Session: 22562b8c-7053-455c-a379-4bab7bf70bb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19548 | 2024.11.06 00:29:35.458110 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 64 rows starting from the beginning of the part | ||
| 19549 | 2024.11.06 00:29:35.458134 [ 306 ] {} <Trace> HTTP-Session: 22562b8c-7053-455c-a379-4bab7bf70bb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19550 | 2024.11.06 00:29:35.458694 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 423 rows starting from the beginning of the part | ||
| 19551 | 2024.11.06 00:29:35.458711 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51023) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 19552 | 2024.11.06 00:29:35.458973 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19553 | 2024.11.06 00:29:35.459365 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 66 rows starting from the beginning of the part | ||
| 19554 | 2024.11.06 00:29:35.460010 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part | ||
| 19555 | 2024.11.06 00:29:35.460480 [ 200 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 423 rows starting from the beginning of the part | ||
| 19556 | 2024.11.06 00:29:35.461023 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19557 | 2024.11.06 00:29:35.461781 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19558 | 2024.11.06 00:29:35.461825 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19559 | 2024.11.06 00:29:35.462392 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 19560 | 2024.11.06 00:29:35.462843 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19561 | 2024.11.06 00:29:35.463001 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1955 rows, containing 5 columns (5 merged, 0 gathered) in 0.006234705 sec., 313567.3620484049 rows/sec., 24.00 MiB/sec. | ||
| 19562 | 2024.11.06 00:29:35.463106 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004674 sec., 1283.6970474967907 rows/sec., 67.07 KiB/sec. | ||
| 19563 | 2024.11.06 00:29:35.463324 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 19564 | 2024.11.06 00:29:35.463410 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Debug> DynamicQueryHandler: Done processing query | ||
| 19565 | 2024.11.06 00:29:35.463453 [ 306 ] {06eaa2a2-d628-48aa-84a5-a4969d5da939} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 19566 | 2024.11.06 00:29:35.463472 [ 306 ] {} <Debug> HTTP-Session: 22562b8c-7053-455c-a379-4bab7bf70bb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19567 | 2024.11.06 00:29:35.463724 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:51023, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19568 | 2024.11.06 00:29:35.463849 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40617, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19569 | 2024.11.06 00:29:35.463934 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19570 | 2024.11.06 00:29:35.463968 [ 290 ] {} <Debug> HTTP-Session: 95a050fb-9a1d-4c92-a4ac-a33eb7730512 Authenticating user 'default' from [fd00:1122:3344:101::d]:40617 | ||
| 19571 | 2024.11.06 00:29:35.463995 [ 290 ] {} <Debug> HTTP-Session: 95a050fb-9a1d-4c92-a4ac-a33eb7730512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19572 | 2024.11.06 00:29:35.464027 [ 290 ] {} <Debug> HTTP-Session: 95a050fb-9a1d-4c92-a4ac-a33eb7730512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19573 | 2024.11.06 00:29:35.464041 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19574 | 2024.11.06 00:29:35.464081 [ 290 ] {} <Trace> HTTP-Session: 95a050fb-9a1d-4c92-a4ac-a33eb7730512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19575 | 2024.11.06 00:29:35.464197 [ 201 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_121_24} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 19576 | 2024.11.06 00:29:35.464348 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 19577 | 2024.11.06 00:29:35.464424 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40617) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19578 | 2024.11.06 00:29:35.464482 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19579 | 2024.11.06 00:29:35.464655 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19580 | 2024.11.06 00:29:35.465113 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19581 | 2024.11.06 00:29:35.465149 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19582 | 2024.11.06 00:29:35.465558 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 19583 | 2024.11.06 00:29:35.465917 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19584 | 2024.11.06 00:29:35.466085 [ 105 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 19585 | 2024.11.06 00:29:35.466089 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001829 sec., 129579.00492072171 rows/sec., 8.69 MiB/sec. | ||
| 19586 | 2024.11.06 00:29:35.466139 [ 105 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19587 | 2024.11.06 00:29:35.466204 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19588 | 2024.11.06 00:29:35.466351 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 19589 | 2024.11.06 00:29:35.466398 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Debug> DynamicQueryHandler: Done processing query | ||
| 19590 | 2024.11.06 00:29:35.466426 [ 290 ] {def48855-3ac8-48dd-8437-57940c9f980d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 19591 | 2024.11.06 00:29:35.466452 [ 290 ] {} <Debug> HTTP-Session: 95a050fb-9a1d-4c92-a4ac-a33eb7730512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19592 | 2024.11.06 00:29:35.466510 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19593 | 2024.11.06 00:29:35.466540 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_116_23, total 23496 rows starting from the beginning of the part | ||
| 19594 | 2024.11.06 00:29:35.466601 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part | ||
| 19595 | 2024.11.06 00:29:35.466676 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40617, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19596 | 2024.11.06 00:29:35.466873 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46035, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19597 | 2024.11.06 00:29:35.467051 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 237 rows starting from the beginning of the part | ||
| 19598 | 2024.11.06 00:29:35.467071 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19599 | 2024.11.06 00:29:35.467137 [ 306 ] {} <Debug> HTTP-Session: a45b9931-1558-40b5-b46f-cdb5f2c50aa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:46035 | ||
| 19600 | 2024.11.06 00:29:35.467206 [ 306 ] {} <Debug> HTTP-Session: a45b9931-1558-40b5-b46f-cdb5f2c50aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19601 | 2024.11.06 00:29:35.467248 [ 306 ] {} <Debug> HTTP-Session: a45b9931-1558-40b5-b46f-cdb5f2c50aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19602 | 2024.11.06 00:29:35.467269 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 161 rows starting from the beginning of the part | ||
| 19603 | 2024.11.06 00:29:35.467324 [ 306 ] {} <Trace> HTTP-Session: a45b9931-1558-40b5-b46f-cdb5f2c50aa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19604 | 2024.11.06 00:29:35.467422 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 19605 | 2024.11.06 00:29:35.467539 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46035) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 19606 | 2024.11.06 00:29:35.467625 [ 200 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part | ||
| 19607 | 2024.11.06 00:29:35.467678 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 19608 | 2024.11.06 00:29:35.468367 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19609 | 2024.11.06 00:29:35.468826 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19610 | 2024.11.06 00:29:35.468861 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19611 | 2024.11.06 00:29:35.469320 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 19612 | 2024.11.06 00:29:35.469720 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19613 | 2024.11.06 00:29:35.469981 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002521 sec., 396.66798889329635 rows/sec., 26.73 KiB/sec. | ||
| 19614 | 2024.11.06 00:29:35.470223 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Debug> DynamicQueryHandler: Done processing query | ||
| 19615 | 2024.11.06 00:29:35.470254 [ 306 ] {382156c7-9995-4a65-8b9b-8492adfbeb91} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 19616 | 2024.11.06 00:29:35.470272 [ 306 ] {} <Debug> HTTP-Session: a45b9931-1558-40b5-b46f-cdb5f2c50aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19617 | 2024.11.06 00:29:35.470508 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19618 | 2024.11.06 00:29:35.470570 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:58363, User-Agent: (none), Length: 69156, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19619 | 2024.11.06 00:29:35.470626 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19620 | 2024.11.06 00:29:35.470646 [ 290 ] {} <Debug> HTTP-Session: 490ad3ea-a47d-4338-aa2c-33d44dc05e42 Authenticating user 'default' from [fd00:1122:3344:101::d]:58363 | ||
| 19621 | 2024.11.06 00:29:35.470663 [ 290 ] {} <Debug> HTTP-Session: 490ad3ea-a47d-4338-aa2c-33d44dc05e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19622 | 2024.11.06 00:29:35.470676 [ 290 ] {} <Debug> HTTP-Session: 490ad3ea-a47d-4338-aa2c-33d44dc05e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19623 | 2024.11.06 00:29:35.470708 [ 290 ] {} <Trace> HTTP-Session: 490ad3ea-a47d-4338-aa2c-33d44dc05e42 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19624 | 2024.11.06 00:29:35.471519 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:58363) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19625 | 2024.11.06 00:29:35.471590 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <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 | ||
| 19626 | 2024.11.06 00:29:35.472141 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19627 | 2024.11.06 00:29:35.472926 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19628 | 2024.11.06 00:29:35.472965 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19629 | 2024.11.06 00:29:35.473777 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24451 rows, containing 5 columns (5 merged, 0 gathered) in 0.007479532 sec., 3269054.8018244994 rows/sec., 222.83 MiB/sec. | ||
| 19630 | 2024.11.06 00:29:35.473947 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 19631 | 2024.11.06 00:29:35.474469 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 19632 | 2024.11.06 00:29:35.474600 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19633 | 2024.11.06 00:29:35.474971 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004059 sec., 10101.0101010101 rows/sec., 18.10 MiB/sec. | ||
| 19634 | 2024.11.06 00:29:35.475663 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19635 | 2024.11.06 00:29:35.475706 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <Debug> DynamicQueryHandler: Done processing query | ||
| 19636 | 2024.11.06 00:29:35.475758 [ 290 ] {a06fed3e-307d-418c-9ee2-b80f8be3b613} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 19637 | 2024.11.06 00:29:35.475794 [ 290 ] {} <Debug> HTTP-Session: 490ad3ea-a47d-4338-aa2c-33d44dc05e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19638 | 2024.11.06 00:29:35.475821 [ 201 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_121_24} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 19639 | 2024.11.06 00:29:35.475931 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 19640 | 2024.11.06 00:29:35.476150 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:58363, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19641 | 2024.11.06 00:29:35.476164 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46035, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19642 | 2024.11.06 00:29:35.476229 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19643 | 2024.11.06 00:29:35.476250 [ 306 ] {} <Debug> HTTP-Session: 97d73f56-3abb-4cf9-bdb2-f18ea4cec149 Authenticating user 'default' from [fd00:1122:3344:101::d]:46035 | ||
| 19644 | 2024.11.06 00:29:35.476271 [ 306 ] {} <Debug> HTTP-Session: 97d73f56-3abb-4cf9-bdb2-f18ea4cec149 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19645 | 2024.11.06 00:29:35.476287 [ 306 ] {} <Debug> HTTP-Session: 97d73f56-3abb-4cf9-bdb2-f18ea4cec149 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19646 | 2024.11.06 00:29:35.476322 [ 306 ] {} <Trace> HTTP-Session: 97d73f56-3abb-4cf9-bdb2-f18ea4cec149 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19647 | 2024.11.06 00:29:35.476454 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46035) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19648 | 2024.11.06 00:29:35.476502 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19649 | 2024.11.06 00:29:35.476652 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19650 | 2024.11.06 00:29:35.476980 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19651 | 2024.11.06 00:29:35.477017 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19652 | 2024.11.06 00:29:35.477394 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 19653 | 2024.11.06 00:29:35.477735 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19654 | 2024.11.06 00:29:35.477889 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001483 sec., 55293.32434254889 rows/sec., 3.51 MiB/sec. | ||
| 19655 | 2024.11.06 00:29:35.477902 [ 105 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 19656 | 2024.11.06 00:29:35.477976 [ 105 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19657 | 2024.11.06 00:29:35.478027 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 19658 | 2024.11.06 00:29:35.478173 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Debug> DynamicQueryHandler: Done processing query | ||
| 19659 | 2024.11.06 00:29:35.478189 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full | ||
| 19660 | 2024.11.06 00:29:35.478209 [ 306 ] {37827efb-de99-4965-8dc3-9b357d16cfde} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19661 | 2024.11.06 00:29:35.478253 [ 306 ] {} <Debug> HTTP-Session: 97d73f56-3abb-4cf9-bdb2-f18ea4cec149 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19662 | 2024.11.06 00:29:35.478376 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 19663 | 2024.11.06 00:29:35.478414 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6600 rows starting from the beginning of the part | ||
| 19664 | 2024.11.06 00:29:35.478489 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part | ||
| 19665 | 2024.11.06 00:29:35.478720 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 82 rows starting from the beginning of the part | ||
| 19666 | 2024.11.06 00:29:35.478774 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46035, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19667 | 2024.11.06 00:29:35.479028 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part | ||
| 19668 | 2024.11.06 00:29:35.479144 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 19669 | 2024.11.06 00:29:35.479315 [ 197 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part | ||
| 19670 | 2024.11.06 00:29:35.481672 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6944 rows, containing 4 columns (4 merged, 0 gathered) in 0.003561156 sec., 1949928.6186844946 rows/sec., 128.45 MiB/sec. | ||
| 19671 | 2024.11.06 00:29:35.482119 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 19672 | 2024.11.06 00:29:35.482547 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19673 | 2024.11.06 00:29:35.482642 [ 195 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_121_24} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 19674 | 2024.11.06 00:29:35.482747 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
| 19675 | 2024.11.06 00:29:37.805951 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:55969, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19676 | 2024.11.06 00:29:37.976372 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:37411, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19677 | 2024.11.06 00:29:38.060904 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53938, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19678 | 2024.11.06 00:29:38.071417 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42281, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19679 | 2024.11.06 00:29:38.102834 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:47278, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19680 | 2024.11.06 00:29:38.142121 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19681 | 2024.11.06 00:29:38.149353 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:56480, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19682 | 2024.11.06 00:29:38.152624 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:39054, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19683 | 2024.11.06 00:29:40.280162 [ 220 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19684 | 2024.11.06 00:29:40.280243 [ 220 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19685 | 2024.11.06 00:29:40.283118 [ 220 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19686 | 2024.11.06 00:29:40.431125 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Length: 1924, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19687 | 2024.11.06 00:29:40.431222 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19688 | 2024.11.06 00:29:40.431251 [ 306 ] {} <Debug> HTTP-Session: 6859081c-ea7d-4367-9ea2-014d2318c475 Authenticating user 'default' from [fd00:1122:3344:101::d]:59400 | ||
| 19689 | 2024.11.06 00:29:40.431278 [ 306 ] {} <Debug> HTTP-Session: 6859081c-ea7d-4367-9ea2-014d2318c475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19690 | 2024.11.06 00:29:40.431296 [ 306 ] {} <Debug> HTTP-Session: 6859081c-ea7d-4367-9ea2-014d2318c475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19691 | 2024.11.06 00:29:40.431352 [ 306 ] {} <Trace> HTTP-Session: 6859081c-ea7d-4367-9ea2-014d2318c475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19692 | 2024.11.06 00:29:40.431541 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59400) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 19693 | 2024.11.06 00:29:40.431643 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 19694 | 2024.11.06 00:29:40.431992 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19695 | 2024.11.06 00:29:40.432470 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19696 | 2024.11.06 00:29:40.432515 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19697 | 2024.11.06 00:29:40.432931 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 19698 | 2024.11.06 00:29:40.433334 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19699 | 2024.11.06 00:29:40.433508 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.002026 sec., 5923.000987166831 rows/sec., 482.98 KiB/sec. | ||
| 19700 | 2024.11.06 00:29:40.433820 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Debug> DynamicQueryHandler: Done processing query | ||
| 19701 | 2024.11.06 00:29:40.433869 [ 306 ] {e4c40a9c-f13d-404f-b52b-729e0cfd706f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19702 | 2024.11.06 00:29:40.433896 [ 306 ] {} <Debug> HTTP-Session: 6859081c-ea7d-4367-9ea2-014d2318c475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19703 | 2024.11.06 00:29:40.434099 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19704 | 2024.11.06 00:29:40.434230 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53131, User-Agent: (none), Length: 8612, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19705 | 2024.11.06 00:29:40.434302 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19706 | 2024.11.06 00:29:40.434327 [ 290 ] {} <Debug> HTTP-Session: 59ac47af-62d6-4825-9f14-f79e8d520cfc Authenticating user 'default' from [fd00:1122:3344:101::d]:53131 | ||
| 19707 | 2024.11.06 00:29:40.434347 [ 290 ] {} <Debug> HTTP-Session: 59ac47af-62d6-4825-9f14-f79e8d520cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19708 | 2024.11.06 00:29:40.434364 [ 290 ] {} <Debug> HTTP-Session: 59ac47af-62d6-4825-9f14-f79e8d520cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19709 | 2024.11.06 00:29:40.434403 [ 290 ] {} <Trace> HTTP-Session: 59ac47af-62d6-4825-9f14-f79e8d520cfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19710 | 2024.11.06 00:29:40.434558 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53131) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19711 | 2024.11.06 00:29:40.434611 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19712 | 2024.11.06 00:29:40.434897 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19713 | 2024.11.06 00:29:40.435274 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19714 | 2024.11.06 00:29:40.435311 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19715 | 2024.11.06 00:29:40.435675 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 19716 | 2024.11.06 00:29:40.436058 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19717 | 2024.11.06 00:29:40.436198 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Debug> executeQuery: Read 62 rows, 4.82 KiB in 0.001693 sec., 36621.382161842885 rows/sec., 2.78 MiB/sec. | ||
| 19718 | 2024.11.06 00:29:40.436409 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Debug> DynamicQueryHandler: Done processing query | ||
| 19719 | 2024.11.06 00:29:40.436434 [ 290 ] {02bc702d-66a9-46f5-b42a-c4fb5da4355f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19720 | 2024.11.06 00:29:40.436450 [ 290 ] {} <Debug> HTTP-Session: 59ac47af-62d6-4825-9f14-f79e8d520cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19721 | 2024.11.06 00:29:40.436615 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Length: 1727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19722 | 2024.11.06 00:29:40.436668 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19723 | 2024.11.06 00:29:40.436679 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53131, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19724 | 2024.11.06 00:29:40.436691 [ 306 ] {} <Debug> HTTP-Session: 01cc0104-0c31-41b7-bd70-5f7baa0354b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:59400 | ||
| 19725 | 2024.11.06 00:29:40.436715 [ 306 ] {} <Debug> HTTP-Session: 01cc0104-0c31-41b7-bd70-5f7baa0354b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19726 | 2024.11.06 00:29:40.436731 [ 306 ] {} <Debug> HTTP-Session: 01cc0104-0c31-41b7-bd70-5f7baa0354b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19727 | 2024.11.06 00:29:40.436766 [ 306 ] {} <Trace> HTTP-Session: 01cc0104-0c31-41b7-bd70-5f7baa0354b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19728 | 2024.11.06 00:29:40.436875 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59400) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19729 | 2024.11.06 00:29:40.436920 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19730 | 2024.11.06 00:29:40.437162 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19731 | 2024.11.06 00:29:40.437485 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19732 | 2024.11.06 00:29:40.437522 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19733 | 2024.11.06 00:29:40.437873 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 19734 | 2024.11.06 00:29:40.438257 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19735 | 2024.11.06 00:29:40.438414 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Debug> executeQuery: Read 12 rows, 858.00 B in 0.001565 sec., 7667.731629392972 rows/sec., 535.39 KiB/sec. | ||
| 19736 | 2024.11.06 00:29:40.438590 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 19737 | 2024.11.06 00:29:40.438613 [ 306 ] {38e68252-2e8d-4c84-aa6d-59efb9d136cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19738 | 2024.11.06 00:29:40.438629 [ 306 ] {} <Debug> HTTP-Session: 01cc0104-0c31-41b7-bd70-5f7baa0354b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19739 | 2024.11.06 00:29:40.438828 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19740 | 2024.11.06 00:29:40.438932 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46810, User-Agent: (none), Length: 12936, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19741 | 2024.11.06 00:29:40.438992 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19742 | 2024.11.06 00:29:40.439016 [ 290 ] {} <Debug> HTTP-Session: 237255f7-43d2-40e1-9f29-72303103c99f Authenticating user 'default' from [fd00:1122:3344:101::d]:46810 | ||
| 19743 | 2024.11.06 00:29:40.439036 [ 290 ] {} <Debug> HTTP-Session: 237255f7-43d2-40e1-9f29-72303103c99f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19744 | 2024.11.06 00:29:40.439053 [ 290 ] {} <Debug> HTTP-Session: 237255f7-43d2-40e1-9f29-72303103c99f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19745 | 2024.11.06 00:29:40.439090 [ 290 ] {} <Trace> HTTP-Session: 237255f7-43d2-40e1-9f29-72303103c99f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19746 | 2024.11.06 00:29:40.439232 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46810) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19747 | 2024.11.06 00:29:40.439284 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19748 | 2024.11.06 00:29:40.439564 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19749 | 2024.11.06 00:29:40.439959 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19750 | 2024.11.06 00:29:40.439995 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19751 | 2024.11.06 00:29:40.440353 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 19752 | 2024.11.06 00:29:40.440718 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19753 | 2024.11.06 00:29:40.440883 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Debug> executeQuery: Read 76 rows, 6.09 KiB in 0.001699 sec., 44732.19540906415 rows/sec., 3.50 MiB/sec. | ||
| 19754 | 2024.11.06 00:29:40.441074 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 19755 | 2024.11.06 00:29:40.441099 [ 290 ] {982feea5-5a74-44f5-a87f-45beeb982c5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19756 | 2024.11.06 00:29:40.441115 [ 290 ] {} <Debug> HTTP-Session: 237255f7-43d2-40e1-9f29-72303103c99f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19757 | 2024.11.06 00:29:40.441340 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46810, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19758 | 2024.11.06 00:29:40.441367 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Length: 25674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19759 | 2024.11.06 00:29:40.441420 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19760 | 2024.11.06 00:29:40.441440 [ 306 ] {} <Debug> HTTP-Session: 2c117f93-6610-4c39-b656-4535690b058d Authenticating user 'default' from [fd00:1122:3344:101::d]:59400 | ||
| 19761 | 2024.11.06 00:29:40.441458 [ 306 ] {} <Debug> HTTP-Session: 2c117f93-6610-4c39-b656-4535690b058d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19762 | 2024.11.06 00:29:40.441472 [ 306 ] {} <Debug> HTTP-Session: 2c117f93-6610-4c39-b656-4535690b058d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19763 | 2024.11.06 00:29:40.441504 [ 306 ] {} <Trace> HTTP-Session: 2c117f93-6610-4c39-b656-4535690b058d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19764 | 2024.11.06 00:29:40.441646 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59400) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19765 | 2024.11.06 00:29:40.441694 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19766 | 2024.11.06 00:29:40.441844 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19767 | 2024.11.06 00:29:40.442207 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19768 | 2024.11.06 00:29:40.442244 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19769 | 2024.11.06 00:29:40.442636 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 19770 | 2024.11.06 00:29:40.442990 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19771 | 2024.11.06 00:29:40.443155 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Debug> executeQuery: Read 134 rows, 9.55 KiB in 0.001572 sec., 85241.73027989821 rows/sec., 5.93 MiB/sec. | ||
| 19772 | 2024.11.06 00:29:40.443364 [ 221 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19773 | 2024.11.06 00:29:40.443429 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 19774 | 2024.11.06 00:29:40.443446 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19775 | 2024.11.06 00:29:40.443482 [ 306 ] {f23069ff-2458-4f92-bfb1-00e4f31fae2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 19776 | 2024.11.06 00:29:40.443540 [ 306 ] {} <Debug> HTTP-Session: 2c117f93-6610-4c39-b656-4535690b058d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19777 | 2024.11.06 00:29:40.443763 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19778 | 2024.11.06 00:29:40.443861 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59715, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19779 | 2024.11.06 00:29:40.443930 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19780 | 2024.11.06 00:29:40.443968 [ 290 ] {} <Debug> HTTP-Session: 9340a4f0-48de-43bc-9527-ac61dc838544 Authenticating user 'default' from [fd00:1122:3344:101::d]:59715 | ||
| 19781 | 2024.11.06 00:29:40.444003 [ 290 ] {} <Debug> HTTP-Session: 9340a4f0-48de-43bc-9527-ac61dc838544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19782 | 2024.11.06 00:29:40.444028 [ 290 ] {} <Debug> HTTP-Session: 9340a4f0-48de-43bc-9527-ac61dc838544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19783 | 2024.11.06 00:29:40.444081 [ 290 ] {} <Trace> HTTP-Session: 9340a4f0-48de-43bc-9527-ac61dc838544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19784 | 2024.11.06 00:29:40.444332 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59715) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19785 | 2024.11.06 00:29:40.444388 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19786 | 2024.11.06 00:29:40.444671 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19787 | 2024.11.06 00:29:40.445135 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19788 | 2024.11.06 00:29:40.445198 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19789 | 2024.11.06 00:29:40.445810 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 19790 | 2024.11.06 00:29:40.446396 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19791 | 2024.11.06 00:29:40.446694 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002469 sec., 19441.069258809235 rows/sec., 1.31 MiB/sec. | ||
| 19792 | 2024.11.06 00:29:40.446991 [ 222 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19793 | 2024.11.06 00:29:40.447086 [ 222 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19794 | 2024.11.06 00:29:40.447143 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Debug> DynamicQueryHandler: Done processing query | ||
| 19795 | 2024.11.06 00:29:40.447189 [ 290 ] {eaeac9ef-3c75-431b-bdc0-c1fcf6f75edc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 19796 | 2024.11.06 00:29:40.447231 [ 290 ] {} <Debug> HTTP-Session: 9340a4f0-48de-43bc-9527-ac61dc838544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19797 | 2024.11.06 00:29:40.447513 [ 221 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19798 | 2024.11.06 00:29:40.447557 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59715, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19799 | 2024.11.06 00:29:40.449997 [ 222 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19800 | 2024.11.06 00:29:41.199097 [ 224 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19801 | 2024.11.06 00:29:41.199158 [ 224 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19802 | 2024.11.06 00:29:41.201316 [ 224 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] | ||
| 19803 | 2024.11.06 00:29:41.741772 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 19804 | 2024.11.06 00:29:41.741824 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 19805 | 2024.11.06 00:29:42.302329 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1754 | ||
| 19806 | 2024.11.06 00:29:42.305645 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19807 | 2024.11.06 00:29:42.305715 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19808 | 2024.11.06 00:29:42.307378 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 19809 | 2024.11.06 00:29:42.308440 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19810 | 2024.11.06 00:29:42.309082 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1754 | ||
| 19811 | 2024.11.06 00:29:45.432140 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19812 | 2024.11.06 00:29:45.432278 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19813 | 2024.11.06 00:29:45.432308 [ 306 ] {} <Debug> HTTP-Session: 247c9fe8-da07-48a0-a3dd-c8d4f4d7135b Authenticating user 'default' from [fd00:1122:3344:101::d]:59400 | ||
| 19814 | 2024.11.06 00:29:45.432334 [ 306 ] {} <Debug> HTTP-Session: 247c9fe8-da07-48a0-a3dd-c8d4f4d7135b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19815 | 2024.11.06 00:29:45.432352 [ 306 ] {} <Debug> HTTP-Session: 247c9fe8-da07-48a0-a3dd-c8d4f4d7135b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19816 | 2024.11.06 00:29:45.432408 [ 306 ] {} <Trace> HTTP-Session: 247c9fe8-da07-48a0-a3dd-c8d4f4d7135b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19817 | 2024.11.06 00:29:45.432629 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59400) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19818 | 2024.11.06 00:29:45.432705 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19819 | 2024.11.06 00:29:45.433080 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19820 | 2024.11.06 00:29:45.433546 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19821 | 2024.11.06 00:29:45.433589 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19822 | 2024.11.06 00:29:45.434029 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 19823 | 2024.11.06 00:29:45.434437 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19824 | 2024.11.06 00:29:45.434585 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002031 sec., 27572.6243229936 rows/sec., 2.11 MiB/sec. | ||
| 19825 | 2024.11.06 00:29:45.434799 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Debug> DynamicQueryHandler: Done processing query | ||
| 19826 | 2024.11.06 00:29:45.434827 [ 306 ] {8b41d17e-a5f5-41dd-bf58-d31c8cf5b518} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 19827 | 2024.11.06 00:29:45.434844 [ 306 ] {} <Debug> HTTP-Session: 247c9fe8-da07-48a0-a3dd-c8d4f4d7135b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19828 | 2024.11.06 00:29:45.435060 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19829 | 2024.11.06 00:29:45.435255 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:53761, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19830 | 2024.11.06 00:29:45.435327 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19831 | 2024.11.06 00:29:45.435348 [ 290 ] {} <Debug> HTTP-Session: 941edac9-03a0-4201-b4f7-89153e595021 Authenticating user 'default' from [fd00:1122:3344:101::d]:53761 | ||
| 19832 | 2024.11.06 00:29:45.435367 [ 290 ] {} <Debug> HTTP-Session: 941edac9-03a0-4201-b4f7-89153e595021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19833 | 2024.11.06 00:29:45.435381 [ 290 ] {} <Debug> HTTP-Session: 941edac9-03a0-4201-b4f7-89153e595021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19834 | 2024.11.06 00:29:45.435418 [ 290 ] {} <Trace> HTTP-Session: 941edac9-03a0-4201-b4f7-89153e595021 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19835 | 2024.11.06 00:29:45.435559 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:53761) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19836 | 2024.11.06 00:29:45.435608 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19837 | 2024.11.06 00:29:45.435859 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19838 | 2024.11.06 00:29:45.436267 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19839 | 2024.11.06 00:29:45.436304 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19840 | 2024.11.06 00:29:45.436686 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 19841 | 2024.11.06 00:29:45.437058 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19842 | 2024.11.06 00:29:45.437189 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001677 sec., 38163.3870005963 rows/sec., 2.98 MiB/sec. | ||
| 19843 | 2024.11.06 00:29:45.437382 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Debug> DynamicQueryHandler: Done processing query | ||
| 19844 | 2024.11.06 00:29:45.437408 [ 290 ] {cdd57f00-6f9b-4342-a4e7-1e4d5dddc17f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 19845 | 2024.11.06 00:29:45.437424 [ 290 ] {} <Debug> HTTP-Session: 941edac9-03a0-4201-b4f7-89153e595021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19846 | 2024.11.06 00:29:45.437629 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19847 | 2024.11.06 00:29:45.437635 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:53761, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19848 | 2024.11.06 00:29:45.437686 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19849 | 2024.11.06 00:29:45.437708 [ 306 ] {} <Debug> HTTP-Session: 9e595260-5b49-4693-a304-15f80dd80867 Authenticating user 'default' from [fd00:1122:3344:101::d]:59400 | ||
| 19850 | 2024.11.06 00:29:45.437730 [ 306 ] {} <Debug> HTTP-Session: 9e595260-5b49-4693-a304-15f80dd80867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19851 | 2024.11.06 00:29:45.437744 [ 306 ] {} <Debug> HTTP-Session: 9e595260-5b49-4693-a304-15f80dd80867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19852 | 2024.11.06 00:29:45.437779 [ 306 ] {} <Trace> HTTP-Session: 9e595260-5b49-4693-a304-15f80dd80867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19853 | 2024.11.06 00:29:45.437948 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59400) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 19854 | 2024.11.06 00:29:45.437999 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 19855 | 2024.11.06 00:29:45.438148 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19856 | 2024.11.06 00:29:45.438598 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19857 | 2024.11.06 00:29:45.438633 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19858 | 2024.11.06 00:29:45.439037 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 19859 | 2024.11.06 00:29:45.439402 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19860 | 2024.11.06 00:29:45.439528 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001658 sec., 96501.80940892642 rows/sec., 6.72 MiB/sec. | ||
| 19861 | 2024.11.06 00:29:45.439704 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 19862 | 2024.11.06 00:29:45.439728 [ 306 ] {407c09ab-5901-4938-8aa6-e9879e6c6f6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 19863 | 2024.11.06 00:29:45.439745 [ 306 ] {} <Debug> HTTP-Session: 9e595260-5b49-4693-a304-15f80dd80867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19864 | 2024.11.06 00:29:45.439950 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19865 | 2024.11.06 00:29:45.440063 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35258, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19866 | 2024.11.06 00:29:45.440125 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19867 | 2024.11.06 00:29:45.440150 [ 290 ] {} <Debug> HTTP-Session: a94400da-3641-4e9c-8df0-5f92dbf17c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:35258 | ||
| 19868 | 2024.11.06 00:29:45.440170 [ 290 ] {} <Debug> HTTP-Session: a94400da-3641-4e9c-8df0-5f92dbf17c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19869 | 2024.11.06 00:29:45.440187 [ 290 ] {} <Debug> HTTP-Session: a94400da-3641-4e9c-8df0-5f92dbf17c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19870 | 2024.11.06 00:29:45.440227 [ 290 ] {} <Trace> HTTP-Session: a94400da-3641-4e9c-8df0-5f92dbf17c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19871 | 2024.11.06 00:29:45.440376 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35258) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 19872 | 2024.11.06 00:29:45.440431 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 19873 | 2024.11.06 00:29:45.440591 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19874 | 2024.11.06 00:29:45.440931 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19875 | 2024.11.06 00:29:45.440972 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19876 | 2024.11.06 00:29:45.441330 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 19877 | 2024.11.06 00:29:45.441648 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19878 | 2024.11.06 00:29:45.441767 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001451 sec., 41350.79255685734 rows/sec., 2.79 MiB/sec. | ||
| 19879 | 2024.11.06 00:29:45.441955 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Debug> DynamicQueryHandler: Done processing query | ||
| 19880 | 2024.11.06 00:29:45.441990 [ 290 ] {214efe8b-203b-4995-9f82-053bb39b55da} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 19881 | 2024.11.06 00:29:45.442024 [ 290 ] {} <Debug> HTTP-Session: a94400da-3641-4e9c-8df0-5f92dbf17c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19882 | 2024.11.06 00:29:45.442564 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:35258, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19883 | 2024.11.06 00:29:49.867234 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:40639, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19884 | 2024.11.06 00:29:50.100815 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:41961, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19885 | 2024.11.06 00:29:50.170603 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:48712, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19886 | 2024.11.06 00:29:50.389048 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:64731, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19887 | 2024.11.06 00:29:50.419539 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:45949, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19888 | 2024.11.06 00:29:50.438260 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Length: 41142, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19889 | 2024.11.06 00:29:50.438359 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19890 | 2024.11.06 00:29:50.438387 [ 306 ] {} <Debug> HTTP-Session: dfb5f89a-7960-45cd-9451-3cae1d07b2be Authenticating user 'default' from [fd00:1122:3344:101::d]:59400 | ||
| 19891 | 2024.11.06 00:29:50.438416 [ 306 ] {} <Debug> HTTP-Session: dfb5f89a-7960-45cd-9451-3cae1d07b2be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19892 | 2024.11.06 00:29:50.438435 [ 306 ] {} <Debug> HTTP-Session: dfb5f89a-7960-45cd-9451-3cae1d07b2be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19893 | 2024.11.06 00:29:50.438493 [ 306 ] {} <Trace> HTTP-Session: dfb5f89a-7960-45cd-9451-3cae1d07b2be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19894 | 2024.11.06 00:29:50.438799 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59400) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 19895 | 2024.11.06 00:29:50.438876 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 19896 | 2024.11.06 00:29:50.439254 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19897 | 2024.11.06 00:29:50.439896 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19898 | 2024.11.06 00:29:50.439943 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19899 | 2024.11.06 00:29:50.440402 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 19900 | 2024.11.06 00:29:50.440802 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19901 | 2024.11.06 00:29:50.440964 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Debug> executeQuery: Read 271 rows, 24.66 KiB in 0.002308 sec., 117417.67764298093 rows/sec., 10.43 MiB/sec. | ||
| 19902 | 2024.11.06 00:29:50.441211 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Debug> DynamicQueryHandler: Done processing query | ||
| 19903 | 2024.11.06 00:29:50.441239 [ 306 ] {c11675bb-9ca4-44af-b4c3-3d2c18493f26} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 19904 | 2024.11.06 00:29:50.441257 [ 306 ] {} <Debug> HTTP-Session: dfb5f89a-7960-45cd-9451-3cae1d07b2be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19905 | 2024.11.06 00:29:50.441512 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19906 | 2024.11.06 00:29:50.441619 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:42184, User-Agent: (none), Length: 5931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19907 | 2024.11.06 00:29:50.441697 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19908 | 2024.11.06 00:29:50.441723 [ 290 ] {} <Debug> HTTP-Session: 46004d25-1077-4f14-be76-1e0dcc370572 Authenticating user 'default' from [fd00:1122:3344:101::d]:42184 | ||
| 19909 | 2024.11.06 00:29:50.441746 [ 290 ] {} <Debug> HTTP-Session: 46004d25-1077-4f14-be76-1e0dcc370572 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19910 | 2024.11.06 00:29:50.441763 [ 290 ] {} <Debug> HTTP-Session: 46004d25-1077-4f14-be76-1e0dcc370572 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19911 | 2024.11.06 00:29:50.441806 [ 290 ] {} <Trace> HTTP-Session: 46004d25-1077-4f14-be76-1e0dcc370572 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19912 | 2024.11.06 00:29:50.441964 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42184) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 19913 | 2024.11.06 00:29:50.442022 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 19914 | 2024.11.06 00:29:50.442296 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19915 | 2024.11.06 00:29:50.442629 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19916 | 2024.11.06 00:29:50.442666 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19917 | 2024.11.06 00:29:50.443030 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 19918 | 2024.11.06 00:29:50.443419 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19919 | 2024.11.06 00:29:50.443566 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Debug> executeQuery: Read 41 rows, 3.08 KiB in 0.001655 sec., 24773.413897280967 rows/sec., 1.82 MiB/sec. | ||
| 19920 | 2024.11.06 00:29:50.443842 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Debug> DynamicQueryHandler: Done processing query | ||
| 19921 | 2024.11.06 00:29:50.443899 [ 290 ] {28f25f10-4eac-4d4c-80bf-865de33cfdcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 19922 | 2024.11.06 00:29:50.443971 [ 290 ] {} <Debug> HTTP-Session: 46004d25-1077-4f14-be76-1e0dcc370572 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19923 | 2024.11.06 00:29:50.444180 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Length: 1931, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19924 | 2024.11.06 00:29:50.444209 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:42184, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19925 | 2024.11.06 00:29:50.444255 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19926 | 2024.11.06 00:29:50.444282 [ 306 ] {} <Debug> HTTP-Session: d184bd9e-d304-4a64-8d75-cc46add6644e Authenticating user 'default' from [fd00:1122:3344:101::d]:59400 | ||
| 19927 | 2024.11.06 00:29:50.444305 [ 306 ] {} <Debug> HTTP-Session: d184bd9e-d304-4a64-8d75-cc46add6644e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19928 | 2024.11.06 00:29:50.444323 [ 306 ] {} <Debug> HTTP-Session: d184bd9e-d304-4a64-8d75-cc46add6644e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19929 | 2024.11.06 00:29:50.444367 [ 306 ] {} <Trace> HTTP-Session: d184bd9e-d304-4a64-8d75-cc46add6644e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19930 | 2024.11.06 00:29:50.444498 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59400) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 19931 | 2024.11.06 00:29:50.444552 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 19932 | 2024.11.06 00:29:50.444849 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19933 | 2024.11.06 00:29:50.445195 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19934 | 2024.11.06 00:29:50.445232 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19935 | 2024.11.06 00:29:50.445589 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 19936 | 2024.11.06 00:29:50.445962 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Trace> oximeter.fields_u32 (45a3236a-54b1-4b34-8e7e-3dea413db840): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19937 | 2024.11.06 00:29:50.446137 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001667 sec., 8398.320335932813 rows/sec., 588.16 KiB/sec. | ||
| 19938 | 2024.11.06 00:29:50.446318 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 19939 | 2024.11.06 00:29:50.446342 [ 306 ] {c3b01b4d-830f-4e39-8dca-adae3c18c5a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19940 | 2024.11.06 00:29:50.446358 [ 306 ] {} <Debug> HTTP-Session: d184bd9e-d304-4a64-8d75-cc46add6644e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19941 | 2024.11.06 00:29:50.446530 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19942 | 2024.11.06 00:29:50.446619 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43738, User-Agent: (none), Length: 807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19943 | 2024.11.06 00:29:50.446681 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19944 | 2024.11.06 00:29:50.446704 [ 290 ] {} <Debug> HTTP-Session: f7ff2ce0-c00a-4714-9b85-ced38d583750 Authenticating user 'default' from [fd00:1122:3344:101::d]:43738 | ||
| 19945 | 2024.11.06 00:29:50.446724 [ 290 ] {} <Debug> HTTP-Session: f7ff2ce0-c00a-4714-9b85-ced38d583750 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19946 | 2024.11.06 00:29:50.446741 [ 290 ] {} <Debug> HTTP-Session: f7ff2ce0-c00a-4714-9b85-ced38d583750 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19947 | 2024.11.06 00:29:50.446779 [ 290 ] {} <Trace> HTTP-Session: f7ff2ce0-c00a-4714-9b85-ced38d583750 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19948 | 2024.11.06 00:29:50.446898 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43738) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 19949 | 2024.11.06 00:29:50.446950 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 19950 | 2024.11.06 00:29:50.447212 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19951 | 2024.11.06 00:29:50.447505 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19952 | 2024.11.06 00:29:50.447541 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19953 | 2024.11.06 00:29:50.447895 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 19954 | 2024.11.06 00:29:50.448268 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Trace> oximeter.fields_u8 (a99aae7d-eb86-4d69-95fd-115a8301fe03): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19955 | 2024.11.06 00:29:50.448431 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.00156 sec., 3846.153846153846 rows/sec., 227.24 KiB/sec. | ||
| 19956 | 2024.11.06 00:29:50.448741 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Debug> DynamicQueryHandler: Done processing query | ||
| 19957 | 2024.11.06 00:29:50.448812 [ 290 ] {22439e19-e1df-46ff-bc14-3393e4506876} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 19958 | 2024.11.06 00:29:50.448874 [ 290 ] {} <Debug> HTTP-Session: f7ff2ce0-c00a-4714-9b85-ced38d583750 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19959 | 2024.11.06 00:29:50.449213 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43738, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19960 | 2024.11.06 00:29:50.449269 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Length: 68735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19961 | 2024.11.06 00:29:50.449335 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19962 | 2024.11.06 00:29:50.449358 [ 306 ] {} <Debug> HTTP-Session: cb5f210e-3180-48ed-8d77-22fc037cca4e Authenticating user 'default' from [fd00:1122:3344:101::d]:59400 | ||
| 19963 | 2024.11.06 00:29:50.449378 [ 306 ] {} <Debug> HTTP-Session: cb5f210e-3180-48ed-8d77-22fc037cca4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19964 | 2024.11.06 00:29:50.449395 [ 306 ] {} <Debug> HTTP-Session: cb5f210e-3180-48ed-8d77-22fc037cca4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19965 | 2024.11.06 00:29:50.449434 [ 306 ] {} <Trace> HTTP-Session: cb5f210e-3180-48ed-8d77-22fc037cca4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19966 | 2024.11.06 00:29:50.449701 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59400) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 19967 | 2024.11.06 00:29:50.449758 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 19968 | 2024.11.06 00:29:50.450056 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19969 | 2024.11.06 00:29:50.450819 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19970 | 2024.11.06 00:29:50.450857 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19971 | 2024.11.06 00:29:50.451239 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 19972 | 2024.11.06 00:29:50.451609 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19973 | 2024.11.06 00:29:50.451760 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.002196 sec., 192622.9508196721 rows/sec., 13.77 MiB/sec. | ||
| 19974 | 2024.11.06 00:29:50.451941 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Debug> DynamicQueryHandler: Done processing query | ||
| 19975 | 2024.11.06 00:29:50.451965 [ 306 ] {d735ef00-abaa-4c78-8318-0b700b4fca04} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 19976 | 2024.11.06 00:29:50.451982 [ 306 ] {} <Debug> HTTP-Session: cb5f210e-3180-48ed-8d77-22fc037cca4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19977 | 2024.11.06 00:29:50.452232 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:59400, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19978 | 2024.11.06 00:29:50.452369 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48659, User-Agent: (none), Length: 905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19979 | 2024.11.06 00:29:50.452432 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19980 | 2024.11.06 00:29:50.452454 [ 290 ] {} <Debug> HTTP-Session: 6146c898-bf12-4009-8a26-5ed8e8d03a07 Authenticating user 'default' from [fd00:1122:3344:101::d]:48659 | ||
| 19981 | 2024.11.06 00:29:50.452475 [ 290 ] {} <Debug> HTTP-Session: 6146c898-bf12-4009-8a26-5ed8e8d03a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19982 | 2024.11.06 00:29:50.452492 [ 290 ] {} <Debug> HTTP-Session: 6146c898-bf12-4009-8a26-5ed8e8d03a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19983 | 2024.11.06 00:29:50.452530 [ 290 ] {} <Trace> HTTP-Session: 6146c898-bf12-4009-8a26-5ed8e8d03a07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 19984 | 2024.11.06 00:29:50.452650 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48659) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 19985 | 2024.11.06 00:29:50.452703 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 19986 | 2024.11.06 00:29:50.452866 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 19987 | 2024.11.06 00:29:50.452956 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:47294, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19988 | 2024.11.06 00:29:50.453208 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 19989 | 2024.11.06 00:29:50.453243 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 19990 | 2024.11.06 00:29:50.453605 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 19991 | 2024.11.06 00:29:50.453946 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Trace> oximeter.measurements_bool (820df2ec-497b-438b-892b-d5660dda9fac): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 19992 | 2024.11.06 00:29:50.454107 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001487 sec., 4034.9697377269667 rows/sec., 210.81 KiB/sec. | ||
| 19993 | 2024.11.06 00:29:50.454366 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Debug> DynamicQueryHandler: Done processing query | ||
| 19994 | 2024.11.06 00:29:50.454417 [ 290 ] {fcf118eb-e203-4115-9969-5ab31131300b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 19995 | 2024.11.06 00:29:50.454454 [ 290 ] {} <Debug> HTTP-Session: 6146c898-bf12-4009-8a26-5ed8e8d03a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 19996 | 2024.11.06 00:29:50.454687 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19997 | 2024.11.06 00:29:50.454820 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:50703, User-Agent: (none), Length: 44656, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 19998 | 2024.11.06 00:29:50.454871 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 19999 | 2024.11.06 00:29:50.454892 [ 306 ] {} <Debug> HTTP-Session: 3a4f45b8-2264-43f8-8826-c763fcb3ca64 Authenticating user 'default' from [fd00:1122:3344:101::d]:50703 | ||
| 20000 | 2024.11.06 00:29:50.454908 [ 306 ] {} <Debug> HTTP-Session: 3a4f45b8-2264-43f8-8826-c763fcb3ca64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20001 | 2024.11.06 00:29:50.454922 [ 306 ] {} <Debug> HTTP-Session: 3a4f45b8-2264-43f8-8826-c763fcb3ca64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20002 | 2024.11.06 00:29:50.454955 [ 306 ] {} <Trace> HTTP-Session: 3a4f45b8-2264-43f8-8826-c763fcb3ca64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20003 | 2024.11.06 00:29:50.455144 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:50703) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 20004 | 2024.11.06 00:29:50.455194 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20005 | 2024.11.06 00:29:50.455355 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20006 | 2024.11.06 00:29:50.455900 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20007 | 2024.11.06 00:29:50.455937 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20008 | 2024.11.06 00:29:50.456325 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 20009 | 2024.11.06 00:29:50.456662 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20010 | 2024.11.06 00:29:50.456817 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00176 sec., 134659.0909090909 rows/sec., 9.03 MiB/sec. | ||
| 20011 | 2024.11.06 00:29:50.457088 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 20012 | 2024.11.06 00:29:50.457154 [ 306 ] {95a926ae-91d4-4cab-bfb3-8f0dbbc846d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 20013 | 2024.11.06 00:29:50.457226 [ 306 ] {} <Debug> HTTP-Session: 3a4f45b8-2264-43f8-8826-c763fcb3ca64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20014 | 2024.11.06 00:29:50.457569 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:50703, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20015 | 2024.11.06 00:29:50.457579 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48659, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20016 | 2024.11.06 00:29:50.457797 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20017 | 2024.11.06 00:29:50.457896 [ 290 ] {} <Debug> HTTP-Session: d71db589-9baa-4bb4-a7d2-392ee0eebb5b Authenticating user 'default' from [fd00:1122:3344:101::d]:48659 | ||
| 20018 | 2024.11.06 00:29:50.457936 [ 290 ] {} <Debug> HTTP-Session: d71db589-9baa-4bb4-a7d2-392ee0eebb5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20019 | 2024.11.06 00:29:50.457983 [ 290 ] {} <Debug> HTTP-Session: d71db589-9baa-4bb4-a7d2-392ee0eebb5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20020 | 2024.11.06 00:29:50.458031 [ 290 ] {} <Trace> HTTP-Session: d71db589-9baa-4bb4-a7d2-392ee0eebb5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20021 | 2024.11.06 00:29:50.458150 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48659) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 20022 | 2024.11.06 00:29:50.458197 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 20023 | 2024.11.06 00:29:50.458339 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20024 | 2024.11.06 00:29:50.458601 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20025 | 2024.11.06 00:29:50.458636 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20026 | 2024.11.06 00:29:50.458986 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 20027 | 2024.11.06 00:29:50.459306 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Trace> oximeter.measurements_f64 (6fbc6eea-10d5-48aa-9328-185098153aa1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20028 | 2024.11.06 00:29:50.459467 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001343 sec., 744.6016381236038 rows/sec., 50.17 KiB/sec. | ||
| 20029 | 2024.11.06 00:29:50.459625 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Debug> DynamicQueryHandler: Done processing query | ||
| 20030 | 2024.11.06 00:29:50.459650 [ 290 ] {83d63451-dc16-4e6a-883d-eaa465b75858} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 20031 | 2024.11.06 00:29:50.459666 [ 290 ] {} <Debug> HTTP-Session: d71db589-9baa-4bb4-a7d2-392ee0eebb5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20032 | 2024.11.06 00:29:50.459827 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20033 | 2024.11.06 00:29:50.459941 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36344, User-Agent: (none), Length: 69161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20034 | 2024.11.06 00:29:50.459990 [ 306 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20035 | 2024.11.06 00:29:50.460010 [ 306 ] {} <Debug> HTTP-Session: 3595f380-f5cb-4c96-81bf-82cab1b14ba3 Authenticating user 'default' from [fd00:1122:3344:101::d]:36344 | ||
| 20036 | 2024.11.06 00:29:50.460027 [ 306 ] {} <Debug> HTTP-Session: 3595f380-f5cb-4c96-81bf-82cab1b14ba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20037 | 2024.11.06 00:29:50.460041 [ 306 ] {} <Debug> HTTP-Session: 3595f380-f5cb-4c96-81bf-82cab1b14ba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20038 | 2024.11.06 00:29:50.460072 [ 306 ] {} <Trace> HTTP-Session: 3595f380-f5cb-4c96-81bf-82cab1b14ba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20039 | 2024.11.06 00:29:50.460469 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36344) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 20040 | 2024.11.06 00:29:50.460535 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <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 | ||
| 20041 | 2024.11.06 00:29:50.460985 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20042 | 2024.11.06 00:29:50.461860 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20043 | 2024.11.06 00:29:50.461897 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20044 | 2024.11.06 00:29:50.462590 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 20045 | 2024.11.06 00:29:50.463007 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20046 | 2024.11.06 00:29:50.463208 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.003031 sec., 13526.88881557242 rows/sec., 24.24 MiB/sec. | ||
| 20047 | 2024.11.06 00:29:50.463207 [ 145 ] {} <Debug> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Selected 6 parts from all_1_39_8 to all_44_44_0 | ||
| 20048 | 2024.11.06 00:29:50.463365 [ 145 ] {} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20049 | 2024.11.06 00:29:50.463453 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20050 | 2024.11.06 00:29:50.463619 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <Debug> DynamicQueryHandler: Done processing query | ||
| 20051 | 2024.11.06 00:29:50.463688 [ 306 ] {f0cf261b-b523-4c1b-add7-749a5270c12e} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
| 20052 | 2024.11.06 00:29:50.463715 [ 306 ] {} <Debug> HTTP-Session: 3595f380-f5cb-4c96-81bf-82cab1b14ba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20053 | 2024.11.06 00:29:50.463732 [ 199 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_39_8 to all_44_44_0 into Compact with storage Full | ||
| 20054 | 2024.11.06 00:29:50.464020 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:48659, User-Agent: (none), Length: 12147, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20055 | 2024.11.06 00:29:50.464049 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36344, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20056 | 2024.11.06 00:29:50.464221 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20057 | 2024.11.06 00:29:50.464338 [ 290 ] {} <Debug> HTTP-Session: 86a2ec0f-85be-4fdd-aa73-52ea317adcae Authenticating user 'default' from [fd00:1122:3344:101::d]:48659 | ||
| 20058 | 2024.11.06 00:29:50.464349 [ 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): | ||
| 20059 | |||
| 20060 | (version 23.8.7.1) | ||
| 20061 | 2024.11.06 00:29:50.464408 [ 290 ] {} <Debug> HTTP-Session: 86a2ec0f-85be-4fdd-aa73-52ea317adcae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20062 | 2024.11.06 00:29:50.464467 [ 290 ] {} <Debug> HTTP-Session: 86a2ec0f-85be-4fdd-aa73-52ea317adcae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20063 | 2024.11.06 00:29:50.464569 [ 290 ] {} <Trace> HTTP-Session: 86a2ec0f-85be-4fdd-aa73-52ea317adcae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20064 | 2024.11.06 00:29:50.464794 [ 199 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20065 | 2024.11.06 00:29:50.464847 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:48659) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 20066 | 2024.11.06 00:29:50.464965 [ 199 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 1427 rows starting from the beginning of the part | ||
| 20067 | 2024.11.06 00:29:50.464980 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20068 | 2024.11.06 00:29:50.465881 [ 199 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part | ||
| 20069 | 2024.11.06 00:29:50.465933 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20070 | 2024.11.06 00:29:50.466450 [ 199 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part | ||
| 20071 | 2024.11.06 00:29:50.467145 [ 199 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part | ||
| 20072 | 2024.11.06 00:29:50.467297 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20073 | 2024.11.06 00:29:50.467395 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20074 | 2024.11.06 00:29:50.467841 [ 199 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part | ||
| 20075 | 2024.11.06 00:29:50.468452 [ 199 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part | ||
| 20076 | 2024.11.06 00:29:50.469241 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 20077 | 2024.11.06 00:29:50.470089 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20078 | 2024.11.06 00:29:50.470548 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005791 sec., 14159.903298221378 rows/sec., 920.91 KiB/sec. | ||
| 20079 | 2024.11.06 00:29:50.471135 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Debug> DynamicQueryHandler: Done processing query | ||
| 20080 | 2024.11.06 00:29:50.471202 [ 290 ] {eb98a7ab-eb62-4b3e-9c00-282b9fd1acae} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 20081 | 2024.11.06 00:29:50.471257 [ 290 ] {} <Debug> HTTP-Session: 86a2ec0f-85be-4fdd-aa73-52ea317adcae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20082 | 2024.11.06 00:29:50.472024 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:48659, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20083 | 2024.11.06 00:29:50.478322 [ 195 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1632 rows, containing 19 columns (19 merged, 0 gathered) in 0.014735478 sec., 110753.10892527545 rows/sec., 198.46 MiB/sec. | ||
| 20084 | 2024.11.06 00:29:50.480202 [ 189 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Trace> MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) | ||
| 20085 | 2024.11.06 00:29:50.480878 [ 189 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20086 | 2024.11.06 00:29:50.480969 [ 189 ] {e67cb873-337a-4b8a-8670-774fcafc75bc::all_1_44_9} <Trace> oximeter.measurements_histogramu64 (e67cb873-337a-4b8a-8670-774fcafc75bc) (MergerMutator): Merged 6 parts: [all_1_39_8, all_44_44_0] -> all_1_44_9 | ||
| 20087 | 2024.11.06 00:29:50.481145 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. | ||
| 20088 | 2024.11.06 00:29:50.486348 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:58780, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20089 | 2024.11.06 00:29:50.516817 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:49748, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20090 | 2024.11.06 00:29:50.662333 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:36833, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20091 | 2024.11.06 00:29:50.724722 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::b]:51529, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20092 | 2024.11.06 00:29:50.806343 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:35336, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20093 | 2024.11.06 00:29:50.888998 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47726, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20094 | 2024.11.06 00:29:50.981798 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:47951, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20095 | 2024.11.06 00:29:50.986092 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:35441, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20096 | 2024.11.06 00:29:50.986118 [ 306 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59199, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20097 | 2024.11.06 00:29:51.005456 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:43251, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20098 | 2024.11.06 00:29:51.063878 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::a]:59038, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20099 | 2024.11.06 00:29:51.200845 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:63016, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20100 | 2024.11.06 00:29:51.237177 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:55074, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20101 | 2024.11.06 00:29:51.261539 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:52436, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20102 | 2024.11.06 00:29:51.284014 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:53832, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20103 | 2024.11.06 00:29:51.509595 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:39804, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20104 | 2024.11.06 00:29:51.535900 [ 290 ] {} <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) | ||
| 20105 | 2024.11.06 00:29:51.570303 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::c]:47661, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20106 | 2024.11.06 00:29:52.310150 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1782 | ||
| 20107 | 2024.11.06 00:29:52.313098 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20108 | 2024.11.06 00:29:52.313140 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20109 | 2024.11.06 00:29:52.314715 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 20110 | 2024.11.06 00:29:52.315715 [ 242 ] {} <Trace> system.query_log (0c5c9822-d376-4309-92fa-c58a32c1847e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20111 | 2024.11.06 00:29:52.316193 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1782 | ||
| 20112 | 2024.11.06 00:29:55.430419 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36606, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20113 | 2024.11.06 00:29:55.430560 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20114 | 2024.11.06 00:29:55.430590 [ 290 ] {} <Debug> HTTP-Session: 77cb1006-fe60-482c-be5c-2f013fe29e79 Authenticating user 'default' from [fd00:1122:3344:101::d]:36606 | ||
| 20115 | 2024.11.06 00:29:55.430617 [ 290 ] {} <Debug> HTTP-Session: 77cb1006-fe60-482c-be5c-2f013fe29e79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20116 | 2024.11.06 00:29:55.430634 [ 290 ] {} <Debug> HTTP-Session: 77cb1006-fe60-482c-be5c-2f013fe29e79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20117 | 2024.11.06 00:29:55.430691 [ 290 ] {} <Trace> HTTP-Session: 77cb1006-fe60-482c-be5c-2f013fe29e79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20118 | 2024.11.06 00:29:55.430890 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36606) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 20119 | 2024.11.06 00:29:55.430966 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 20120 | 2024.11.06 00:29:55.431341 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20121 | 2024.11.06 00:29:55.431771 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20122 | 2024.11.06 00:29:55.431812 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20123 | 2024.11.06 00:29:55.432234 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 20124 | 2024.11.06 00:29:55.432638 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Trace> oximeter.fields_ipaddr (ebcffbeb-8cc9-4b0f-a09e-eeda7a649f43): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20125 | 2024.11.06 00:29:55.432799 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00197 sec., 1015.2284263959391 rows/sec., 82.78 KiB/sec. | ||
| 20126 | 2024.11.06 00:29:55.433027 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Debug> DynamicQueryHandler: Done processing query | ||
| 20127 | 2024.11.06 00:29:55.433053 [ 290 ] {d3c6bed6-a596-46fb-85b8-a93275d1e080} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 20128 | 2024.11.06 00:29:55.433069 [ 290 ] {} <Debug> HTTP-Session: 77cb1006-fe60-482c-be5c-2f013fe29e79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20129 | 2024.11.06 00:29:55.433280 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20130 | 2024.11.06 00:29:55.433420 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43073, User-Agent: (none), Length: 7945, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20131 | 2024.11.06 00:29:55.433541 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20132 | 2024.11.06 00:29:55.433565 [ 286 ] {} <Debug> HTTP-Session: 8881fbe8-2df6-4393-8bb2-dd33d4dbbe68 Authenticating user 'default' from [fd00:1122:3344:101::d]:43073 | ||
| 20133 | 2024.11.06 00:29:55.433590 [ 286 ] {} <Debug> HTTP-Session: 8881fbe8-2df6-4393-8bb2-dd33d4dbbe68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20134 | 2024.11.06 00:29:55.433604 [ 286 ] {} <Debug> HTTP-Session: 8881fbe8-2df6-4393-8bb2-dd33d4dbbe68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20135 | 2024.11.06 00:29:55.433660 [ 286 ] {} <Trace> HTTP-Session: 8881fbe8-2df6-4393-8bb2-dd33d4dbbe68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20136 | 2024.11.06 00:29:55.433862 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43073) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 20137 | 2024.11.06 00:29:55.433942 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20138 | 2024.11.06 00:29:55.434291 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20139 | 2024.11.06 00:29:55.434750 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20140 | 2024.11.06 00:29:55.434796 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20141 | 2024.11.06 00:29:55.435231 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 20142 | 2024.11.06 00:29:55.435630 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20143 | 2024.11.06 00:29:55.435787 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001987 sec., 28686.462003019627 rows/sec., 2.19 MiB/sec. | ||
| 20144 | 2024.11.06 00:29:55.436016 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Debug> DynamicQueryHandler: Done processing query | ||
| 20145 | 2024.11.06 00:29:55.436043 [ 286 ] {d69e323b-bb82-4c49-aa44-e9ca46322ecd} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 20146 | 2024.11.06 00:29:55.436061 [ 286 ] {} <Debug> HTTP-Session: 8881fbe8-2df6-4393-8bb2-dd33d4dbbe68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20147 | 2024.11.06 00:29:55.436249 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:43073, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20148 | 2024.11.06 00:29:55.436269 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36606, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20149 | 2024.11.06 00:29:55.436372 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20150 | 2024.11.06 00:29:55.436412 [ 290 ] {} <Debug> HTTP-Session: c915ed95-2bfa-4d92-b7db-0f0a21d37fc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:36606 | ||
| 20151 | 2024.11.06 00:29:55.436439 [ 290 ] {} <Debug> HTTP-Session: c915ed95-2bfa-4d92-b7db-0f0a21d37fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20152 | 2024.11.06 00:29:55.436460 [ 290 ] {} <Debug> HTTP-Session: c915ed95-2bfa-4d92-b7db-0f0a21d37fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20153 | 2024.11.06 00:29:55.436507 [ 290 ] {} <Trace> HTTP-Session: c915ed95-2bfa-4d92-b7db-0f0a21d37fc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20154 | 2024.11.06 00:29:55.436635 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36606) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 20155 | 2024.11.06 00:29:55.436691 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 20156 | 2024.11.06 00:29:55.437005 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20157 | 2024.11.06 00:29:55.437416 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20158 | 2024.11.06 00:29:55.437452 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20159 | 2024.11.06 00:29:55.437802 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 20160 | 2024.11.06 00:29:55.438185 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20161 | 2024.11.06 00:29:55.438349 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001743 sec., 1147.4469305794607 rows/sec., 80.12 KiB/sec. | ||
| 20162 | 2024.11.06 00:29:55.438539 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Debug> DynamicQueryHandler: Done processing query | ||
| 20163 | 2024.11.06 00:29:55.438564 [ 290 ] {08e30098-b71c-4212-9cdc-8bd8e725de35} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 20164 | 2024.11.06 00:29:55.438580 [ 290 ] {} <Debug> HTTP-Session: c915ed95-2bfa-4d92-b7db-0f0a21d37fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20165 | 2024.11.06 00:29:55.438778 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20166 | 2024.11.06 00:29:55.438900 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:57553, User-Agent: (none), Length: 11227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20167 | 2024.11.06 00:29:55.438984 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20168 | 2024.11.06 00:29:55.439009 [ 286 ] {} <Debug> HTTP-Session: ddebd51a-347a-4c2a-913d-65872feab8d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:57553 | ||
| 20169 | 2024.11.06 00:29:55.439033 [ 286 ] {} <Debug> HTTP-Session: ddebd51a-347a-4c2a-913d-65872feab8d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20170 | 2024.11.06 00:29:55.439051 [ 286 ] {} <Debug> HTTP-Session: ddebd51a-347a-4c2a-913d-65872feab8d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20171 | 2024.11.06 00:29:55.439102 [ 286 ] {} <Trace> HTTP-Session: ddebd51a-347a-4c2a-913d-65872feab8d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20172 | 2024.11.06 00:29:55.439267 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57553) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 20173 | 2024.11.06 00:29:55.439319 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20174 | 2024.11.06 00:29:55.439598 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20175 | 2024.11.06 00:29:55.439983 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20176 | 2024.11.06 00:29:55.440020 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20177 | 2024.11.06 00:29:55.440387 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 20178 | 2024.11.06 00:29:55.440756 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20179 | 2024.11.06 00:29:55.440892 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001681 sec., 39262.34384295063 rows/sec., 3.07 MiB/sec. | ||
| 20180 | 2024.11.06 00:29:55.441067 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Debug> DynamicQueryHandler: Done processing query | ||
| 20181 | 2024.11.06 00:29:55.441092 [ 286 ] {4a679f53-e7bd-43c1-a984-1abe04aa3578} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 20182 | 2024.11.06 00:29:55.441108 [ 286 ] {} <Debug> HTTP-Session: ddebd51a-347a-4c2a-913d-65872feab8d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20183 | 2024.11.06 00:29:55.441321 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:57553, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20184 | 2024.11.06 00:29:55.441331 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:36606, User-Agent: (none), Length: 24721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20185 | 2024.11.06 00:29:55.441424 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20186 | 2024.11.06 00:29:55.441460 [ 290 ] {} <Debug> HTTP-Session: bae9dc5a-4b97-4a23-bf7e-a78e9353ee16 Authenticating user 'default' from [fd00:1122:3344:101::d]:36606 | ||
| 20187 | 2024.11.06 00:29:55.441485 [ 290 ] {} <Debug> HTTP-Session: bae9dc5a-4b97-4a23-bf7e-a78e9353ee16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20188 | 2024.11.06 00:29:55.441503 [ 290 ] {} <Debug> HTTP-Session: bae9dc5a-4b97-4a23-bf7e-a78e9353ee16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20189 | 2024.11.06 00:29:55.441548 [ 290 ] {} <Trace> HTTP-Session: bae9dc5a-4b97-4a23-bf7e-a78e9353ee16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20190 | 2024.11.06 00:29:55.441748 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:36606) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 20191 | 2024.11.06 00:29:55.441810 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20192 | 2024.11.06 00:29:55.442031 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20193 | 2024.11.06 00:29:55.442440 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20194 | 2024.11.06 00:29:55.442476 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20195 | 2024.11.06 00:29:55.442883 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 20196 | 2024.11.06 00:29:55.443256 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20197 | 2024.11.06 00:29:55.443423 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Debug> executeQuery: Read 129 rows, 9.20 KiB in 0.001756 sec., 73462.4145785877 rows/sec., 5.12 MiB/sec. | ||
| 20198 | 2024.11.06 00:29:55.443708 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Debug> DynamicQueryHandler: Done processing query | ||
| 20199 | 2024.11.06 00:29:55.443767 [ 290 ] {afb2fb08-1c1e-4db6-ac1e-9f011cff4c26} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 20200 | 2024.11.06 00:29:55.443824 [ 290 ] {} <Debug> HTTP-Session: bae9dc5a-4b97-4a23-bf7e-a78e9353ee16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20201 | 2024.11.06 00:29:55.444075 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:36606, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20202 | 2024.11.06 00:29:55.444172 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:46744, User-Agent: (none), Length: 7309, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20203 | 2024.11.06 00:29:55.444252 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20204 | 2024.11.06 00:29:55.444278 [ 286 ] {} <Debug> HTTP-Session: 34d93710-d055-46e6-901a-fd55e0d05319 Authenticating user 'default' from [fd00:1122:3344:101::d]:46744 | ||
| 20205 | 2024.11.06 00:29:55.444301 [ 286 ] {} <Debug> HTTP-Session: 34d93710-d055-46e6-901a-fd55e0d05319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20206 | 2024.11.06 00:29:55.444318 [ 286 ] {} <Debug> HTTP-Session: 34d93710-d055-46e6-901a-fd55e0d05319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20207 | 2024.11.06 00:29:55.444366 [ 286 ] {} <Trace> HTTP-Session: 34d93710-d055-46e6-901a-fd55e0d05319 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20208 | 2024.11.06 00:29:55.444521 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:46744) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 20209 | 2024.11.06 00:29:55.444580 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20210 | 2024.11.06 00:29:55.444768 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20211 | 2024.11.06 00:29:55.445110 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20212 | 2024.11.06 00:29:55.445153 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20213 | 2024.11.06 00:29:55.445541 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Trace> MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) | ||
| 20214 | 2024.11.06 00:29:55.445878 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20215 | 2024.11.06 00:29:55.446003 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001537 sec., 31229.66818477554 rows/sec., 2.10 MiB/sec. | ||
| 20216 | 2024.11.06 00:29:55.446174 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Debug> DynamicQueryHandler: Done processing query | ||
| 20217 | 2024.11.06 00:29:55.446199 [ 286 ] {ff78acdf-f5a4-4f67-8533-5466980b6105} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 20218 | 2024.11.06 00:29:55.446215 [ 286 ] {} <Debug> HTTP-Session: 34d93710-d055-46e6-901a-fd55e0d05319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20219 | 2024.11.06 00:29:55.446424 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:46744, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20220 | 2024.11.06 00:29:56.058775 [ 223 ] {} <Trace> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 20221 | 2024.11.06 00:29:56.058837 [ 223 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 20222 | 2024.11.06 00:29:56.060927 [ 223 ] {} <Debug> oximeter.fields_u16 (d92e69aa-87f7-4c64-8352-3b4eee70dec9): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] | ||
| 20223 | 2024.11.06 00:29:56.741862 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 20224 | 2024.11.06 00:29:56.741913 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 20225 | 2024.11.06 00:30:00.432668 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:34751, User-Agent: (none), Length: 7812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20226 | 2024.11.06 00:30:00.432793 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20227 | 2024.11.06 00:30:00.432819 [ 290 ] {} <Debug> HTTP-Session: 05937d8b-ce94-4ea4-8e1b-1c9beca1f533 Authenticating user 'default' from [fd00:1122:3344:101::d]:34751 | ||
| 20228 | 2024.11.06 00:30:00.432844 [ 290 ] {} <Debug> HTTP-Session: 05937d8b-ce94-4ea4-8e1b-1c9beca1f533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20229 | 2024.11.06 00:30:00.432859 [ 290 ] {} <Debug> HTTP-Session: 05937d8b-ce94-4ea4-8e1b-1c9beca1f533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20230 | 2024.11.06 00:30:00.432916 [ 290 ] {} <Trace> HTTP-Session: 05937d8b-ce94-4ea4-8e1b-1c9beca1f533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20231 | 2024.11.06 00:30:00.433115 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:34751) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 20232 | 2024.11.06 00:30:00.433185 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 20233 | 2024.11.06 00:30:00.433534 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20234 | 2024.11.06 00:30:00.434004 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20235 | 2024.11.06 00:30:00.434048 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20236 | 2024.11.06 00:30:00.434473 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 20237 | 2024.11.06 00:30:00.434891 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20238 | 2024.11.06 00:30:00.435065 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002017 sec., 27764.005949429844 rows/sec., 2.12 MiB/sec. | ||
| 20239 | 2024.11.06 00:30:00.435086 [ 137 ] {} <Debug> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 20240 | 2024.11.06 00:30:00.435180 [ 137 ] {} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20241 | 2024.11.06 00:30:00.435234 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20242 | 2024.11.06 00:30:00.435390 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Debug> DynamicQueryHandler: Done processing query | ||
| 20243 | 2024.11.06 00:30:00.435432 [ 290 ] {499b3673-fd1a-46e2-948e-aacafc0c9599} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 20244 | 2024.11.06 00:30:00.435442 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 20245 | 2024.11.06 00:30:00.435455 [ 290 ] {} <Debug> HTTP-Session: 05937d8b-ce94-4ea4-8e1b-1c9beca1f533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20246 | 2024.11.06 00:30:00.435669 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20247 | 2024.11.06 00:30:00.435715 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1420 rows starting from the beginning of the part | ||
| 20248 | 2024.11.06 00:30:00.435770 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:34751, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20249 | 2024.11.06 00:30:00.435928 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:44656, User-Agent: (none), Length: 10886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20250 | 2024.11.06 00:30:00.435951 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 62 rows starting from the beginning of the part | ||
| 20251 | 2024.11.06 00:30:00.436182 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20252 | 2024.11.06 00:30:00.436347 [ 286 ] {} <Debug> HTTP-Session: badf288c-d6aa-4c4c-831e-8f2f6d3e1a24 Authenticating user 'default' from [fd00:1122:3344:101::d]:44656 | ||
| 20253 | 2024.11.06 00:30:00.436475 [ 286 ] {} <Debug> HTTP-Session: badf288c-d6aa-4c4c-831e-8f2f6d3e1a24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20254 | 2024.11.06 00:30:00.436475 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part | ||
| 20255 | 2024.11.06 00:30:00.436538 [ 286 ] {} <Debug> HTTP-Session: badf288c-d6aa-4c4c-831e-8f2f6d3e1a24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20256 | 2024.11.06 00:30:00.436637 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 271 rows starting from the beginning of the part | ||
| 20257 | 2024.11.06 00:30:00.436650 [ 286 ] {} <Trace> HTTP-Session: badf288c-d6aa-4c4c-831e-8f2f6d3e1a24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20258 | 2024.11.06 00:30:00.436997 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 57 rows starting from the beginning of the part | ||
| 20259 | 2024.11.06 00:30:00.437148 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:44656) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 20260 | 2024.11.06 00:30:00.437304 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 20261 | 2024.11.06 00:30:00.437308 [ 190 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 56 rows starting from the beginning of the part | ||
| 20262 | 2024.11.06 00:30:00.438198 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20263 | 2024.11.06 00:30:00.438864 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20264 | 2024.11.06 00:30:00.438911 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20265 | 2024.11.06 00:30:00.439425 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 20266 | 2024.11.06 00:30:00.439679 [ 189 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1922 rows, containing 5 columns (5 merged, 0 gathered) in 0.004335599 sec., 443306.6803456685 rows/sec., 38.66 MiB/sec. | ||
| 20267 | 2024.11.06 00:30:00.440090 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20268 | 2024.11.06 00:30:00.440097 [ 189 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 20269 | 2024.11.06 00:30:00.440404 [ 137 ] {} <Debug> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 20270 | 2024.11.06 00:30:00.440468 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.003505 sec., 18259.62910128388 rows/sec., 1.43 MiB/sec. | ||
| 20271 | 2024.11.06 00:30:00.440499 [ 137 ] {} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20272 | 2024.11.06 00:30:00.440570 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20273 | 2024.11.06 00:30:00.441151 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 20274 | 2024.11.06 00:30:00.441318 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Debug> DynamicQueryHandler: Done processing query | ||
| 20275 | 2024.11.06 00:30:00.441380 [ 286 ] {92b7e050-e620-4b22-ade1-69ff572dad45} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 20276 | 2024.11.06 00:30:00.441443 [ 286 ] {} <Debug> HTTP-Session: badf288c-d6aa-4c4c-831e-8f2f6d3e1a24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20277 | 2024.11.06 00:30:00.441673 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20278 | 2024.11.06 00:30:00.441760 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 915 rows starting from the beginning of the part | ||
| 20279 | 2024.11.06 00:30:00.441776 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:44656, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20280 | 2024.11.06 00:30:00.441959 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38039, User-Agent: (none), Length: 30647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20281 | 2024.11.06 00:30:00.442177 [ 290 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20282 | 2024.11.06 00:30:00.442215 [ 189 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20283 | 2024.11.06 00:30:00.442291 [ 290 ] {} <Debug> HTTP-Session: b1bb1b3d-84ae-41f7-98ce-26a5efdeab7c Authenticating user 'default' from [fd00:1122:3344:101::d]:38039 | ||
| 20284 | 2024.11.06 00:30:00.442411 [ 290 ] {} <Debug> HTTP-Session: b1bb1b3d-84ae-41f7-98ce-26a5efdeab7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20285 | 2024.11.06 00:30:00.442403 [ 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): | ||
| 20286 | |||
| 20287 | (version 23.8.7.1) | ||
| 20288 | 2024.11.06 00:30:00.442442 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 76 rows starting from the beginning of the part | ||
| 20289 | 2024.11.06 00:30:00.442492 [ 290 ] {} <Debug> HTTP-Session: b1bb1b3d-84ae-41f7-98ce-26a5efdeab7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20290 | 2024.11.06 00:30:00.442572 [ 189 ] {5d99acb5-9862-423d-ada1-5e2b55092aa8::all_1_126_25} <Trace> oximeter.fields_string (5d99acb5-9862-423d-ada1-5e2b55092aa8) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 20291 | 2024.11.06 00:30:00.442668 [ 290 ] {} <Trace> HTTP-Session: b1bb1b3d-84ae-41f7-98ce-26a5efdeab7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20292 | 2024.11.06 00:30:00.442977 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
| 20293 | 2024.11.06 00:30:00.442994 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part | ||
| 20294 | 2024.11.06 00:30:00.443144 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38039) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 20295 | 2024.11.06 00:30:00.443328 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 423 rows starting from the beginning of the part | ||
| 20296 | 2024.11.06 00:30:00.443355 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 20297 | 2024.11.06 00:30:00.443653 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 66 rows starting from the beginning of the part | ||
| 20298 | 2024.11.06 00:30:00.444052 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 64 rows starting from the beginning of the part | ||
| 20299 | 2024.11.06 00:30:00.444679 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20300 | 2024.11.06 00:30:00.445597 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20301 | 2024.11.06 00:30:00.445664 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20302 | 2024.11.06 00:30:00.446677 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 20303 | 2024.11.06 00:30:00.447078 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1608 rows, containing 5 columns (5 merged, 0 gathered) in 0.006347559 sec., 253325.72725988054 rows/sec., 19.54 MiB/sec. | ||
| 20304 | 2024.11.06 00:30:00.447333 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 20305 | 2024.11.06 00:30:00.447553 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20306 | 2024.11.06 00:30:00.447934 [ 138 ] {} <Debug> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 20307 | 2024.11.06 00:30:00.448038 [ 138 ] {} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20308 | 2024.11.06 00:30:00.448049 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005088 sec., 31446.540880503147 rows/sec., 2.19 MiB/sec. | ||
| 20309 | 2024.11.06 00:30:00.448137 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20310 | 2024.11.06 00:30:00.448708 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 20311 | 2024.11.06 00:30:00.448803 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20312 | 2024.11.06 00:30:00.449003 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Debug> DynamicQueryHandler: Done processing query | ||
| 20313 | 2024.11.06 00:30:00.449136 [ 290 ] {7cf01c21-3845-498f-8387-bc3d76736473} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 20314 | 2024.11.06 00:30:00.449248 [ 290 ] {} <Debug> HTTP-Session: b1bb1b3d-84ae-41f7-98ce-26a5efdeab7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20315 | 2024.11.06 00:30:00.449304 [ 190 ] {9580ff59-5826-4bfb-9d0f-5a7b87476577::all_1_126_25} <Trace> oximeter.fields_uuid (9580ff59-5826-4bfb-9d0f-5a7b87476577) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 20316 | 2024.11.06 00:30:00.449684 [ 290 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:38039, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20317 | 2024.11.06 00:30:00.449763 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:40856, User-Agent: (none), Length: 9122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20318 | 2024.11.06 00:30:00.450026 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20319 | 2024.11.06 00:30:00.450058 [ 286 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 20320 | 2024.11.06 00:30:00.450159 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_121_24, total 24451 rows starting from the beginning of the part | ||
| 20321 | 2024.11.06 00:30:00.450163 [ 286 ] {} <Debug> HTTP-Session: 684bdcd9-1444-420e-870a-a181267fe7e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40856 | ||
| 20322 | 2024.11.06 00:30:00.450302 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
| 20323 | 2024.11.06 00:30:00.450314 [ 286 ] {} <Debug> HTTP-Session: 684bdcd9-1444-420e-870a-a181267fe7e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20324 | 2024.11.06 00:30:00.450502 [ 286 ] {} <Debug> HTTP-Session: 684bdcd9-1444-420e-870a-a181267fe7e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20325 | 2024.11.06 00:30:00.450801 [ 286 ] {} <Trace> HTTP-Session: 684bdcd9-1444-420e-870a-a181267fe7e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 20326 | 2024.11.06 00:30:00.450925 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 134 rows starting from the beginning of the part | ||
| 20327 | 2024.11.06 00:30:00.451350 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:40856) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 20328 | 2024.11.06 00:30:00.451402 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part | ||
| 20329 | 2024.11.06 00:30:00.451457 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 20330 | 2024.11.06 00:30:00.451628 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 237 rows starting from the beginning of the part | ||
| 20331 | 2024.11.06 00:30:00.451983 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 129 rows starting from the beginning of the part | ||
| 20332 | 2024.11.06 00:30:00.452215 [ 198 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part | ||
| 20333 | 2024.11.06 00:30:00.452377 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 20334 | 2024.11.06 00:30:00.453193 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20335 | 2024.11.06 00:30:00.453235 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20336 | 2024.11.06 00:30:00.453741 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Trace> MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) | ||
| 20337 | 2024.11.06 00:30:00.454183 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20338 | 2024.11.06 00:30:00.454409 [ 138 ] {} <Debug> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 | ||
| 20339 | 2024.11.06 00:30:00.454437 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003366 sec., 17825.311942959 rows/sec., 1.20 MiB/sec. | ||
| 20340 | 2024.11.06 00:30:00.454473 [ 138 ] {} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 20341 | 2024.11.06 00:30:00.454519 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 20342 | 2024.11.06 00:30:00.454822 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full | ||
| 20343 | 2024.11.06 00:30:00.454878 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 20344 | 2024.11.06 00:30:00.454921 [ 286 ] {b02a0c21-2c5e-4e12-9e42-92bcc5dc6cd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 20345 | 2024.11.06 00:30:00.454951 [ 286 ] {} <Debug> HTTP-Session: 684bdcd9-1444-420e-870a-a181267fe7e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 20346 | 2024.11.06 00:30:00.454998 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 20347 | 2024.11.06 00:30:00.455032 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6944 rows starting from the beginning of the part | ||
| 20348 | 2024.11.06 00:30:00.455090 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 48 rows starting from the beginning of the part | ||
| 20349 | 2024.11.06 00:30:00.455326 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part | ||
| 20350 | 2024.11.06 00:30:00.455518 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 82 rows starting from the beginning of the part | ||
| 20351 | 2024.11.06 00:30:00.455560 [ 286 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: GET, Address: [fd00:1122:3344:101::d]:40856, User-Agent: (none), Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 20352 | 2024.11.06 00:30:00.455838 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 48 rows starting from the beginning of the part | ||
| 20353 | 2024.11.06 00:30:00.456120 [ 194 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part | ||
| 20354 | 2024.11.06 00:30:00.458174 [ 192 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7242 rows, containing 4 columns (4 merged, 0 gathered) in 0.003550225 sec., 2039870.7124196354 rows/sec., 134.41 MiB/sec. | ||
| 20355 | 2024.11.06 00:30:00.458660 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 20356 | 2024.11.06 00:30:00.459196 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20357 | 2024.11.06 00:30:00.459464 [ 193 ] {abfdba80-a728-40e5-be91-4b568c11c517::all_1_126_25} <Trace> oximeter.measurements_u64 (abfdba80-a728-40e5-be91-4b568c11c517) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 20358 | 2024.11.06 00:30:00.459673 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. | ||
| 20359 | 2024.11.06 00:30:00.459737 [ 186 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25271 rows, containing 5 columns (5 merged, 0 gathered) in 0.0114559 sec., 2205937.5518291886 rows/sec., 150.42 MiB/sec. | ||
| 20360 | 2024.11.06 00:30:00.460002 [ 196 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Trace> MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) | ||
| 20361 | 2024.11.06 00:30:00.460438 [ 196 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 20362 | 2024.11.06 00:30:00.460521 [ 196 ] {131493e0-371a-46bb-a39b-3580becc8f56::all_1_126_25} <Trace> oximeter.measurements_cumulativeu64 (131493e0-371a-46bb-a39b-3580becc8f56) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 | ||
| 20363 | 2024.11.06 00:30:00.460621 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||